|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<K>
it.unimi.dsi.fastutil.objects.AbstractObjectCollection<V>
it.unimi.dsi.fastutil.objects.AbstractReference2ObjectSortedMap.ValuesCollection
protected class AbstractReference2ObjectSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
| Constructor Summary | |
|---|---|
protected |
AbstractReference2ObjectSortedMap.ValuesCollection()
|
| Method Summary | |
|---|---|
void |
clear()
|
boolean |
contains(java.lang.Object k)
|
ObjectIterator<V> |
iterator()
Returns a type-specific iterator on the elements of this collection. |
int |
size()
|
| Methods inherited from class it.unimi.dsi.fastutil.objects.AbstractObjectCollection |
|---|
add, addAll, containsAll, isEmpty, objectIterator, removeAll, retainAll, toArray, toArray, toString |
| Methods inherited from class java.util.AbstractCollection |
|---|
remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Collection |
|---|
equals, hashCode, remove |
| Constructor Detail |
|---|
protected AbstractReference2ObjectSortedMap.ValuesCollection()
| Method Detail |
|---|
public ObjectIterator<V> iterator()
ObjectCollectionNote that this specification strengthens the one given in
Iterable.iterator(), which was already
strengthened in the corresponding type-specific class,
but was weakened by the fact that this interface extends Collection.
iterator in interface ObjectCollection<V>iterator in interface ObjectIterable<V>iterator in interface java.lang.Iterable<V>iterator in interface java.util.Collection<V>iterator in class AbstractObjectCollection<V>public boolean contains(java.lang.Object k)
contains in interface java.util.Collection<V>contains in class java.util.AbstractCollection<V>public int size()
size in interface java.util.Collection<V>size in class java.util.AbstractCollection<V>public void clear()
clear in interface java.util.Collection<V>clear in class java.util.AbstractCollection<V>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||