Class AbstractHashedMap.Values<V>
java.lang.Object
java.util.AbstractCollection<V>
org.apache.commons.collections4.map.AbstractHashedMap.Values<V>
- Type Parameters:
- V- the type of elements maintained by this collection
- All Implemented Interfaces:
- Iterable<V>,- Collection<V>
- Enclosing class:
- AbstractHashedMap<K,- V> 
Values implementation.
- Since:
- 3.0
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedValues(AbstractHashedMap<?, V> parent) Constructs a new instance.
- 
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
- 
Constructor Details- 
ValuesConstructs a new instance.- Parameters:
- parent- The parent AbstractHashedMap.
 
 
- 
- 
Method Details- 
clear- Specified by:
- clearin interface- Collection<V>
- Overrides:
- clearin class- AbstractCollection<V>
 
- 
contains- Specified by:
- containsin interface- Collection<V>
- Overrides:
- containsin class- AbstractCollection<V>
 
- 
iterator
- 
size- Specified by:
- sizein interface- Collection<V>
- Specified by:
- sizein class- AbstractCollection<V>
 
 
-