|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShortBidirectionalIterator | |
---|---|
it.unimi.dsi.fastutil.shorts | Provides type-specific classes for short elements or keys. |
Uses of ShortBidirectionalIterator in it.unimi.dsi.fastutil.shorts |
---|
Subinterfaces of ShortBidirectionalIterator in it.unimi.dsi.fastutil.shorts | |
---|---|
interface |
ShortBigListIterator
A type-specific BigListIterator . |
interface |
ShortListIterator
A type-specific bidirectional iterator that is also a ListIterator . |
Classes in it.unimi.dsi.fastutil.shorts that implement ShortBidirectionalIterator | |
---|---|
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
An abstract class facilitating the creation of type-specific bidirectional iterators. |
class |
AbstractShortBigListIterator
An abstract class facilitating the creation of type-specific big-list iterators. |
class |
AbstractShortListIterator
An abstract class facilitating the creation of type-specific list iterators. |
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. |
Fields in it.unimi.dsi.fastutil.shorts declared as ShortBidirectionalIterator | |
---|---|
protected ShortBidirectionalIterator |
ShortIterators.UnmodifiableBidirectionalIterator.i
|
Methods in it.unimi.dsi.fastutil.shorts that return ShortBidirectionalIterator | |
---|---|
ShortBidirectionalIterator |
AbstractShort2LongSortedMap.KeySet.iterator()
|
ShortBidirectionalIterator |
ShortSortedSet.iterator()
Returns a type-specific BidirectionalIterator on the elements in
this set. |
ShortBidirectionalIterator |
AbstractShort2BooleanSortedMap.KeySet.iterator()
|
ShortBidirectionalIterator |
ShortAVLTreeSet.iterator()
|
ShortBidirectionalIterator |
AbstractShort2CharSortedMap.KeySet.iterator()
|
abstract ShortBidirectionalIterator |
AbstractShortSortedSet.iterator()
|
ShortBidirectionalIterator |
AbstractShort2ObjectSortedMap.KeySet.iterator()
|
ShortBidirectionalIterator |
AbstractShort2ShortSortedMap.KeySet.iterator()
|
ShortBidirectionalIterator |
AbstractShort2ByteSortedMap.KeySet.iterator()
|
ShortBidirectionalIterator |
ShortRBTreeSet.iterator()
|
ShortBidirectionalIterator |
AbstractShort2DoubleSortedMap.KeySet.iterator()
|
ShortBidirectionalIterator |
ShortCollections.EmptyCollection.iterator()
|
ShortBidirectionalIterator |
AbstractShort2FloatSortedMap.KeySet.iterator()
|
ShortBidirectionalIterator |
AbstractShort2ReferenceSortedMap.KeySet.iterator()
|
ShortBidirectionalIterator |
ShortSortedSets.SynchronizedSortedSet.iterator()
|
ShortBidirectionalIterator |
ShortSortedSets.UnmodifiableSortedSet.iterator()
|
ShortBidirectionalIterator |
AbstractShort2IntSortedMap.KeySet.iterator()
|
ShortBidirectionalIterator |
AbstractShort2LongSortedMap.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 |
AbstractShort2BooleanSortedMap.KeySet.iterator(short from)
|
ShortBidirectionalIterator |
ShortAVLTreeSet.iterator(short from)
|
ShortBidirectionalIterator |
AbstractShort2CharSortedMap.KeySet.iterator(short from)
|
ShortBidirectionalIterator |
AbstractShort2ObjectSortedMap.KeySet.iterator(short from)
|
ShortBidirectionalIterator |
AbstractShort2ShortSortedMap.KeySet.iterator(short from)
|
ShortBidirectionalIterator |
AbstractShort2ByteSortedMap.KeySet.iterator(short from)
|
ShortBidirectionalIterator |
ShortRBTreeSet.iterator(short from)
|
ShortBidirectionalIterator |
AbstractShort2DoubleSortedMap.KeySet.iterator(short from)
|
ShortBidirectionalIterator |
AbstractShort2FloatSortedMap.KeySet.iterator(short from)
|
ShortBidirectionalIterator |
AbstractShort2ReferenceSortedMap.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 |
AbstractShort2IntSortedMap.KeySet.iterator(short from)
|
ShortBidirectionalIterator |
ShortSortedSet.shortIterator()
Deprecated. As of fastutil 5, replaced by ShortSortedSet.iterator() . |
ShortBidirectionalIterator |
AbstractShortSortedSet.shortIterator()
Deprecated. |
ShortBidirectionalIterator |
ShortSortedSets.EmptySet.shortIterator()
Deprecated. |
ShortBidirectionalIterator |
ShortSortedSets.Singleton.shortIterator()
Deprecated. |
ShortBidirectionalIterator |
ShortSortedSets.SynchronizedSortedSet.shortIterator()
Deprecated. |
ShortBidirectionalIterator |
ShortSortedSets.UnmodifiableSortedSet.shortIterator()
Deprecated. |
static ShortBidirectionalIterator |
ShortIterators.unmodifiable(ShortBidirectionalIterator i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator. |
Methods in it.unimi.dsi.fastutil.shorts with parameters of type ShortBidirectionalIterator | |
---|---|
static ShortBidirectionalIterator |
ShortIterators.unmodifiable(ShortBidirectionalIterator i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator. |
Constructors in it.unimi.dsi.fastutil.shorts with parameters of type ShortBidirectionalIterator | |
---|---|
ShortIterators.UnmodifiableBidirectionalIterator(ShortBidirectionalIterator i)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |