public abstract class AbstractIntSortedSet extends AbstractIntSet implements IntSortedSet
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIntSortedSet() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
first()
Deprecated.
Please use the corresponding type-specific method instead.
|
IntSortedSet |
headSet(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.
|
Integer |
last()
Deprecated.
Please use the corresponding type-specific method instead.
|
IntSortedSet |
subSet(Integer from,
Integer to)
Deprecated.
Please use the corresponding type-specific method instead.
|
IntSortedSet |
tailSet(Integer from)
Deprecated.
Please use the corresponding type-specific method instead.
|
equals, hashCode, rem, remove, removeadd, add, addAll, addAll, contains, contains, containsAll, containsAll, isEmpty, rem, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toIntArray, toIntArray, toStringclear, sizeclone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparator, 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, stream@Deprecated public IntSortedSet headSet(Integer to)
headSet in interface IntSortedSetheadSet in interface SortedSet<Integer>SortedSet.headSet(Object)@Deprecated public IntSortedSet tailSet(Integer from)
tailSet in interface IntSortedSettailSet in interface SortedSet<Integer>SortedSet.tailSet(Object)@Deprecated public IntSortedSet subSet(Integer from, Integer to)
subSet in interface IntSortedSetsubSet in interface SortedSet<Integer>SortedSet.subSet(Object,Object)@Deprecated public Integer first()
@Deprecated 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 AbstractIntSetCopyright © 2016. All rights reserved.