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>
static class AbstractReferenceMap.ReferenceValues<V> extends AbstractHashedMap.Values<V>
Values implementation.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedReferenceValues(AbstractHashedMap<?,V> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]toArray()<T> T[]toArray(T[] arr)-
Methods inherited from class org.apache.commons.collections4.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 Detail
-
ReferenceValues
protected ReferenceValues(AbstractHashedMap<?,V> parent)
-
-
Method Detail
-
toArray
public Object[] 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>
-
-