| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.longs |
Provides type-specific classes for long elements or keys.
|
| Class and Description |
|---|
| AbstractLong2ObjectFunction
An abstract class providing basic methods for functions implementing a type-specific interface.
|
| AbstractLong2ObjectMap
An abstract class providing basic methods for maps implementing a type-specific interface.
|
| AbstractLong2ObjectSortedMap
An abstract class providing basic methods for sorted maps implementing a type-specific interface.
|
| AbstractLongBidirectionalIterator
An abstract class facilitating the creation of type-specific bidirectional iterators.
|
| AbstractLongCollection
An abstract class providing basic methods for collections implementing a type-specific interface.
|
| AbstractLongComparator
An abstract class facilitating the creation of type-specific comparators.
|
| AbstractLongIterator
An abstract class facilitating the creation of type-specific iterators.
|
| AbstractLongList
An abstract class providing basic methods for lists implementing a type-specific list interface.
|
| AbstractLongListIterator
An abstract class facilitating the creation of type-specific list iterators.
|
| AbstractLongSet
An abstract class providing basic methods for sets implementing a type-specific interface.
|
| AbstractLongSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface.
|
| Long2ObjectArrayMap
A simple, brute-force implementation of a map based on two parallel backing arrays.
|
| Long2ObjectFunction
A type-specific
Function; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Long2ObjectFunctions.EmptyFunction
An immutable class representing an empty type-specific function.
|
| Long2ObjectFunctions.Singleton
An immutable class representing a type-specific singleton function.
|
| Long2ObjectFunctions.SynchronizedFunction
A synchronized wrapper class for functions.
|
| Long2ObjectFunctions.UnmodifiableFunction
An unmodifiable wrapper class for functions.
|
| Long2ObjectLinkedOpenHashMap
A type-specific linked hash map with with a fast, small-footprint implementation.
|
| Long2ObjectMap
A type-specific
Map; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value. |
| Long2ObjectMap.Entry
A type-specific
Map.Entry; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| Long2ObjectMap.FastEntrySet
An entry set providing fast iteration.
|
| Long2ObjectMaps.EmptyMap
An immutable class representing an empty type-specific map.
|
| Long2ObjectMaps.Singleton
An immutable class representing a type-specific singleton map.
|
| Long2ObjectMaps.SynchronizedMap
A synchronized wrapper class for maps.
|
| Long2ObjectMaps.UnmodifiableMap
An unmodifiable wrapper class for maps.
|
| Long2ObjectOpenCustomHashMap
A type-specific hash map with a fast, small-footprint implementation whose hashing strategy
is specified at creation time.
|
| Long2ObjectOpenHashMap
A type-specific hash map with a fast, small-footprint implementation.
|
| Long2ObjectSortedMap
A type-specific
SortedMap; provides some additional methods that use polymorphism to avoid (un)boxing. |
| Long2ObjectSortedMap.FastSortedEntrySet
A sorted entry set providing fast iteration.
|
| Long2ObjectSortedMaps.EmptySortedMap
An immutable class representing an empty type-specific sorted map.
|
| LongArrayList
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
|
| LongArrays.Segment |
| LongArraySet
A simple, brute-force implementation of a set based on a backing array.
|
| LongBidirectionalIterator
A type-specific bidirectional iterator; provides an additional method to avoid (un)boxing,
and the possibility to skip elements backwards.
|
| LongCollection
A type-specific
Collection; provides some additional methods
that use polymorphism to avoid (un)boxing. |
| LongCollections.EmptyCollection
An immutable class representing an empty type-specific collection.
|
| LongCollections.SynchronizedCollection
A synchronized wrapper class for collections.
|
| LongCollections.UnmodifiableCollection
An unmodifiable wrapper class for collections.
|
| LongComparator
A type-specific
Comparator; provides methods to compare two primitive types both as objects
and as primitive types. |
| LongHash.Strategy
A type-specific hash strategy.
|
| LongIterable
A type-specific
Iterable that strengthens that specification of Iterable.iterator(). |
| LongIterator
A type-specific
Iterator; provides an additional method to avoid (un)boxing, and
the possibility to skip elements. |
| LongIterators.EmptyIterator
A class returning no elements and a type-specific iterator interface.
|
| LongList
A type-specific
List; provides some additional methods that use polymorphism to avoid (un)boxing. |
| LongListIterator
A type-specific bidirectional iterator that is also a
ListIterator. |
| LongLists.EmptyList
An immutable class representing an empty type-specific list.
|
| LongSet
A type-specific
Set; provides some additional methods that use polymorphism to avoid (un)boxing. |
| LongSets.EmptySet
An immutable class representing the empty set and implementing a type-specific set interface.
|
| LongSets.Singleton
An immutable class representing a type-specific singleton set.
|
| LongSets.SynchronizedSet
A synchronized wrapper class for sets.
|
| LongSets.UnmodifiableSet
An unmodifiable wrapper class for sets.
|
| LongSortedSet
A type-specific
SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing. |
| LongSortedSets.EmptySet
An immutable class representing the empty sorted set and implementing a type-specific set interface.
|
| LongStack
A type-specific
Stack; provides some additional methods that use polymorphism to avoid (un)boxing. |
Copyright © 2016. All rights reserved.