protected class AbstractByte2ObjectSortedMap.ValuesCollection
extends it.unimi.dsi.fastutil.objects.AbstractObjectCollection<V>
| Modifier | Constructor and Description |
|---|---|
protected |
ValuesCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(java.lang.Object k) |
it.unimi.dsi.fastutil.objects.ObjectIterator<V> |
iterator() |
int |
size() |
add, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic it.unimi.dsi.fastutil.objects.ObjectIterator<V> iterator()
iterator in interface it.unimi.dsi.fastutil.objects.ObjectCollection<V>iterator in interface it.unimi.dsi.fastutil.objects.ObjectIterable<V>iterator in interface java.lang.Iterable<V>iterator in interface java.util.Collection<V>iterator in class it.unimi.dsi.fastutil.objects.AbstractObjectCollection<V>public boolean contains(java.lang.Object k)
public int size()