| 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 class |
AbstractByte2FloatSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractChar2FloatSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractDouble2FloatSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FloatBidirectionalIterable
A type-specific
Iterable that further strengthens the specification of Iterable.iterator(). |
interface |
FloatBigList
A type-specific
BigList; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
FloatCollection
A type-specific
Collection; provides some additional methods
that use polymorphism to avoid (un)boxing. |
interface |
FloatList
A type-specific
List; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
FloatSet
A type-specific
Set; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
FloatSortedSet
A type-specific
SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractFloat2BooleanSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractFloat2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractFloat2CharSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractFloat2DoubleSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractFloat2FloatSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractFloat2FloatSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
protected class |
AbstractFloat2IntSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractFloat2LongSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractFloat2ObjectSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractFloat2ReferenceSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
protected class |
AbstractFloat2ShortSortedMap.KeySet
A wrapper exhibiting the keys of a map.
|
class |
AbstractFloatBigList
An abstract class providing basic methods for big lists implementing a type-specific big list interface.
|
static class |
AbstractFloatBigList.FloatSubList
A class implementing a sublist view.
|
class |
AbstractFloatCollection
An abstract class providing basic methods for collections implementing a type-specific interface.
|
class |
AbstractFloatList
An abstract class providing basic methods for lists implementing a type-specific list interface.
|
static class |
AbstractFloatList.FloatSubList
A class implementing a sublist view.
|
class |
AbstractFloatSet
An abstract class providing basic methods for sets implementing a type-specific interface.
|
class |
AbstractFloatSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
|
class |
FloatArrayList
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
class |
FloatArraySet
A simple, brute-force implementation of a set based on a backing array.
|
class |
FloatAVLTreeSet
A type-specific AVL tree set with a fast, small-footprint implementation.
|
class |
FloatBigArrayBigList
A type-specific big list based on a big array; provides some additional methods that use polymorphism to avoid (un)boxing.
|
static class |
FloatBigLists.EmptyBigList
An immutable class representing an empty type-specific big list.
|
static class |
FloatBigLists.ListBigList
A class exposing a list as a big list.
|
static class |
FloatBigLists.Singleton
An immutable class representing a type-specific singleton big list.
|
static class |
FloatBigLists.SynchronizedBigList
A synchronized wrapper class for big lists.
|
static class |
FloatBigLists.UnmodifiableBigList
An unmodifiable wrapper class for big lists.
|
static class |
FloatCollections.EmptyCollection
An immutable class representing an empty type-specific collection.
|
static class |
FloatCollections.IterableCollection
A collection wrapper class for iterables.
|
static class |
FloatCollections.SynchronizedCollection
A synchronized wrapper class for collections.
|
static class |
FloatCollections.UnmodifiableCollection
An unmodifiable wrapper class for collections.
|
class |
FloatLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation.
|
class |
FloatLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation.
|
static class |
FloatLists.EmptyList
An immutable class representing an empty type-specific list.
|
static class |
FloatLists.Singleton
An immutable class representing a type-specific singleton list.
|
static class |
FloatLists.SynchronizedList
A synchronized wrapper class for lists.
|
static class |
FloatLists.SynchronizedRandomAccessList
A synchronized wrapper class for random-access lists.
|
static class |
FloatLists.UnmodifiableList
An unmodifiable wrapper class for lists.
|
static class |
FloatLists.UnmodifiableRandomAccessList
An unmodifiable wrapper class for random-access lists.
|
class |
FloatOpenCustomHashSet
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
class |
FloatOpenHashBigSet
A type-specific hash big set with with a fast, small-footprint implementation.
|
class |
FloatOpenHashSet
A type-specific hash set with with a fast, small-footprint implementation.
|
class |
FloatRBTreeSet
A type-specific red-black tree set with a fast, small-footprint implementation.
|
static class |
FloatSets.EmptySet
An immutable class representing the empty set and implementing a type-specific set interface.
|
static class |
FloatSets.Singleton
An immutable class representing a type-specific singleton set.
|
static class |
FloatSets.SynchronizedSet
A synchronized wrapper class for sets.
|
static class |
FloatSets.UnmodifiableSet
An unmodifiable wrapper class for sets.
|
static class |
FloatSortedSets.EmptySet
An immutable class representing the empty sorted set and implementing a type-specific set interface.
|
static class |
FloatSortedSets.Singleton
A class representing a singleton sorted set.
|
static class |
FloatSortedSets.SynchronizedSortedSet
A synchronized wrapper class for sorted sets.
|
static class |
FloatSortedSets.UnmodifiableSortedSet
An unmodifiable wrapper class for sorted sets.
|
| Modifier and Type | Field and Description |
|---|---|
protected FloatIterable |
FloatCollections.IterableCollection.iterable |
| Modifier and Type | Method and Description |
|---|---|
static FloatCollection |
FloatCollections.asCollection(FloatIterable iterable)
Returns an unmodifiable collection backed by the specified iterable.
|
| Constructor and Description |
|---|
IterableCollection(FloatIterable iterable) |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractInt2FloatSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Method and Description |
|---|---|
static FloatIterable |
BinIO.asFloatIterable(CharSequence filename)
Wraps a file given by a pathname into an iterable object.
|
static FloatIterable |
TextIO.asFloatIterable(CharSequence filename)
Wraps a file given by a pathname into an iterable object.
|
static FloatIterable |
BinIO.asFloatIterable(File file)
Wraps a file given by a
File object into an iterable object. |
static FloatIterable |
TextIO.asFloatIterable(File file)
Wraps a file given by a
File object into an iterable object. |
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractLong2FloatSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractObject2FloatSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
protected class |
AbstractReference2FloatSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
AbstractShort2FloatSortedMap.ValuesCollection
A wrapper exhibiting the values of a map.
|
Copyright © 2020. All rights reserved.