|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectit.unimi.dsi.fastutil.shorts.AbstractShortCollection
it.unimi.dsi.fastutil.shorts.AbstractShortSet
it.unimi.dsi.fastutil.shorts.AbstractShortSortedSet
public abstract class AbstractShortSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
| Method Summary | |
|---|---|
Short |
first()
Delegates to the corresponding type-specific method. |
ShortSortedSet |
headSet(Short to)
Delegates to the corresponding type-specific method. |
abstract ShortBidirectionalIterator |
iterator()
Returns a type-specific iterator on the elements of this collection. |
Short |
last()
Delegates to the corresponding type-specific method. |
ShortBidirectionalIterator |
shortIterator()
Deprecated. |
ShortSortedSet |
subSet(Short from,
Short to)
Delegates to the corresponding type-specific method. |
ShortSortedSet |
tailSet(Short from)
Delegates to the corresponding type-specific method. |
| Methods inherited from class it.unimi.dsi.fastutil.shorts.AbstractShortSet |
|---|
equals, hashCode, rem, remove, remove |
| Methods inherited from class it.unimi.dsi.fastutil.shorts.AbstractShortCollection |
|---|
add, add, addAll, addAll, clear, contains, containsAll, containsAll, isEmpty, rem, removeAll, removeAll, retainAll, retainAll, toArray, toArray, toArray, toShortArray, toShortArray, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface it.unimi.dsi.fastutil.shorts.ShortSortedSet |
|---|
comparator, firstShort, headSet, iterator, lastShort, subSet, tailSet |
| Methods inherited from interface it.unimi.dsi.fastutil.shorts.ShortSet |
|---|
remove |
| Methods inherited from interface it.unimi.dsi.fastutil.shorts.ShortCollection |
|---|
add, addAll, contains, containsAll, rem, removeAll, retainAll, toArray, toArray, toShortArray, toShortArray |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
public ShortSortedSet headSet(Short to)
headSet in interface ShortSortedSetheadSet in interface SortedSet<Short>SortedSet.headSet(Object)public ShortSortedSet tailSet(Short from)
tailSet in interface ShortSortedSettailSet in interface SortedSet<Short>SortedSet.tailSet(Object)
public ShortSortedSet subSet(Short from,
Short to)
subSet in interface ShortSortedSetsubSet in interface SortedSet<Short>SortedSet.subSet(Object,Object)public Short first()
first in interface SortedSet<Short>public Short last()
last in interface SortedSet<Short>@Deprecated public ShortBidirectionalIterator shortIterator()
shortIterator in interface ShortCollectionshortIterator in interface ShortSortedSetshortIterator in class AbstractShortCollectionShortCollection.iterator()public abstract ShortBidirectionalIterator iterator()
ShortCollectionNote 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||