public final class Int2ObjectHashMap.ValueCollection extends AbstractCollection<V>
| Constructor and Description |
|---|
ValueCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object o) |
void |
forEach(Consumer<? super V> action) |
Int2ObjectHashMap.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 Int2ObjectHashMap.ValueIterator iterator()
iterator in interface Iterable<V>iterator in interface Collection<V>iterator in class AbstractCollection<V>public int size()
size in interface Collection<V>size in class AbstractCollection<V>public boolean contains(Object o)
contains in interface Collection<V>contains in class AbstractCollection<V>public void clear()
clear in interface Collection<V>clear in class AbstractCollection<V>Copyright © 2014-2022 Real Logic Limited. All Rights Reserved.