public abstract class AbstractShortSortedSet extends AbstractShortSet implements ShortSortedSet
| Modifier and Type | Method and Description |
|---|---|
Short |
first()
Deprecated.
Please use the corresponding type-specific method instead.
|
ShortSortedSet |
headSet(Short to)
Deprecated.
Please use the corresponding type-specific method instead.
|
abstract ShortBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this collection.
|
Short |
last()
Deprecated.
Please use the corresponding type-specific method instead.
|
ShortBidirectionalIterator |
shortIterator()
Deprecated.
|
ShortSortedSet |
subSet(Short from,
Short to)
Deprecated.
Please use the corresponding type-specific method instead.
|
ShortSortedSet |
tailSet(Short from)
Deprecated.
Please use the corresponding type-specific method instead.
|
equals, hashCode, removeadd, add, addAll, addAll, contains, contains, containsAll, containsAll, isEmpty, rem, rem, remove, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toShortArray, toShortArray, toStringclear, sizecomparator, firstShort, headSet, iterator, lastShort, subSet, tailSetadd, addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toArray, toShortArray, toShortArrayspliteratoradd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, stream@Deprecated public ShortSortedSet headSet(Short to)
headSet in interface ShortSortedSetheadSet in interface SortedSet<Short>SortedSet.headSet(Object)@Deprecated public ShortSortedSet tailSet(Short from)
tailSet in interface ShortSortedSettailSet in interface SortedSet<Short>SortedSet.tailSet(Object)@Deprecated public ShortSortedSet subSet(Short from, Short to)
subSet in interface ShortSortedSetsubSet in interface SortedSet<Short>SortedSet.subSet(Object,Object)@Deprecated public Short first()
@Deprecated public Short last()
@Deprecated public ShortBidirectionalIterator shortIterator()
shortIterator in interface ShortCollectionshortIterator in interface ShortSortedSetshortIterator in class AbstractShortCollectionShortCollection.iterator()public abstract ShortBidirectionalIterator iterator()
ShortCollection
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 ShortCollectioniterator in interface ShortIterableiterator in interface ShortSetiterator in interface ShortSortedSetiterator in interface Iterable<Short>iterator in interface Collection<Short>iterator in interface Set<Short>iterator in class AbstractShortSet