Package it.unimi.dsi.fastutil.longs
Type-specific classes for long elements or keys.
-
Interface Summary Interface Description Long2BooleanFunction A type-specificFunction; provides some additional methods that use polymorphism to avoid (un)boxing.Long2BooleanMap A type-specificMap; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.Long2BooleanMap.Entry A type-specificMap.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.Long2BooleanMap.FastEntrySet An entry set providing fast iteration.Long2BooleanSortedMap A type-specificSortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.Long2BooleanSortedMap.FastSortedEntrySet A sorted entry set providing fast iteration.Long2FloatMap A type-specificMap; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.Long2FloatMap.Entry A type-specificMap.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.Long2FloatMap.FastEntrySet An entry set providing fast iteration.Long2FloatSortedMap A type-specificSortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.Long2FloatSortedMap.FastSortedEntrySet A sorted entry set providing fast iteration.Long2ShortMap A type-specificMap; provides some additional methods that use polymorphism to avoid (un)boxing, and handling of a default return value.Long2ShortMap.Entry A type-specificMap.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.Long2ShortMap.FastEntrySet An entry set providing fast iteration.Long2ShortSortedMap A type-specificSortedMap; provides some additional methods that use polymorphism to avoid (un)boxing.Long2ShortSortedMap.FastSortedEntrySet A sorted entry set providing fast iteration.LongBooleanPair A type-specificPair; provides some additional methods that use polymorphism to avoid (un)boxing.LongFloatPair A type-specificPair; provides some additional methods that use polymorphism to avoid (un)boxing.LongShortPair A type-specificPair; provides some additional methods that use polymorphism to avoid (un)boxing. -
Class Summary Class Description AbstractLong2BooleanFunction An abstract class providing basic methods for functions implementing a type-specific interface.AbstractLong2BooleanMap An abstract class providing basic methods for maps implementing a type-specific interface.AbstractLong2BooleanMap.BasicEntry This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).AbstractLong2BooleanMap.BasicEntrySet This class provides a basic implementation for an Entry set which forwards some queries to the map.AbstractLong2BooleanSortedMap An abstract class providing basic methods for sorted maps implementing a type-specific interface.AbstractLong2FloatFunction An abstract class providing basic methods for functions implementing a type-specific interface.AbstractLong2FloatMap An abstract class providing basic methods for maps implementing a type-specific interface.AbstractLong2FloatMap.BasicEntry This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).AbstractLong2FloatMap.BasicEntrySet This class provides a basic implementation for an Entry set which forwards some queries to the map.AbstractLong2FloatSortedMap An abstract class providing basic methods for sorted maps implementing a type-specific interface.AbstractLong2ShortFunction An abstract class providing basic methods for functions implementing a type-specific interface.AbstractLong2ShortMap An abstract class providing basic methods for maps implementing a type-specific interface.AbstractLong2ShortMap.BasicEntry This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).AbstractLong2ShortMap.BasicEntrySet This class provides a basic implementation for an Entry set which forwards some queries to the map.AbstractLong2ShortSortedMap An abstract class providing basic methods for sorted maps implementing a type-specific interface.Long2BooleanArrayMap A simple, brute-force implementation of a map based on two parallel backing arrays.Long2BooleanAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.Long2BooleanFunctions A class providing static methods and objects that do useful things with type-specific functions.Long2BooleanFunctions.EmptyFunction An immutable class representing an empty type-specific function.Long2BooleanFunctions.PrimitiveFunction An adapter for mapping generic total functions to partial primitive functions.Long2BooleanFunctions.Singleton An immutable class representing a type-specific singleton function.Long2BooleanFunctions.SynchronizedFunction A synchronized wrapper class for functions.Long2BooleanFunctions.UnmodifiableFunction An unmodifiable wrapper class for functions.Long2BooleanLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.Long2BooleanMaps A class providing static methods and objects that do useful things with type-specific maps.Long2BooleanMaps.EmptyMap An immutable class representing an empty type-specific map.Long2BooleanMaps.Singleton An immutable class representing a type-specific singleton map.Long2BooleanMaps.SynchronizedMap A synchronized wrapper class for maps.Long2BooleanMaps.UnmodifiableMap An unmodifiable wrapper class for maps.Long2BooleanOpenCustomHashMap A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.Long2BooleanOpenHashMap A type-specific hash map with a fast, small-footprint implementation.Long2BooleanRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.Long2BooleanSortedMaps A class providing static methods and objects that do useful things with type-specific sorted maps.Long2BooleanSortedMaps.EmptySortedMap An immutable class representing an empty type-specific sorted map.Long2BooleanSortedMaps.Singleton An immutable class representing a type-specific singleton sorted map.Long2BooleanSortedMaps.SynchronizedSortedMap A synchronized wrapper class for sorted maps.Long2BooleanSortedMaps.UnmodifiableSortedMap An unmodifiable wrapper class for sorted maps.Long2FloatArrayMap A simple, brute-force implementation of a map based on two parallel backing arrays.Long2FloatAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.Long2FloatFunctions A class providing static methods and objects that do useful things with type-specific functions.Long2FloatFunctions.EmptyFunction An immutable class representing an empty type-specific function.Long2FloatFunctions.PrimitiveFunction An adapter for mapping generic total functions to partial primitive functions.Long2FloatFunctions.Singleton An immutable class representing a type-specific singleton function.Long2FloatFunctions.SynchronizedFunction A synchronized wrapper class for functions.Long2FloatFunctions.UnmodifiableFunction An unmodifiable wrapper class for functions.Long2FloatLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.Long2FloatMaps A class providing static methods and objects that do useful things with type-specific maps.Long2FloatMaps.EmptyMap An immutable class representing an empty type-specific map.Long2FloatMaps.Singleton An immutable class representing a type-specific singleton map.Long2FloatMaps.SynchronizedMap A synchronized wrapper class for maps.Long2FloatMaps.UnmodifiableMap An unmodifiable wrapper class for maps.Long2FloatOpenCustomHashMap A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.Long2FloatOpenHashMap A type-specific hash map with a fast, small-footprint implementation.Long2FloatRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.Long2FloatSortedMaps A class providing static methods and objects that do useful things with type-specific sorted maps.Long2FloatSortedMaps.EmptySortedMap An immutable class representing an empty type-specific sorted map.Long2FloatSortedMaps.Singleton An immutable class representing a type-specific singleton sorted map.Long2FloatSortedMaps.SynchronizedSortedMap A synchronized wrapper class for sorted maps.Long2FloatSortedMaps.UnmodifiableSortedMap An unmodifiable wrapper class for sorted maps.Long2ShortArrayMap A simple, brute-force implementation of a map based on two parallel backing arrays.Long2ShortAVLTreeMap A type-specific AVL tree map with a fast, small-footprint implementation.Long2ShortFunctions A class providing static methods and objects that do useful things with type-specific functions.Long2ShortFunctions.EmptyFunction An immutable class representing an empty type-specific function.Long2ShortFunctions.PrimitiveFunction An adapter for mapping generic total functions to partial primitive functions.Long2ShortFunctions.Singleton An immutable class representing a type-specific singleton function.Long2ShortFunctions.SynchronizedFunction A synchronized wrapper class for functions.Long2ShortFunctions.UnmodifiableFunction An unmodifiable wrapper class for functions.Long2ShortLinkedOpenHashMap A type-specific linked hash map with with a fast, small-footprint implementation.Long2ShortMaps A class providing static methods and objects that do useful things with type-specific maps.Long2ShortMaps.EmptyMap An immutable class representing an empty type-specific map.Long2ShortMaps.Singleton An immutable class representing a type-specific singleton map.Long2ShortMaps.SynchronizedMap A synchronized wrapper class for maps.Long2ShortMaps.UnmodifiableMap An unmodifiable wrapper class for maps.Long2ShortOpenCustomHashMap A type-specific hash map with a fast, small-footprint implementation whose hashing strategy is specified at creation time.Long2ShortOpenHashMap A type-specific hash map with a fast, small-footprint implementation.Long2ShortRBTreeMap A type-specific red-black tree map with a fast, small-footprint implementation.Long2ShortSortedMaps A class providing static methods and objects that do useful things with type-specific sorted maps.Long2ShortSortedMaps.EmptySortedMap An immutable class representing an empty type-specific sorted map.Long2ShortSortedMaps.Singleton An immutable class representing a type-specific singleton sorted map.Long2ShortSortedMaps.SynchronizedSortedMap A synchronized wrapper class for sorted maps.Long2ShortSortedMaps.UnmodifiableSortedMap An unmodifiable wrapper class for sorted maps.LongBooleanImmutablePair A type-specific immutablePair; provides some additional methods that use polymorphism to avoid (un)boxing.LongBooleanMutablePair A type-specific mutablePair; provides some additional methods that use polymorphism to avoid (un)boxing.LongFloatImmutablePair A type-specific immutablePair; provides some additional methods that use polymorphism to avoid (un)boxing.LongFloatMutablePair A type-specific mutablePair; provides some additional methods that use polymorphism to avoid (un)boxing.LongShortImmutablePair A type-specific immutablePair; provides some additional methods that use polymorphism to avoid (un)boxing.LongShortMutablePair A type-specific mutablePair; provides some additional methods that use polymorphism to avoid (un)boxing.