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, remove
add, add, addAll, addAll, contains, contains, containsAll, containsAll, forEach, remove, removeAll, removeAll, removeIf, retainAll, retainAll, toArray, toIntArray, toIntArray, toString
comparator, first, firstInt, headSet, headSet, iterator, last, lastInt, spliterator, subSet, subSet, tailSet, tailSet
add, contains, of, of, of, of, of, rem, remove, remove
add, addAll, contains, containsAll, intIterator, intParallelStream, intSpliterator, intStream, parallelStream, removeAll, removeIf, removeIf, removeIf, retainAll, stream, toArray, toIntArray, toIntArray
forEach, forEach, forEach
public abstract IntBidirectionalIterator iterator()
IntCollection
iterator
in interface IntBidirectionalIterable
iterator
in interface IntCollection
iterator
in interface IntIterable
iterator
in interface IntSet
iterator
in interface IntSortedSet
iterator
in interface java.lang.Iterable<java.lang.Integer>
iterator
in interface java.util.Collection<java.lang.Integer>
iterator
in interface java.util.Set<java.lang.Integer>
iterator
in class AbstractIntSet
Iterable.iterator()