public abstract class AbstractFloatSortedSet extends AbstractFloatSet implements FloatSortedSet
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFloatSortedSet() |
| Modifier and Type | Method and Description |
|---|---|
abstract FloatBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
equals, hashCode, rem, removeadd, add, addAll, contains, contains, containsAll, remove, removeAll, retainAll, toArray, toFloatArray, toFloatArray, toStringaddAll, clear, containsAll, isEmpty, removeAll, retainAll, size, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparator, first, firstFloat, headSet, headSet, iterator, last, lastFloat, subSet, subSet, tailSet, tailSetadd, contains, rem, remove, removeadd, addAll, contains, containsAll, removeAll, removeIf, removeIf, retainAll, toArray, toFloatArray, toFloatArrayforEach, forEachspliteratoraddAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArrayparallelStream, streampublic abstract FloatBidirectionalIterator iterator()
FloatCollectionNote 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 FloatBidirectionalIterableiterator in interface FloatCollectioniterator in interface FloatIterableiterator in interface FloatSetiterator in interface FloatSortedSetiterator in interface Iterable<Float>iterator in interface Collection<Float>iterator in interface Set<Float>iterator in class AbstractFloatSetIterable.iterator()Copyright © 2020. All rights reserved.