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:
java.lang.Iterable,java.util.Collection
- Enclosing class:
- AbstractReferenceMap
static class AbstractReferenceMap.ReferenceValues extends AbstractHashedMap.Values
Values implementation.
-
-
Field Summary
-
Fields inherited from class org.apache.commons.collections.map.AbstractHashedMap.Values
parent
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedReferenceValues(AbstractHashedMap parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]toArray()java.lang.Object[]toArray(java.lang.Object[] arr)-
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
-
-
-
-
Constructor Detail
-
ReferenceValues
protected ReferenceValues(AbstractHashedMap parent)
-
-
Method Detail
-
toArray
public java.lang.Object[] toArray()
- Specified by:
toArrayin interfacejava.util.Collection- Overrides:
toArrayin classjava.util.AbstractCollection
-
toArray
public java.lang.Object[] toArray(java.lang.Object[] arr)
- Specified by:
toArrayin interfacejava.util.Collection- Overrides:
toArrayin classjava.util.AbstractCollection
-
-