public final class Int2IntHashMap.Values
extends java.util.AbstractCollection<java.lang.Integer>
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(int key) |
boolean |
contains(java.lang.Object o) |
Int2IntHashMap.IntIterator |
iterator() |
int |
size() |
add, addAll, clear, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic Int2IntHashMap.IntIterator iterator()
iterator in interface java.lang.Iterable<java.lang.Integer>iterator in interface java.util.Collection<java.lang.Integer>iterator in class java.util.AbstractCollection<java.lang.Integer>public int size()
size in interface java.util.Collection<java.lang.Integer>size in class java.util.AbstractCollection<java.lang.Integer>public boolean contains(java.lang.Object o)
contains in interface java.util.Collection<java.lang.Integer>contains in class java.util.AbstractCollection<java.lang.Integer>public boolean contains(int key)
Copyright © 2014 - 2016 Real Logic Ltd. All Rights Reserved.