protected class AbstractByte2LongSortedMap.ValuesCollection extends AbstractLongCollection
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractByte2LongSortedMap.ValuesCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(long k) |
LongIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
int |
size() |
add, add, addAll, addAll, contains, containsAll, containsAll, isEmpty, longIterator, rem, rem, remove, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toLongArray, toLongArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodeprotected AbstractByte2LongSortedMap.ValuesCollection()
public LongIterator iterator()
LongCollectionNote 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 LongCollectioniterator in interface LongIterableiterator in interface Iterable<Long>iterator in interface Collection<Long>iterator in class AbstractLongCollectionpublic boolean contains(long k)
contains in interface LongCollectioncontains in class AbstractLongCollectionCollection.contains(Object)public int size()
size in interface Collection<Long>size in class AbstractCollection<Long>public void clear()
clear in interface Collection<Long>clear in class AbstractCollection<Long>Copyright © 2013. All Rights Reserved.