protected class AbstractReference2ShortSortedMap.ValuesCollection extends AbstractShortCollection
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractReference2ShortSortedMap.ValuesCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(short k) |
ShortIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
int |
size() |
add, add, addAll, addAll, contains, containsAll, containsAll, isEmpty, rem, rem, remove, removeAll, removeAll, retainAll, retainAll, shortIterator, toArray, toArray, toArray, toShortArray, toShortArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodeprotected AbstractReference2ShortSortedMap.ValuesCollection()
public ShortIterator iterator()
ShortCollectionNote 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 ShortCollectioniterator in interface ShortIterableiterator in interface Iterable<Short>iterator in interface Collection<Short>iterator in class AbstractShortCollectionpublic boolean contains(short k)
contains in interface ShortCollectioncontains in class AbstractShortCollectionCollection.contains(Object)public int size()
size in interface Collection<Short>size in class AbstractCollection<Short>public void clear()
clear in interface Collection<Short>clear in class AbstractCollection<Short>Copyright © 2013. All Rights Reserved.