| 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
An abstract class facilitating the creation of type-specific bidirectional iterators.
|
class |
AbstractByteBigListIterator
An abstract class facilitating the creation of type-specific big-list iterators.
|
class |
AbstractByteListIterator
An abstract class facilitating the creation of type-specific list iterators.
|
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 |
ByteSortedSet.byteIterator()
Deprecated.
As of
fastutil 5, replaced by ByteSortedSet.iterator(). |
ByteBidirectionalIterator |
ByteSortedSets.EmptySet.byteIterator()
Deprecated.
|
ByteBidirectionalIterator |
ByteSortedSets.Singleton.byteIterator()
Deprecated.
|
ByteBidirectionalIterator |
ByteSortedSets.SynchronizedSortedSet.byteIterator()
Deprecated.
|
ByteBidirectionalIterator |
ByteSortedSets.UnmodifiableSortedSet.byteIterator()
Deprecated.
|
ByteBidirectionalIterator |
AbstractByteSortedSet.byteIterator()
Deprecated.
|
ByteBidirectionalIterator |
AbstractByte2ReferenceSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
ByteCollections.EmptyCollection.iterator() |
ByteBidirectionalIterator |
AbstractByte2IntSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
ByteAVLTreeSet.iterator() |
ByteBidirectionalIterator |
ByteSortedSet.iterator()
Returns a type-specific
BidirectionalIterator on the elements in
this set. |
ByteBidirectionalIterator |
AbstractByte2ShortSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
AbstractByte2LongSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
ByteSortedSets.SynchronizedSortedSet.iterator() |
ByteBidirectionalIterator |
ByteSortedSets.UnmodifiableSortedSet.iterator() |
ByteBidirectionalIterator |
ByteRBTreeSet.iterator() |
ByteBidirectionalIterator |
AbstractByte2BooleanSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
AbstractByte2DoubleSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
AbstractByte2ObjectSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
AbstractByte2ByteSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
AbstractByte2FloatSortedMap.KeySet.iterator() |
abstract ByteBidirectionalIterator |
AbstractByteSortedSet.iterator() |
ByteBidirectionalIterator |
AbstractByte2CharSortedMap.KeySet.iterator() |
ByteBidirectionalIterator |
AbstractByte2ReferenceSortedMap.KeySet.iterator(byte from) |
ByteBidirectionalIterator |
AbstractByte2IntSortedMap.KeySet.iterator(byte from) |
ByteBidirectionalIterator |
ByteAVLTreeSet.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 |
AbstractByte2ShortSortedMap.KeySet.iterator(byte from) |
ByteBidirectionalIterator |
AbstractByte2LongSortedMap.KeySet.iterator(byte from) |
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 |
ByteRBTreeSet.iterator(byte from) |
ByteBidirectionalIterator |
AbstractByte2BooleanSortedMap.KeySet.iterator(byte from) |
ByteBidirectionalIterator |
AbstractByte2DoubleSortedMap.KeySet.iterator(byte from) |
ByteBidirectionalIterator |
AbstractByte2ObjectSortedMap.KeySet.iterator(byte from) |
ByteBidirectionalIterator |
AbstractByte2ByteSortedMap.KeySet.iterator(byte from) |
ByteBidirectionalIterator |
AbstractByte2FloatSortedMap.KeySet.iterator(byte from) |
ByteBidirectionalIterator |
AbstractByte2CharSortedMap.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 |
|---|
ByteIterators.UnmodifiableBidirectionalIterator(ByteBidirectionalIterator i) |
Copyright © 2013. All Rights Reserved.