| Package | Description |
|---|---|
| it.unimi.dsi.fastutil | |
| it.unimi.dsi.fastutil.ints |
Provides type-specific classes for integer elements or keys.
|
| it.unimi.dsi.fastutil.longs |
Provides type-specific classes for long elements or keys.
|
| Class and Description |
|---|
| IntComparator
A type-specific
Comparator; provides methods to compare two primitive types both as objects
and as primitive types. |
| Class and Description |
|---|
| AbstractInt2ObjectFunction
An abstract class providing basic methods for functions implementing a type-specific interface.
|
| AbstractInt2ObjectMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractInt2ObjectSortedMap
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
|
| AbstractIntBidirectionalIterator
An abstract class facilitating the creation of type-specific bidirectional iterators.
|
| AbstractIntCollection
An abstract class providing basic methods for collections implementing a type-specific interface.
|
| AbstractIntComparator
An abstract class facilitating the creation of type-specific comparators.
|
| AbstractIntIterator
An abstract class facilitating the creation of type-specific iterators.
|
| AbstractIntList
An abstract class providing basic methods for lists implementing a type-specific list interface.
|
| AbstractIntListIterator
An abstract class facilitating the creation of type-specific list iterators.
|
| AbstractIntSet
An abstract class providing basic methods for sets implementing a type-specific interface.
|
| AbstractIntSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
|
| Int2ObjectArrayMap
A simple, brute-force implementation of a map based on two parallel backing arrays.
|
| Int2ObjectFunction
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Int2ObjectFunctions.EmptyFunction
An immutable class representing an empty type-specific function.
|
| Int2ObjectFunctions.Singleton
An immutable class representing a type-specific singleton function.
|
| Int2ObjectFunctions.SynchronizedFunction
A synchronized wrapper class for functions.
|
| Int2ObjectFunctions.UnmodifiableFunction
An unmodifiable wrapper class for functions.
|
| Int2ObjectLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation.
|
| Int2ObjectMap
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Int2ObjectMap.Entry
A type-specific
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| Int2ObjectMap.FastEntrySet
An entry set providing fast iteration.
|
| Int2ObjectMaps.EmptyMap
An immutable class representing an empty type-specific map.
|
| Int2ObjectMaps.Singleton
An immutable class representing a type-specific singleton map.
|
| Int2ObjectMaps.SynchronizedMap
A synchronized wrapper class for maps.
|
| Int2ObjectMaps.UnmodifiableMap
An unmodifiable wrapper class for maps.
|
| Int2ObjectOpenCustomHashMap
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
| Int2ObjectOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
| Int2ObjectSortedMap
A type-specific
SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Int2ObjectSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration.
|
| Int2ObjectSortedMaps.EmptySortedMap
An immutable class representing an empty type-specific sorted map.
|
| IntArrayList
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
| IntArrays.Segment |
| IntArraySet
A simple, brute-force implementation of a set based on a backing array.
|
| IntBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
| IntCollection
A type-specific
Collection; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| IntCollections.EmptyCollection
An immutable class representing an empty type-specific collection.
|
| IntCollections.SynchronizedCollection
A synchronized wrapper class for collections.
|
| IntCollections.UnmodifiableCollection
An unmodifiable wrapper class for collections.
|
| IntComparator
A type-specific
Comparator; provides methods to compare two primitive types both as objects
and as primitive types. |
| IntHash.Strategy
A type-specific hash strategy.
|
| IntIterable
A type-specific
Iterable that strengthens that specification of Iterable.iterator(). |
| IntIterator
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| IntIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
| IntList
A type-specific
List; provides some additional methods that use polymorphism to avoid (un)boxing. |
| IntListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| IntLists.EmptyList
An immutable class representing an empty type-specific list.
|
| IntSet
A type-specific
Set; provides some additional methods that use polymorphism to avoid (un)boxing. |
| IntSets.EmptySet
An immutable class representing the empty set and implementing a type-specific set interface.
|
| IntSets.Singleton
An immutable class representing a type-specific singleton set.
|
| IntSets.SynchronizedSet
A synchronized wrapper class for sets.
|
| IntSets.UnmodifiableSet
An unmodifiable wrapper class for sets.
|
| IntSortedSet
A type-specific
SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing. |
| IntSortedSets.EmptySet
An immutable class representing the empty sorted set and implementing a type-specific set interface.
|
| IntStack
A type-specific
Stack; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Class and Description |
|---|
| IntIterator
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
Copyright © 2016. All rights reserved.