| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.chars |
Provides type-specific classes for character elements or keys.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CharBigListIterator
A type-specific
BigListIterator. |
interface |
CharListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractChar2BooleanSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2ByteSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2CharSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2DoubleSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2FloatSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2IntSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2LongSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2ObjectSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2ReferenceSortedMap.KeySetIterator<V>
A wrapper exhibiting a map iterator as an iterator on keys.
|
protected static class |
AbstractChar2ShortSortedMap.KeySetIterator
A wrapper exhibiting a map iterator as an iterator on keys.
|
class |
AbstractCharBidirectionalIterator
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 |
AbstractCharBigListIterator
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 |
AbstractCharListIterator
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 |
CharBigListIterators.BigListIteratorListIterator
A class exposing a list iterator as a big-list iterator..
|
static class |
CharBigListIterators.EmptyBigListIterator
A class returning no elements and a type-specific big list iterator interface.
|
static class |
CharBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators.
|
static class |
CharIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
static class |
CharIterators.UnmodifiableBidirectionalIterator
An unmodifiable wrapper class for bidirectional iterators.
|
static class |
CharIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Field and Description |
|---|---|
protected CharBidirectionalIterator |
CharIterators.UnmodifiableBidirectionalIterator.i |
| Modifier and Type | Method and Description |
|---|---|
CharBidirectionalIterator |
AbstractChar2DoubleSortedMap.KeySet.iterator() |
CharBidirectionalIterator |
AbstractChar2ShortSortedMap.KeySet.iterator() |
CharBidirectionalIterator |
AbstractChar2IntSortedMap.KeySet.iterator() |
CharBidirectionalIterator |
AbstractChar2ReferenceSortedMap.KeySet.iterator() |
CharBidirectionalIterator |
AbstractChar2ByteSortedMap.KeySet.iterator() |
CharBidirectionalIterator |
AbstractChar2FloatSortedMap.KeySet.iterator() |
CharBidirectionalIterator |
AbstractChar2BooleanSortedMap.KeySet.iterator() |
CharBidirectionalIterator |
AbstractChar2CharSortedMap.KeySet.iterator() |
CharBidirectionalIterator |
AbstractChar2LongSortedMap.KeySet.iterator() |
CharBidirectionalIterator |
AbstractChar2ObjectSortedMap.KeySet.iterator() |
CharBidirectionalIterator |
CharCollections.EmptyCollection.iterator() |
CharBidirectionalIterator |
CharBidirectionalIterable.iterator()
Returns a type-specific
BidirectionalIterator. |
CharBidirectionalIterator |
CharSortedSets.SynchronizedSortedSet.iterator() |
CharBidirectionalIterator |
CharSortedSets.UnmodifiableSortedSet.iterator() |
CharBidirectionalIterator |
CharSortedSet.iterator()
Returns a type-specific
BidirectionalIterator on the elements in
this set. |
CharBidirectionalIterator |
CharRBTreeSet.iterator() |
CharBidirectionalIterator |
CharAVLTreeSet.iterator() |
abstract CharBidirectionalIterator |
AbstractCharSortedSet.iterator() |
CharBidirectionalIterator |
AbstractChar2DoubleSortedMap.KeySet.iterator(char from) |
CharBidirectionalIterator |
AbstractChar2ShortSortedMap.KeySet.iterator(char from) |
CharBidirectionalIterator |
AbstractChar2IntSortedMap.KeySet.iterator(char from) |
CharBidirectionalIterator |
AbstractChar2ReferenceSortedMap.KeySet.iterator(char from) |
CharBidirectionalIterator |
AbstractChar2ByteSortedMap.KeySet.iterator(char from) |
CharBidirectionalIterator |
AbstractChar2FloatSortedMap.KeySet.iterator(char from) |
CharBidirectionalIterator |
AbstractChar2BooleanSortedMap.KeySet.iterator(char from) |
CharBidirectionalIterator |
AbstractChar2CharSortedMap.KeySet.iterator(char from) |
CharBidirectionalIterator |
AbstractChar2LongSortedMap.KeySet.iterator(char from) |
CharBidirectionalIterator |
AbstractChar2ObjectSortedMap.KeySet.iterator(char from) |
CharBidirectionalIterator |
CharSortedSets.EmptySet.iterator(char from) |
CharBidirectionalIterator |
CharSortedSets.Singleton.iterator(char from) |
CharBidirectionalIterator |
CharSortedSets.SynchronizedSortedSet.iterator(char from) |
CharBidirectionalIterator |
CharSortedSets.UnmodifiableSortedSet.iterator(char from) |
CharBidirectionalIterator |
CharSortedSet.iterator(char fromElement)
Returns a type-specific
BidirectionalIterator on the elements in
this set, starting from a given element of the domain (optional operation). |
CharBidirectionalIterator |
CharRBTreeSet.iterator(char from) |
CharBidirectionalIterator |
CharAVLTreeSet.iterator(char from) |
static CharBidirectionalIterator |
CharIterators.unmodifiable(CharBidirectionalIterator i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
|
| Modifier and Type | Method and Description |
|---|---|
static CharBidirectionalIterator |
CharIterators.unmodifiable(CharBidirectionalIterator i)
Returns an unmodifiable bidirectional iterator backed by the specified bidirectional iterator.
|
| Constructor and Description |
|---|
UnmodifiableBidirectionalIterator(CharBidirectionalIterator i) |
Copyright © 2020. All rights reserved.