protected class AbstractInt2DoubleSortedMap.ValuesCollection extends AbstractDoubleCollection
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractInt2DoubleSortedMap.ValuesCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(double k) |
DoubleIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
int |
size() |
add, add, addAll, addAll, contains, containsAll, containsAll, doubleIterator, isEmpty, rem, rem, remove, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toDoubleArray, toDoubleArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodeprotected AbstractInt2DoubleSortedMap.ValuesCollection()
public DoubleIterator iterator()
DoubleCollectionNote 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 DoubleCollectioniterator in interface DoubleIterableiterator in interface Iterable<Double>iterator in interface Collection<Double>iterator in class AbstractDoubleCollectionpublic boolean contains(double k)
contains in interface DoubleCollectioncontains in class AbstractDoubleCollectionCollection.contains(Object)public int size()
size in interface Collection<Double>size in class AbstractCollection<Double>public void clear()
clear in interface Collection<Double>clear in class AbstractCollection<Double>Copyright © 2013. All Rights Reserved.