public abstract class AbstractIntSortedSet extends AbstractIntSet implements IntSortedSet
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
first()
Deprecated.
Please use the corresponding type-specific method instead.
|
IntSortedSet |
headSet(java.lang.Integer to)
Deprecated.
Please use the corresponding type-specific method instead.
|
IntBidirectionalIterator |
intIterator()
Deprecated.
|
abstract IntBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
java.lang.Integer |
last()
Deprecated.
Please use the corresponding type-specific method instead.
|
IntSortedSet |
subSet(java.lang.Integer from,
java.lang.Integer to)
Deprecated.
Please use the corresponding type-specific method instead.
|
IntSortedSet |
tailSet(java.lang.Integer from)
Deprecated.
Please use the corresponding type-specific method instead.
|
equals, hashCode, remove, removeadd, add, addAll, addAll, contains, contains, containsAll, containsAll, isEmpty, rem, rem, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toIntArray, toIntArray, toStringcomparator, firstInt, headSet, iterator, lastInt, subSet, tailSetadd, addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toArray, toIntArray, toIntArray@Deprecated public IntSortedSet headSet(java.lang.Integer to)
headSet in interface IntSortedSetheadSet in interface java.util.SortedSet<java.lang.Integer>SortedSet.headSet(Object)@Deprecated public IntSortedSet tailSet(java.lang.Integer from)
tailSet in interface IntSortedSettailSet in interface java.util.SortedSet<java.lang.Integer>SortedSet.tailSet(Object)@Deprecated public IntSortedSet subSet(java.lang.Integer from, java.lang.Integer to)
subSet in interface IntSortedSetsubSet in interface java.util.SortedSet<java.lang.Integer>SortedSet.subSet(Object,Object)@Deprecated public java.lang.Integer first()
first in interface java.util.SortedSet<java.lang.Integer>@Deprecated public java.lang.Integer last()
last in interface java.util.SortedSet<java.lang.Integer>@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 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