public abstract class AbstractIntSortedSet extends AbstractIntSet implements IntSortedSet
| Modifier and Type | Method and Description |
|---|---|
abstract IntBidirectionalIterator |
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, toIntArray, toIntArray, toStringaddAll, clear, containsAll, isEmpty, removeAll, retainAll, size, toArray, toArraycomparator, first, firstInt, headSet, headSet, iterator, last, lastInt, subSet, subSet, tailSet, tailSetadd, contains, rem, remove, removeadd, addAll, contains, containsAll, removeAll, removeIf, removeIf, retainAll, toArray, toIntArray, toIntArrayforEach, forEachspliteratoraddAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArrayparallelStream, streampublic abstract IntBidirectionalIterator iterator()
IntCollectionNote 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 IntBidirectionalIterableiterator in interface IntCollectioniterator in interface IntIterableiterator in interface IntSetiterator in interface IntSortedSetiterator in interface Iterable<Integer>iterator in interface Collection<Integer>iterator in interface Set<Integer>iterator in class AbstractIntSetIterable.iterator()