protected class AbstractByte2IntSortedMap.ValuesCollection extends AbstractIntCollection
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractByte2IntSortedMap.ValuesCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(int k) |
IntIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
int |
size() |
add, add, addAll, addAll, contains, containsAll, containsAll, intIterator, isEmpty, rem, rem, remove, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toIntArray, toIntArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodeprotected AbstractByte2IntSortedMap.ValuesCollection()
public IntIterator iterator()
IntCollectionNote 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 IntCollectioniterator in interface IntIterableiterator in interface Iterable<Integer>iterator in interface Collection<Integer>iterator in class AbstractIntCollectionpublic boolean contains(int k)
contains in interface IntCollectioncontains in class AbstractIntCollectionCollection.contains(Object)public int size()
size in interface Collection<Integer>size in class AbstractCollection<Integer>public void clear()
clear in interface Collection<Integer>clear in class AbstractCollection<Integer>Copyright © 2013. All Rights Reserved.