protected class AbstractReference2ObjectSortedMap.ValuesCollection extends AbstractObjectCollection<V>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractReference2ObjectSortedMap.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 AbstractReference2ObjectSortedMap.ValuesCollection()
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 Iterable<V>iterator in interface Collection<V>iterator in class AbstractObjectCollection<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.