public abstract class AbstractLongSortedSet extends AbstractLongSet implements LongSortedSet
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractLongSortedSet() |
| Modifier and Type | Method and Description |
|---|---|
abstract LongBidirectionalIterator |
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, toLongArray, toLongArray, toStringaddAll, clear, containsAll, isEmpty, removeAll, retainAll, size, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparator, first, firstLong, headSet, headSet, iterator, last, lastLong, subSet, subSet, tailSet, tailSetadd, contains, rem, remove, removeadd, addAll, contains, containsAll, removeAll, removeIf, removeIf, retainAll, toArray, toLongArray, toLongArrayforEach, forEachspliteratoraddAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArrayparallelStream, streampublic abstract LongBidirectionalIterator iterator()
LongCollectionNote 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 LongBidirectionalIterableiterator in interface LongCollectioniterator in interface LongIterableiterator in interface LongSetiterator in interface LongSortedSetiterator in interface Iterable<Long>iterator in interface Collection<Long>iterator in interface Set<Long>iterator in class AbstractLongSetIterable.iterator()Copyright © 2020. All rights reserved.