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, contains, contains, containsAll, remove, removeAll, retainAll, toArray, toIntArray, toIntArray, toString
addAll, clear, containsAll, isEmpty, removeAll, retainAll, size, toArray, toArray
comparator, first, firstInt, headSet, headSet, iterator, last, lastInt, subSet, subSet, tailSet, tailSet
add, contains, rem, remove, remove
add, addAll, contains, containsAll, removeAll, removeIf, removeIf, retainAll, toArray, toIntArray, toIntArray
forEach, forEach
public abstract IntBidirectionalIterator iterator()
IntCollection
Note 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 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()