Class AbstractReferenceMap.ReferenceValues
java.lang.Object
java.util.AbstractCollection
org.apache.commons.collections.map.AbstractHashedMap.Values
org.apache.commons.collections.map.AbstractReferenceMap.ReferenceValues
- All Implemented Interfaces:
Iterable
,Collection
- Enclosing class:
- AbstractReferenceMap
Values implementation.
-
Field Summary
Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.Values
parent
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections.map.AbstractHashedMap.Values
clear, contains, iterator, size
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
ReferenceValues
-
-
Method Details
-
toArray
- Specified by:
toArray
in interfaceCollection
- Overrides:
toArray
in classAbstractCollection
-
toArray
- Specified by:
toArray
in interfaceCollection
- Overrides:
toArray
in classAbstractCollection
-