|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongSet | |
---|---|
it.unimi.dsi.fastutil.longs | Provides type-specific classes for long elements or keys. |
Uses of LongSet in it.unimi.dsi.fastutil.longs |
---|
Subinterfaces of LongSet in it.unimi.dsi.fastutil.longs | |
---|---|
interface |
LongSortedSet
A type-specific SortedSet ; provides some additional methods that use polymorphism to avoid (un)boxing. |
Classes in it.unimi.dsi.fastutil.longs that implement LongSet | |
---|---|
protected class |
AbstractLong2BooleanSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2CharSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2DoubleSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2FloatSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2IntSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2LongSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2ObjectSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2ReferenceSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractLong2ShortSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
class |
AbstractLongSet
An abstract class providing basic methods for sets implementing a type-specific interface. |
class |
AbstractLongSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface. |
class |
LongArraySet
A simple, brute-force implementation of a set based on a backing array. |
class |
LongAVLTreeSet
A type-specific AVL tree set with a fast, small-footprint implementation. |
class |
LongLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
LongLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
LongOpenCustomHashSet
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
LongOpenHashBigSet
A type-specific hash big set with with a fast, small-footprint implementation. |
class |
LongOpenHashSet
A type-specific hash set with with a fast, small-footprint implementation. |
class |
LongRBTreeSet
A type-specific red-black tree set with a fast, small-footprint implementation. |
static class |
LongSets.EmptySet
An immutable class representing the empty set and implementing a type-specific set interface. |
static class |
LongSets.Singleton
An immutable class representing a type-specific singleton set. |
static class |
LongSets.SynchronizedSet
A synchronized wrapper class for sets. |
static class |
LongSets.UnmodifiableSet
An unmodifiable wrapper class for sets. |
static class |
LongSortedSets.EmptySet
An immutable class representing the empty sorted set and implementing a type-specific set interface. |
static class |
LongSortedSets.Singleton
A class representing a singleton sorted set. |
static class |
LongSortedSets.SynchronizedSortedSet
A synchronized wrapper class for sorted sets. |
static class |
LongSortedSets.UnmodifiableSortedSet
An unmodifiable wrapper class for sorted sets. |
Fields in it.unimi.dsi.fastutil.longs declared as LongSet | |
---|---|
protected LongSet |
Long2LongOpenHashMap.keys
Cached set of keys. |
protected LongSet |
Long2ObjectMaps.Singleton.keys
|
protected LongSet |
Long2ObjectMaps.SynchronizedMap.keys
|
protected LongSet |
Long2ObjectMaps.UnmodifiableMap.keys
|
protected LongSet |
Long2BooleanMaps.Singleton.keys
|
protected LongSet |
Long2BooleanMaps.SynchronizedMap.keys
|
protected LongSet |
Long2BooleanMaps.UnmodifiableMap.keys
|
protected LongSet |
Long2LongMaps.Singleton.keys
|
protected LongSet |
Long2LongMaps.SynchronizedMap.keys
|
protected LongSet |
Long2LongMaps.UnmodifiableMap.keys
|
protected LongSet |
Long2DoubleOpenHashMap.keys
Cached set of keys. |
protected LongSet |
Long2FloatOpenHashMap.keys
Cached set of keys. |
protected LongSet |
Long2FloatMaps.Singleton.keys
|
protected LongSet |
Long2FloatMaps.SynchronizedMap.keys
|
protected LongSet |
Long2FloatMaps.UnmodifiableMap.keys
|
protected LongSet |
Long2ReferenceMaps.Singleton.keys
|
protected LongSet |
Long2ReferenceMaps.SynchronizedMap.keys
|
protected LongSet |
Long2ReferenceMaps.UnmodifiableMap.keys
|
protected LongSet |
Long2DoubleMaps.Singleton.keys
|
protected LongSet |
Long2DoubleMaps.SynchronizedMap.keys
|
protected LongSet |
Long2DoubleMaps.UnmodifiableMap.keys
|
protected LongSet |
Long2ObjectOpenHashMap.keys
Cached set of keys. |
protected LongSet |
Long2IntMaps.Singleton.keys
|
protected LongSet |
Long2IntMaps.SynchronizedMap.keys
|
protected LongSet |
Long2IntMaps.UnmodifiableMap.keys
|
protected LongSet |
Long2ShortMaps.Singleton.keys
|
protected LongSet |
Long2ShortMaps.SynchronizedMap.keys
|
protected LongSet |
Long2ShortMaps.UnmodifiableMap.keys
|
protected LongSet |
Long2ReferenceOpenHashMap.keys
Cached set of keys. |
protected LongSet |
Long2CharMaps.Singleton.keys
|
protected LongSet |
Long2CharMaps.SynchronizedMap.keys
|
protected LongSet |
Long2CharMaps.UnmodifiableMap.keys
|
protected LongSet |
Long2ByteMaps.Singleton.keys
|
protected LongSet |
Long2ByteMaps.SynchronizedMap.keys
|
protected LongSet |
Long2ByteMaps.UnmodifiableMap.keys
|
protected LongSet |
Long2ByteOpenHashMap.keys
Cached set of keys. |
protected LongSet |
Long2BooleanOpenHashMap.keys
Cached set of keys. |
protected LongSet |
Long2IntOpenHashMap.keys
Cached set of keys. |
protected LongSet |
Long2ShortOpenHashMap.keys
Cached set of keys. |
protected LongSet |
Long2CharOpenHashMap.keys
Cached set of keys. |
Methods in it.unimi.dsi.fastutil.longs that return LongSet | |
---|---|
LongSet |
Long2LongOpenHashMap.keySet()
|
LongSet |
Long2ObjectMaps.EmptyMap.keySet()
|
LongSet |
Long2ObjectMaps.Singleton.keySet()
|
LongSet |
Long2ObjectMaps.SynchronizedMap.keySet()
|
LongSet |
Long2ObjectMaps.UnmodifiableMap.keySet()
|
LongSet |
AbstractLong2ReferenceMap.keySet()
Returns a type-specific-set view of the keys of this map. |
LongSet |
Long2ReferenceMap.keySet()
Returns a set view of the keys contained in this map. |
LongSet |
Long2BooleanMaps.EmptyMap.keySet()
|
LongSet |
Long2BooleanMaps.Singleton.keySet()
|
LongSet |
Long2BooleanMaps.SynchronizedMap.keySet()
|
LongSet |
Long2BooleanMaps.UnmodifiableMap.keySet()
|
LongSet |
AbstractLong2BooleanMap.keySet()
Returns a type-specific-set view of the keys of this map. |
LongSet |
Long2LongMaps.EmptyMap.keySet()
|
LongSet |
Long2LongMaps.Singleton.keySet()
|
LongSet |
Long2LongMaps.SynchronizedMap.keySet()
|
LongSet |
Long2LongMaps.UnmodifiableMap.keySet()
|
LongSet |
Long2IntArrayMap.keySet()
|
LongSet |
Long2DoubleOpenHashMap.keySet()
|
LongSet |
Long2FloatOpenHashMap.keySet()
|
LongSet |
Long2FloatMaps.EmptyMap.keySet()
|
LongSet |
Long2FloatMaps.Singleton.keySet()
|
LongSet |
Long2FloatMaps.SynchronizedMap.keySet()
|
LongSet |
Long2FloatMaps.UnmodifiableMap.keySet()
|
LongSet |
Long2ReferenceArrayMap.keySet()
|
LongSet |
Long2ShortMap.keySet()
Returns a set view of the keys contained in this map. |
LongSet |
Long2ReferenceMaps.EmptyMap.keySet()
|
LongSet |
Long2ReferenceMaps.Singleton.keySet()
|
LongSet |
Long2ReferenceMaps.SynchronizedMap.keySet()
|
LongSet |
Long2ReferenceMaps.UnmodifiableMap.keySet()
|
LongSet |
Long2FloatMap.keySet()
Returns a set view of the keys contained in this map. |
LongSet |
AbstractLong2ObjectMap.keySet()
Returns a type-specific-set view of the keys of this map. |
LongSet |
AbstractLong2FloatMap.keySet()
Returns a type-specific-set view of the keys of this map. |
LongSet |
Long2LongArrayMap.keySet()
|
LongSet |
Long2DoubleMaps.EmptyMap.keySet()
|
LongSet |
Long2DoubleMaps.Singleton.keySet()
|
LongSet |
Long2DoubleMaps.SynchronizedMap.keySet()
|
LongSet |
Long2DoubleMaps.UnmodifiableMap.keySet()
|
LongSet |
Long2ShortArrayMap.keySet()
|
LongSet |
Long2ObjectOpenHashMap.keySet()
|
LongSet |
Long2BooleanMap.keySet()
Returns a set view of the keys contained in this map. |
LongSet |
Long2IntMaps.EmptyMap.keySet()
|
LongSet |
Long2IntMaps.Singleton.keySet()
|
LongSet |
Long2IntMaps.SynchronizedMap.keySet()
|
LongSet |
Long2IntMaps.UnmodifiableMap.keySet()
|
LongSet |
Long2ByteArrayMap.keySet()
|
LongSet |
AbstractLong2LongMap.keySet()
Returns a type-specific-set view of the keys of this map. |
LongSet |
Long2CharMap.keySet()
Returns a set view of the keys contained in this map. |
LongSet |
AbstractLong2ShortMap.keySet()
Returns a type-specific-set view of the keys of this map. |
LongSet |
Long2DoubleMap.keySet()
Returns a set view of the keys contained in this map. |
LongSet |
Long2ShortMaps.EmptyMap.keySet()
|
LongSet |
Long2ShortMaps.Singleton.keySet()
|
LongSet |
Long2ShortMaps.SynchronizedMap.keySet()
|
LongSet |
Long2ShortMaps.UnmodifiableMap.keySet()
|
LongSet |
AbstractLong2ByteMap.keySet()
Returns a type-specific-set view of the keys of this map. |
LongSet |
Long2ReferenceOpenHashMap.keySet()
|
LongSet |
Long2CharMaps.EmptyMap.keySet()
|
LongSet |
Long2CharMaps.Singleton.keySet()
|
LongSet |
Long2CharMaps.SynchronizedMap.keySet()
|
LongSet |
Long2CharMaps.UnmodifiableMap.keySet()
|
LongSet |
Long2FloatArrayMap.keySet()
|
LongSet |
Long2IntMap.keySet()
Returns a set view of the keys contained in this map. |
LongSet |
Long2DoubleArrayMap.keySet()
|
LongSet |
Long2ByteMaps.EmptyMap.keySet()
|
LongSet |
Long2ByteMaps.Singleton.keySet()
|
LongSet |
Long2ByteMaps.SynchronizedMap.keySet()
|
LongSet |
Long2ByteMaps.UnmodifiableMap.keySet()
|
LongSet |
Long2ByteOpenHashMap.keySet()
|
LongSet |
Long2BooleanOpenHashMap.keySet()
|
LongSet |
Long2BooleanArrayMap.keySet()
|
LongSet |
Long2ObjectArrayMap.keySet()
|
LongSet |
Long2LongMap.keySet()
Returns a set view of the keys contained in this map. |
LongSet |
Long2ObjectMap.keySet()
Returns a set view of the keys contained in this map. |
LongSet |
AbstractLong2DoubleMap.keySet()
Returns a type-specific-set view of the keys of this map. |
LongSet |
AbstractLong2IntMap.keySet()
Returns a type-specific-set view of the keys of this map. |
LongSet |
Long2CharArrayMap.keySet()
|
LongSet |
AbstractLong2CharMap.keySet()
Returns a type-specific-set view of the keys of this map. |
LongSet |
Long2ByteMap.keySet()
Returns a set view of the keys contained in this map. |
LongSet |
Long2IntOpenHashMap.keySet()
|
LongSet |
Long2ShortOpenHashMap.keySet()
|
LongSet |
Long2CharOpenHashMap.keySet()
|
static LongSet |
LongSets.singleton(long element)
Returns a type-specific immutable set containing only the specified element. |
static LongSet |
LongSets.singleton(Long element)
Returns a type-specific immutable set containing only the specified element. |
static LongSet |
LongSets.synchronize(LongSet s)
Returns a synchronized type-specific set backed by the given type-specific set. |
static LongSet |
LongSets.synchronize(LongSet s,
Object sync)
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize. |
static LongSet |
LongSets.unmodifiable(LongSet s)
Returns an unmodifiable type-specific set backed by the given type-specific set. |
Methods in it.unimi.dsi.fastutil.longs with parameters of type LongSet | |
---|---|
static LongSet |
LongSets.synchronize(LongSet s)
Returns a synchronized type-specific set backed by the given type-specific set. |
static LongSet |
LongSets.synchronize(LongSet s,
Object sync)
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize. |
static LongSet |
LongSets.unmodifiable(LongSet s)
Returns an unmodifiable type-specific set backed by the given type-specific set. |
Constructors in it.unimi.dsi.fastutil.longs with parameters of type LongSet | |
---|---|
LongSets.SynchronizedSet(LongSet s)
|
|
LongSets.SynchronizedSet(LongSet s,
Object sync)
|
|
LongSets.UnmodifiableSet(LongSet s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |