protected class AbstractLong2ReferenceSortedMap.ValuesCollection extends AbstractReferenceCollection<V>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLong2ReferenceSortedMap.ValuesCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object k) |
ObjectIterator<V> |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
int |
size() |
add, addAll, containsAll, isEmpty, objectIterator, removeAll, retainAll, toArray, toArray, toStringremoveclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCode, removeprotected AbstractLong2ReferenceSortedMap.ValuesCollection()
public ObjectIterator<V> iterator()
ReferenceCollectionNote 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 ObjectIterable<V>iterator in interface ReferenceCollection<V>iterator in interface Iterable<V>iterator in interface Collection<V>iterator in class AbstractReferenceCollection<V>public boolean contains(Object k)
contains in interface Collection<V>contains in class AbstractCollection<V>public int size()
size in interface Collection<V>size in class AbstractCollection<V>public void clear()
clear in interface Collection<V>clear in class AbstractCollection<V>Copyright © 2013. All Rights Reserved.