ShortBidirectionalIterable, ShortCollection, ShortIterable, ShortSet, ShortSortedSet, java.lang.Cloneable, java.lang.Iterable<java.lang.Short>, java.util.Collection<java.lang.Short>, java.util.Set<java.lang.Short>, java.util.SortedSet<java.lang.Short>ShortAVLTreeSet, ShortLinkedOpenCustomHashSet, ShortLinkedOpenHashSet, ShortRBTreeSetpublic abstract class AbstractShortSortedSet extends AbstractShortSet implements ShortSortedSet
| Modifier and Type | Method | Description |
|---|---|---|
abstract ShortBidirectionalIterator |
iterator() |
Returns a type-specific iterator on the elements of this collection.
|
addAll, clear, containsAll, isEmpty, removeAll, retainAll, size, toArray, toArrayadd, add, addAll, contains, contains, containsAll, remove, removeAll, retainAll, toArray, toShortArray, toShortArray, toStringequals, hashCode, rem, removeaddAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArrayadd, addAll, contains, containsAll, removeAll, removeIf, removeIf, retainAll, toArray, toShortArray, toShortArrayforEach, forEachadd, contains, rem, remove, removecomparator, first, firstShort, headSet, headSet, iterator, last, lastShort, subSet, subSet, tailSet, tailSetpublic 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 java.util.Collection<java.lang.Short>iterator in interface java.lang.Iterable<java.lang.Short>iterator in interface java.util.Set<java.lang.Short>iterator in interface ShortBidirectionalIterableiterator in interface ShortCollectioniterator in interface ShortIterableiterator in interface ShortSetiterator in interface ShortSortedSetiterator in class AbstractShortSetIterable.iterator()