Class DoubleObjectHashMap.ValuesCollection
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.ValuesCollection
- All Implemented Interfaces:
Iterable<V>, Collection<V>
- Enclosing class:
DoubleObjectHashMap<V>
- Since:
- 3.0.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanaddAll(Collection<? extends V> collection) voidclear()booleanbooleancontainsAll(Collection<?> collection) booleanisEmpty()iterator()booleanbooleanremoveAll(Collection<?> collection) booleanretainAll(Collection<?> collection) intsize()Object[]toArray()<T> T[]toArray(T[] result) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArray
-
Constructor Details
-
ValuesCollection
protected ValuesCollection()
-
-
Method Details
-
add
- Specified by:
addin interfaceCollection<V>
-
addAll
- Specified by:
addAllin interfaceCollection<V>
-
clear
public void clear()- Specified by:
clearin interfaceCollection<V>
-
contains
- Specified by:
containsin interfaceCollection<V>
-
containsAll
- Specified by:
containsAllin interfaceCollection<V>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceCollection<V>
-
iterator
-
remove
- Specified by:
removein interfaceCollection<V>
-
removeAll
- Specified by:
removeAllin interfaceCollection<V>
-
retainAll
- Specified by:
retainAllin interfaceCollection<V>
-
size
public int size()- Specified by:
sizein interfaceCollection<V>
-
toArray
- Specified by:
toArrayin interfaceCollection<V>
-
toArray
public <T> T[] toArray(T[] result) - Specified by:
toArrayin interfaceCollection<V>
-