protected class AbstractInt2ByteSortedMap.ValuesCollection extends AbstractByteCollection
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractInt2ByteSortedMap.ValuesCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(byte k) |
ByteIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
int |
size() |
add, add, addAll, addAll, byteIterator, contains, containsAll, containsAll, isEmpty, rem, rem, remove, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toByteArray, toByteArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodeprotected AbstractInt2ByteSortedMap.ValuesCollection()
public ByteIterator iterator()
ByteCollectionNote 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 ByteCollectioniterator in interface ByteIterableiterator in interface Iterable<Byte>iterator in interface Collection<Byte>iterator in class AbstractByteCollectionpublic boolean contains(byte k)
contains in interface ByteCollectioncontains in class AbstractByteCollectionCollection.contains(Object)public int size()
size in interface Collection<Byte>size in class AbstractCollection<Byte>public void clear()
clear in interface Collection<Byte>clear in class AbstractCollection<Byte>Copyright © 2013. All Rights Reserved.