public abstract class AbstractIntSortedSet extends AbstractIntSet implements IntSortedSet
| Modifier and Type | Method and Description |
|---|---|
Integer |
first()
Delegates to the corresponding type-specific method.
|
IntSortedSet |
headSet(Integer to)
Delegates to the corresponding type-specific method.
|
IntBidirectionalIterator |
intIterator()
Deprecated.
|
abstract IntBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
Integer |
last()
Delegates to the corresponding type-specific method.
|
IntSortedSet |
subSet(Integer from,
Integer to)
Delegates to the corresponding type-specific method.
|
IntSortedSet |
tailSet(Integer from)
Delegates to the corresponding type-specific method.
|
equals, hashCode, rem, remove, removeadd, add, addAll, addAll, contains, contains, containsAll, containsAll, isEmpty, rem, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toIntArray, toIntArray, toStringclear, sizecomparator, firstInt, headSet, iterator, lastInt, subSet, tailSetadd, addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toArray, toIntArray, toIntArrayspliteratoradd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, streampublic IntSortedSet headSet(Integer to)
headSet in interface IntSortedSetheadSet in interface SortedSet<Integer>SortedSet.headSet(Object)public IntSortedSet tailSet(Integer from)
tailSet in interface IntSortedSettailSet in interface SortedSet<Integer>SortedSet.tailSet(Object)public IntSortedSet subSet(Integer from, Integer to)
subSet in interface IntSortedSetsubSet in interface SortedSet<Integer>SortedSet.subSet(Object,Object)public Integer first()
public Integer last()
@Deprecated public IntBidirectionalIterator intIterator()
intIterator in interface IntCollectionintIterator in interface IntSortedSetintIterator in class AbstractIntCollectionIntCollection.iterator()public 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 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 AbstractIntSet