mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-08 11:05:46 +00:00
Javadoc
This commit is contained in:
parent
fe28f8689e
commit
b9c22565fe
@ -585,7 +585,10 @@ public abstract class AbstractReferenceMap<K, V> extends AbstractHashedMap<K, V>
|
||||
* <p>
|
||||
* If getKey() or getValue() returns null, it means
|
||||
* the mapping is stale and should be removed.
|
||||
* </p>
|
||||
*
|
||||
* @param <K> the type of the keys
|
||||
* @param <V> the type of the values
|
||||
* @since 3.1
|
||||
*/
|
||||
protected static class ReferenceEntry<K, V> extends HashEntry<K, V> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user