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 Summary
ConstructorsModifierConstructorDescriptionprotectedValues(AbstractHashedMap<?, V> parent) Constructs a new instance. -
Method Summary
Methods inherited from class AbstractCollection
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
Values
Constructs a new instance.- Parameters:
parent- The parent AbstractHashedMap.
-
-
Method Details
-
clear
- Specified by:
clearin interfaceCollection<V>- Overrides:
clearin classAbstractCollection<V>
-
contains
- Specified by:
containsin interfaceCollection<V>- Overrides:
containsin classAbstractCollection<V>
-
iterator
-
size
- Specified by:
sizein interfaceCollection<V>- Specified by:
sizein classAbstractCollection<V>
-