| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.shorts |
Provides type-specific classes for short elements or keys.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ShortBigListIterator
A type-specific
BigListIterator. |
interface |
ShortListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractShort2BooleanSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2ByteSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2CharSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2DoubleSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2FloatSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2IntSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2LongSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2ObjectSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractShort2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
class |
AbstractShortBidirectionalIterator
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract
methods are now default methods of the type-specific interface.
|
class |
AbstractShortBigListIterator
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract
methods are now default methods of the type-specific interface.
|
class |
AbstractShortListIterator
Deprecated.
As of fastutil 8 this class is no longer necessary, as its previous abstract
methods are now default methods of the type-specific interface.
|
static class |
ShortBigListIterators.BigListIteratorListIterator
A class exposing a list iterator as a big-list iterator..
|
static class |
ShortBigListIterators.EmptyBigListIterator
A class returning no elements and a type-specific big list iterator interface.
|
static class |
ShortBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators.
|
static class |
ShortIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
static class |
ShortIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
ShortIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Field and Description |
|---|---|
protected ShortBidirectionalIterator |
ShortIterators.UnmodifiableBidirectionalIterator.i |
| Modifier and Type | Method and Description |
|---|---|
ShortBidirectionalIterator |
AbstractShort2FloatSortedMap.KeySet.iterator() |
ShortBidirectionalIterator |
AbstractShort2IntSortedMap.KeySet.iterator() |
ShortBidirectionalIterator |
ShortAVLTreeSet.iterator() |
abstract ShortBidirectionalIterator |
AbstractShortSortedSet.iterator() |
ShortBidirectionalIterator |
AbstractShort2ShortSortedMap.KeySet.iterator() |
ShortBidirectionalIterator |
ShortSortedSets.SynchronizedSortedSet.iterator() |
ShortBidirectionalIterator |
ShortSortedSets.UnmodifiableSortedSet.iterator() |
ShortBidirectionalIterator |
ShortRBTreeSet.iterator() |
ShortBidirectionalIterator |
AbstractShort2ReferenceSortedMap.KeySet.iterator() |
ShortBidirectionalIterator |
AbstractShort2BooleanSortedMap.KeySet.iterator() |
ShortBidirectionalIterator |
AbstractShort2DoubleSortedMap.KeySet.iterator() |
ShortBidirectionalIterator |
AbstractShort2CharSortedMap.KeySet.iterator() |
ShortBidirectionalIterator |
ShortSortedSet.iterator()
Returns a type-specific
BidirectionalIterator on the elements in
this set. |
ShortBidirectionalIterator |
ShortBidirectionalIterable.iterator()
Returns a type-specific
BidirectionalIterator. |
ShortBidirectionalIterator |
AbstractShort2LongSortedMap.KeySet.iterator() |
ShortBidirectionalIterator |
AbstractShort2ByteSortedMap.KeySet.iterator() |
ShortBidirectionalIterator |
ShortCollections.EmptyCollection.iterator() |
ShortBidirectionalIterator |
AbstractShort2ObjectSortedMap.KeySet.iterator() |
ShortBidirectionalIterator |
AbstractShort2FloatSortedMap.KeySet.iterator(short from) |
ShortBidirectionalIterator |
AbstractShort2IntSortedMap.KeySet.iterator(short from) |
ShortBidirectionalIterator |
ShortAVLTreeSet.iterator(short from) |
ShortBidirectionalIterator |
AbstractShort2ShortSortedMap.KeySet.iterator(short from) |
ShortBidirectionalIterator |
ShortSortedSets.EmptySet.iterator(short from) |
ShortBidirectionalIterator |
ShortSortedSets.Singleton.iterator(short from) |
ShortBidirectionalIterator |
ShortSortedSets.SynchronizedSortedSet.iterator(short from) |
ShortBidirectionalIterator |
ShortSortedSets.UnmodifiableSortedSet.iterator(short from) |
ShortBidirectionalIterator |
ShortRBTreeSet.iterator(short from) |
ShortBidirectionalIterator |
AbstractShort2ReferenceSortedMap.KeySet.iterator(short from) |
ShortBidirectionalIterator |
AbstractShort2BooleanSortedMap.KeySet.iterator(short from) |
ShortBidirectionalIterator |
AbstractShort2DoubleSortedMap.KeySet.iterator(short from) |
ShortBidirectionalIterator |
AbstractShort2CharSortedMap.KeySet.iterator(short from) |
ShortBidirectionalIterator |
ShortSortedSet.iterator(short fromElement)
Returns a type-specific
BidirectionalIterator on the elements in
this set, starting from a given element of the domain (optional operation). |
ShortBidirectionalIterator |
AbstractShort2LongSortedMap.KeySet.iterator(short from) |
ShortBidirectionalIterator |
AbstractShort2ByteSortedMap.KeySet.iterator(short from) |
ShortBidirectionalIterator |
AbstractShort2ObjectSortedMap.KeySet.iterator(short from) |
static ShortBidirectionalIterator |
ShortIterators.unmodifiable(ShortBidirectionalIterator i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
|
| Modifier and Type | Method and Description |
|---|---|
static ShortBidirectionalIterator |
ShortIterators.unmodifiable(ShortBidirectionalIterator i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
|
| Constructor and Description |
|---|
UnmodifiableBidirectionalIterator(ShortBidirectionalIterator i) |
Copyright © 2020. All rights reserved.