Class AbstractHashedMap.Values
java.lang.Object
java.util.AbstractCollection
org.apache.commons.collections.map.AbstractHashedMap.Values
- All Implemented Interfaces:
- Iterable,- Collection
- Enclosing class:
- AbstractHashedMap
Values implementation.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.AbstractCollectionadd, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collectionequals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
- 
Field Details- 
parentThe parent map
 
- 
- 
Constructor Details- 
Values
 
- 
- 
Method Details- 
sizepublic int size()- Specified by:
- sizein interface- Collection
- Specified by:
- sizein class- AbstractCollection
 
- 
clearpublic void clear()- Specified by:
- clearin interface- Collection
- Overrides:
- clearin class- AbstractCollection
 
- 
contains- Specified by:
- containsin interface- Collection
- Overrides:
- containsin class- AbstractCollection
 
- 
iterator- Specified by:
- iteratorin interface- Collection
- Specified by:
- iteratorin interface- Iterable
- Specified by:
- iteratorin class- AbstractCollection
 
 
-