Class AbstractReferenceMap.ReferenceValues<V>
java.lang.Object
java.util.AbstractCollection<V>
org.apache.commons.collections4.map.AbstractHashedMap.Values<V>
org.apache.commons.collections4.map.AbstractReferenceMap.ReferenceValues<V>
- All Implemented Interfaces:
Iterable<V>, Collection<V>
- Enclosing class:
AbstractReferenceMap<K,V>
Values implementation.
- Since:
- 3.1 (extracted from ReferenceMap in 3.0)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractHashedMap.Values
clear, contains, iterator, sizeMethods inherited from class AbstractCollection
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, 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
-
Constructor Details
-
ReferenceValues
-
-
Method Details
-
toArray
- Specified by:
toArrayin interfaceCollection<V>- Overrides:
toArrayin classAbstractCollection<V>
-
toArray
public <T> T[] toArray(T[] arr) - Specified by:
toArrayin interfaceCollection<V>- Overrides:
toArrayin classAbstractCollection<V>
-