public final class Object2IntHashMap.ValueCollection extends AbstractCollection<Integer>
| Constructor and Description |
|---|
ValueCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object o) |
Object2IntHashMap.ValueIterator |
iterator() |
int |
size() |
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, parallelStream, removeIf, spliterator, streampublic Object2IntHashMap.ValueIterator iterator()
iterator in interface Iterable<Integer>iterator in interface Collection<Integer>iterator in class AbstractCollection<Integer>public int size()
size in interface Collection<Integer>size in class AbstractCollection<Integer>public boolean contains(Object o)
contains in interface Collection<Integer>contains in class AbstractCollection<Integer>public void clear()
clear in interface Collection<Integer>clear in class AbstractCollection<Integer>Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.