protected class AbstractFloat2ObjectSortedMap.ValuesCollection extends AbstractObjectCollection<V>
| Modifier | Constructor and Description |
|---|---|
protected |
ValuesCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object k) |
ObjectIterator<V> |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
int |
size() |
toStringadd, addAll, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, addAll, containsAll, equals, hashCode, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArraypublic ObjectIterator<V> iterator()
ObjectCollectionNote 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 ObjectCollection<V>iterator in interface ObjectIterable<V>iterator in interface Iterable<V>iterator in interface Collection<V>iterator in class AbstractObjectCollection<V>Iterable.iterator()public boolean contains(Object k)
contains in interface Collection<V>contains in class AbstractCollection<V>public int size()
size in interface Collection<V>size in class AbstractCollection<V>public void clear()
clear in interface Collection<V>clear in class AbstractCollection<V>Copyright © 2020. All rights reserved.