This commit is contained in:
Gary Gregory 2022-11-06 11:42:00 -05:00
parent fe28f8689e
commit b9c22565fe
1 changed files with 3 additions and 0 deletions

View File

@ -585,7 +585,10 @@ public abstract class AbstractReferenceMap<K, V> extends AbstractHashedMap<K, V>
* <p> * <p>
* If getKey() or getValue() returns null, it means * If getKey() or getValue() returns null, it means
* the mapping is stale and should be removed. * 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 * @since 3.1
*/ */
protected static class ReferenceEntry<K, V> extends HashEntry<K, V> { protected static class ReferenceEntry<K, V> extends HashEntry<K, V> {