| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.bytes |
Provides type-specific classes for byte elements or keys.
|
| it.unimi.dsi.fastutil.chars |
Provides type-specific classes for character elements or keys.
|
| it.unimi.dsi.fastutil.doubles |
Provides type-specific classes for double elements or keys.
|
| it.unimi.dsi.fastutil.floats |
Provides type-specific classes for float elements or keys.
|
| it.unimi.dsi.fastutil.ints |
Provides type-specific classes for integer elements or keys.
|
| it.unimi.dsi.fastutil.io |
Provides classes and static methods that make object and primitive-type I/O easier and faster.
|
| it.unimi.dsi.fastutil.longs |
Provides type-specific classes for long elements or keys.
|
| it.unimi.dsi.fastutil.objects |
Provides type-specific classes for object elements or keys.
|
| it.unimi.dsi.fastutil.shorts |
Provides type-specific classes for short elements or keys.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractByte2CharSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
CharIterator |
AbstractByte2CharSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CharBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
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 |
AbstractChar2CharSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
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 |
AbstractCharIterator
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.UnmodifiableIterator
An unmodifiable wrapper class for iterators.
|
static class |
CharIterators.UnmodifiableListIterator
An unmodifiable wrapper class for list iterators.
|
| Modifier and Type | Field and Description |
|---|---|
protected CharIterator |
CharIterators.UnmodifiableIterator.i |
| Modifier and Type | Method and Description |
|---|---|
static CharIterator |
CharIterators.asCharIterator(Iterator i)
Wraps a standard iterator into a type-specific iterator.
|
static CharIterator |
CharIterators.concat(CharIterator[] a)
Concatenates all iterators contained in an array.
|
static CharIterator |
CharIterators.concat(CharIterator[] a,
int offset,
int length)
Concatenates a sequence of iterators contained in an array.
|
CharIterator |
CharOpenCustomHashSet.iterator() |
CharIterator |
CharOpenHashSet.iterator() |
abstract CharIterator |
AbstractCharSet.iterator() |
CharIterator |
CharCollection.iterator()
Returns a type-specific iterator on the elements of this collection.
|
CharIterator |
CharCollections.SynchronizedCollection.iterator() |
CharIterator |
CharCollections.UnmodifiableCollection.iterator() |
CharIterator |
CharCollections.IterableCollection.iterator() |
CharIterator |
CharIterable.iterator()
Returns a type-specific iterator.
|
CharIterator |
AbstractChar2CharSortedMap.ValuesCollection.iterator() |
CharIterator |
CharSet.iterator()
Returns a type-specific iterator on the elements of this set.
|
abstract CharIterator |
AbstractCharCollection.iterator() |
CharIterator |
CharArraySet.iterator() |
static CharIterator |
CharIterators.unmodifiable(CharIterator i)
Returns an unmodifiable iterator backed by the specified iterator.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CharIterators.all(CharIterator iterator,
IntPredicate predicate) |
static boolean |
CharIterators.any(CharIterator iterator,
IntPredicate predicate) |
static CharIterator |
CharIterators.concat(CharIterator[] a)
Concatenates all iterators contained in an array.
|
static CharIterator |
CharIterators.concat(CharIterator[] a,
int offset,
int length)
Concatenates a sequence of iterators contained in an array.
|
static int |
CharIterators.indexOf(CharIterator iterator,
IntPredicate predicate) |
static CharList |
CharIterators.pour(CharIterator i)
Pours an iterator, returning a type-specific list.
|
static int |
CharIterators.pour(CharIterator i,
CharCollection s)
Pours an iterator into a type-specific collection.
|
static int |
CharIterators.pour(CharIterator i,
CharCollection s,
int max)
Pours an iterator into a type-specific collection, with a limit on the number of elements.
|
static CharList |
CharIterators.pour(CharIterator i,
int max)
Pours an iterator, returning a type-specific list, with a limit on the number of elements.
|
static CharIterator |
CharIterators.unmodifiable(CharIterator i)
Returns an unmodifiable iterator backed by the specified iterator.
|
static char[] |
CharIterators.unwrap(CharIterator i)
Unwraps an iterator, returning an array.
|
static int |
CharIterators.unwrap(CharIterator i,
char[] array)
Unwraps an iterator into an array.
|
static long |
CharIterators.unwrap(CharIterator i,
char[][] array)
Unwraps an iterator into a big array.
|
static long |
CharIterators.unwrap(CharIterator i,
char[][] array,
long offset,
long max)
Unwraps an iterator into a big array starting at a given offset for a given number of elements.
|
static int |
CharIterators.unwrap(CharIterator i,
char[] array,
int offset,
int max)
Unwraps an iterator into an array starting at a given offset for a given number of elements.
|
static long |
CharIterators.unwrap(CharIterator i,
CharCollection c)
Unwraps an iterator into a type-specific collection.
|
static int |
CharIterators.unwrap(CharIterator i,
CharCollection c,
int max)
Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
|
static char[] |
CharIterators.unwrap(CharIterator i,
int max)
Unwraps an iterator, returning an array, with a limit on the number of elements.
|
static char[][] |
CharIterators.unwrapBig(CharIterator i)
Unwraps an iterator, returning a big array.
|
static char[][] |
CharIterators.unwrapBig(CharIterator i,
long max)
Unwraps an iterator, returning a big array, with a limit on the number of elements.
|
| Constructor and Description |
|---|
CharArrayList(CharIterator i)
Creates a new array list and fills it with the elements returned by a type-specific iterator..
|
CharAVLTreeSet(CharIterator i)
Creates a new tree set using elements provided by a type-specific iterator.
|
CharBigArrayBigList(CharIterator i)
Creates a new big-array big list and fills it with the elements returned by a type-specific iterator..
|
CharLinkedOpenCustomHashSet(CharIterator i,
CharHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
CharLinkedOpenCustomHashSet(CharIterator i,
float f,
CharHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator.
|
CharLinkedOpenHashSet(CharIterator i)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
CharLinkedOpenHashSet(CharIterator i,
float f)
Creates a new hash set using elements provided by a type-specific iterator.
|
CharOpenCustomHashSet(CharIterator i,
CharHash.Strategy strategy)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
CharOpenCustomHashSet(CharIterator i,
float f,
CharHash.Strategy strategy)
Creates a new hash set using elements provided by a type-specific iterator.
|
CharOpenHashSet(CharIterator i)
Creates a new hash set with
Hash.DEFAULT_LOAD_FACTOR as load factor using elements provided by a type-specific iterator. |
CharOpenHashSet(CharIterator i,
float f)
Creates a new hash set using elements provided by a type-specific iterator.
|
CharRBTreeSet(CharIterator i)
Creates a new tree set using elements provided by a type-specific iterator.
|
UnmodifiableIterator(CharIterator i) |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractDouble2CharSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
CharIterator |
AbstractDouble2CharSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractFloat2CharSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
CharIterator |
AbstractFloat2CharSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractInt2CharSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
CharIterator |
AbstractInt2CharSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static CharIterator |
BinIO.asCharIterator(CharSequence filename)
Wraps a file given by a pathname into an iterator.
|
static CharIterator |
BinIO.asCharIterator(DataInput dataInput)
Wraps the given data input stream into an iterator.
|
static CharIterator |
BinIO.asCharIterator(File file)
Wraps a file given by a
File object into an iterator. |
| Modifier and Type | Method and Description |
|---|---|
static void |
BinIO.storeChars(CharIterator i,
CharSequence filename)
Stores the element returned by an iterator to a file given by a pathname.
|
static void |
BinIO.storeChars(CharIterator i,
DataOutput dataOutput)
Stores the element returned by an iterator to a given data output.
|
static void |
BinIO.storeChars(CharIterator i,
File file)
Stores the element returned by an iterator to a file given by a
File object. |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractLong2CharSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
CharIterator |
AbstractLong2CharSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractObject2CharSortedMap.ValuesIterator<K>
A wrapper exhibiting a map iterator as an iterator on values.
|
protected static class |
AbstractReference2CharSortedMap.ValuesIterator<K>
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
CharIterator |
AbstractObject2CharSortedMap.ValuesCollection.iterator() |
CharIterator |
AbstractReference2CharSortedMap.ValuesCollection.iterator() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractShort2CharSortedMap.ValuesIterator
A wrapper exhibiting a map iterator as an iterator on values.
|
| Modifier and Type | Method and Description |
|---|---|
CharIterator |
AbstractShort2CharSortedMap.ValuesCollection.iterator() |
Copyright © 2020. All rights reserved.