Class AbstractHashedMap.KeySet<K>
java.lang.Object
java.util.AbstractCollection<K>
java.util.AbstractSet<K>
org.apache.commons.collections4.map.AbstractHashedMap.KeySet<K>
- Type Parameters:
- K- the type of elements maintained by this set
- All Implemented Interfaces:
- Iterable<K>,- Collection<K>,- Set<K>
- Enclosing class:
- AbstractHashedMap<K,- V> 
KeySet implementation.
- Since:
- 3.0
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedKeySet(AbstractHashedMap<K, ?> parent) Constructs a new instance.
- 
Method SummaryMethods inherited from class java.util.AbstractSetequals, hashCode, removeAllMethods inherited from class java.util.AbstractCollectionadd, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, streamMethods inherited from interface java.util.Setadd, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
- 
Constructor Details- 
KeySetConstructs a new instance.- Parameters:
- parent- The parent AbstractHashedMap.
 
 
- 
- 
Method Details- 
clear- Specified by:
- clearin interface- Collection<K>
- Specified by:
- clearin interface- Set<K>
- Overrides:
- clearin class- AbstractCollection<K>
 
- 
contains
- 
iterator
- 
remove
- 
size- Specified by:
- sizein interface- Collection<K>
- Specified by:
- sizein interface- Set<K>
- Specified by:
- sizein class- AbstractCollection<K>
 
 
-