| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.bytes |
Provides type-specific classes for byte elements or keys.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteBigListIterator
A type-specific
BigListIterator. |
interface |
ByteListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractByte2BooleanSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2ByteSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2CharSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2DoubleSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2FloatSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2IntSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2LongSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2ObjectSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractByte2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
class |
AbstractByteBidirectionalIterator
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 |
AbstractByteBigListIterator
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 |
AbstractByteListIterator
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 |
ByteBigListIterators.BigListIteratorListIterator
A class exposing a list iterator as a big-list iterator..
|
static class |
ByteBigListIterators.EmptyBigListIterator
A class returning no elements and a type-specific big list iterator interface.
|
static class |
ByteBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators.
|
static class |
ByteIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
static class |
ByteIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
ByteIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Field and Description |
|---|---|
protected ByteBidirectionalIterator |
ByteIterators.UnmodifiableBidirectionalIterator.i |
| Modifier and Type | Method and Description |
|---|---|
ByteBidirectionalIterator |
ByteSortedSets.SynchronizedSortedSet.iterator() |
ByteBidirectionalIterator |
ByteSortedSets.UnmodifiableSortedSet.iterator() |
ByteBidirectionalIterator |
AbstractByte2LongSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
AbstractByte2DoubleSortedMap.KeySet.iterator() |
abstract ByteBidirectionalIterator |
AbstractByteSortedSet.iterator() |
ByteBidirectionalIterator |
AbstractByte2IntSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
AbstractByte2ReferenceSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
ByteAVLTreeSet.iterator() |
ByteBidirectionalIterator |
AbstractByte2ShortSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
ByteSortedSet.iterator()
Returns a type-specific
BidirectionalIterator on the elements in
this set. |
ByteBidirectionalIterator |
ByteCollections.EmptyCollection.iterator() |
ByteBidirectionalIterator |
AbstractByte2ObjectSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
AbstractByte2FloatSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
ByteRBTreeSet.iterator() |
ByteBidirectionalIterator |
ByteBidirectionalIterable.iterator()
Returns a type-specific
BidirectionalIterator. |
ByteBidirectionalIterator |
AbstractByte2ByteSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
AbstractByte2CharSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
AbstractByte2BooleanSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
ByteSortedSets.EmptySet.iterator(byte from) |
ByteBidirectionalIterator |
ByteSortedSets.Singleton.iterator(byte from) |
ByteBidirectionalIterator |
ByteSortedSets.SynchronizedSortedSet.iterator(byte from) |
ByteBidirectionalIterator |
ByteSortedSets.UnmodifiableSortedSet.iterator(byte from) |
ByteBidirectionalIterator |
AbstractByte2LongSortedMap.KeySet.iterator(byte from) |
ByteBidirectionalIterator |
AbstractByte2DoubleSortedMap.KeySet.iterator(byte from) |
ByteBidirectionalIterator |
AbstractByte2IntSortedMap.KeySet.iterator(byte from) |
ByteBidirectionalIterator |
AbstractByte2ReferenceSortedMap.KeySet.iterator(byte from) |
ByteBidirectionalIterator |
ByteAVLTreeSet.iterator(byte from) |
ByteBidirectionalIterator |
AbstractByte2ShortSortedMap.KeySet.iterator(byte from) |
ByteBidirectionalIterator |
ByteSortedSet.iterator(byte fromElement)
Returns a type-specific
BidirectionalIterator on the elements in
this set, starting from a given element of the domain (optional operation). |
ByteBidirectionalIterator |
AbstractByte2ObjectSortedMap.KeySet.iterator(byte from) |
ByteBidirectionalIterator |
AbstractByte2FloatSortedMap.KeySet.iterator(byte from) |
ByteBidirectionalIterator |
ByteRBTreeSet.iterator(byte from) |
ByteBidirectionalIterator |
AbstractByte2ByteSortedMap.KeySet.iterator(byte from) |
ByteBidirectionalIterator |
AbstractByte2CharSortedMap.KeySet.iterator(byte from) |
ByteBidirectionalIterator |
AbstractByte2BooleanSortedMap.KeySet.iterator(byte from) |
static ByteBidirectionalIterator |
ByteIterators.unmodifiable(ByteBidirectionalIterator i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
|
| Modifier and Type | Method and Description |
|---|---|
static ByteBidirectionalIterator |
ByteIterators.unmodifiable(ByteBidirectionalIterator i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
|
| Constructor and Description |
|---|
UnmodifiableBidirectionalIterator(ByteBidirectionalIterator i) |
Copyright © 2020. All rights reserved.