|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShortSet | |
---|---|
it.unimi.dsi.fastutil.shorts | Provides type-specific classes for short elements or keys. |
Uses of ShortSet in it.unimi.dsi.fastutil.shorts |
---|
Subinterfaces of ShortSet in it.unimi.dsi.fastutil.shorts | |
---|---|
interface |
ShortSortedSet
A type-specific SortedSet ; provides some additional methods that use polymorphism to avoid (un)boxing. |
Classes in it.unimi.dsi.fastutil.shorts that implement ShortSet | |
---|---|
protected class |
AbstractShort2BooleanSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractShort2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractShort2CharSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractShort2DoubleSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractShort2FloatSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractShort2IntSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractShort2LongSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractShort2ObjectSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractShort2ReferenceSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractShort2ShortSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
class |
AbstractShortSet
An abstract class providing basic methods for sets implementing a type-specific interface. |
class |
AbstractShortSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface. |
class |
ShortArraySet
A simple, brute-force implementation of a set based on a backing array. |
class |
ShortAVLTreeSet
A type-specific AVL tree set with a fast, small-footprint implementation. |
class |
ShortLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
ShortLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
ShortOpenCustomHashSet
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
ShortOpenHashSet
A type-specific hash set with with a fast, small-footprint implementation. |
class |
ShortRBTreeSet
A type-specific red-black tree set with a fast, small-footprint implementation. |
static class |
ShortSets.EmptySet
An immutable class representing the empty set and implementing a type-specific set interface. |
static class |
ShortSets.Singleton
An immutable class representing a type-specific singleton set. |
static class |
ShortSets.SynchronizedSet
A synchronized wrapper class for sets. |
static class |
ShortSets.UnmodifiableSet
An unmodifiable wrapper class for sets. |
static class |
ShortSortedSets.EmptySet
An immutable class representing the empty sorted set and implementing a type-specific set interface. |
static class |
ShortSortedSets.Singleton
A class representing a singleton sorted set. |
static class |
ShortSortedSets.SynchronizedSortedSet
A synchronized wrapper class for sorted sets. |
static class |
ShortSortedSets.UnmodifiableSortedSet
An unmodifiable wrapper class for sorted sets. |
Fields in it.unimi.dsi.fastutil.shorts declared as ShortSet | |
---|---|
protected ShortSet |
Short2BooleanOpenHashMap.keys
Cached set of keys. |
protected ShortSet |
Short2BooleanMaps.Singleton.keys
|
protected ShortSet |
Short2BooleanMaps.SynchronizedMap.keys
|
protected ShortSet |
Short2BooleanMaps.UnmodifiableMap.keys
|
protected ShortSet |
Short2ShortOpenHashMap.keys
Cached set of keys. |
protected ShortSet |
Short2DoubleMaps.Singleton.keys
|
protected ShortSet |
Short2DoubleMaps.SynchronizedMap.keys
|
protected ShortSet |
Short2DoubleMaps.UnmodifiableMap.keys
|
protected ShortSet |
Short2IntOpenHashMap.keys
Cached set of keys. |
protected ShortSet |
Short2ReferenceMaps.Singleton.keys
|
protected ShortSet |
Short2ReferenceMaps.SynchronizedMap.keys
|
protected ShortSet |
Short2ReferenceMaps.UnmodifiableMap.keys
|
protected ShortSet |
Short2FloatOpenHashMap.keys
Cached set of keys. |
protected ShortSet |
Short2ObjectMaps.Singleton.keys
|
protected ShortSet |
Short2ObjectMaps.SynchronizedMap.keys
|
protected ShortSet |
Short2ObjectMaps.UnmodifiableMap.keys
|
protected ShortSet |
Short2IntMaps.Singleton.keys
|
protected ShortSet |
Short2IntMaps.SynchronizedMap.keys
|
protected ShortSet |
Short2IntMaps.UnmodifiableMap.keys
|
protected ShortSet |
Short2CharMaps.Singleton.keys
|
protected ShortSet |
Short2CharMaps.SynchronizedMap.keys
|
protected ShortSet |
Short2CharMaps.UnmodifiableMap.keys
|
protected ShortSet |
Short2DoubleOpenHashMap.keys
Cached set of keys. |
protected ShortSet |
Short2FloatMaps.Singleton.keys
|
protected ShortSet |
Short2FloatMaps.SynchronizedMap.keys
|
protected ShortSet |
Short2FloatMaps.UnmodifiableMap.keys
|
protected ShortSet |
Short2ReferenceOpenHashMap.keys
Cached set of keys. |
protected ShortSet |
Short2CharOpenHashMap.keys
Cached set of keys. |
protected ShortSet |
Short2ObjectOpenHashMap.keys
Cached set of keys. |
protected ShortSet |
Short2ByteMaps.Singleton.keys
|
protected ShortSet |
Short2ByteMaps.SynchronizedMap.keys
|
protected ShortSet |
Short2ByteMaps.UnmodifiableMap.keys
|
protected ShortSet |
Short2ShortMaps.Singleton.keys
|
protected ShortSet |
Short2ShortMaps.SynchronizedMap.keys
|
protected ShortSet |
Short2ShortMaps.UnmodifiableMap.keys
|
protected ShortSet |
Short2LongMaps.Singleton.keys
|
protected ShortSet |
Short2LongMaps.SynchronizedMap.keys
|
protected ShortSet |
Short2LongMaps.UnmodifiableMap.keys
|
protected ShortSet |
Short2ByteOpenHashMap.keys
Cached set of keys. |
protected ShortSet |
Short2LongOpenHashMap.keys
Cached set of keys. |
Methods in it.unimi.dsi.fastutil.shorts that return ShortSet | |
---|---|
ShortSet |
Short2ShortArrayMap.keySet()
|
ShortSet |
Short2ByteArrayMap.keySet()
|
ShortSet |
Short2BooleanOpenHashMap.keySet()
|
ShortSet |
Short2IntMap.keySet()
Returns a set view of the keys contained in this map. |
ShortSet |
Short2ReferenceArrayMap.keySet()
|
ShortSet |
Short2BooleanMaps.EmptyMap.keySet()
|
ShortSet |
Short2BooleanMaps.Singleton.keySet()
|
ShortSet |
Short2BooleanMaps.SynchronizedMap.keySet()
|
ShortSet |
Short2BooleanMaps.UnmodifiableMap.keySet()
|
ShortSet |
Short2ShortOpenHashMap.keySet()
|
ShortSet |
Short2FloatMap.keySet()
Returns a set view of the keys contained in this map. |
ShortSet |
AbstractShort2IntMap.keySet()
Returns a type-specific-set view of the keys of this map. |
ShortSet |
Short2DoubleMaps.EmptyMap.keySet()
|
ShortSet |
Short2DoubleMaps.Singleton.keySet()
|
ShortSet |
Short2DoubleMaps.SynchronizedMap.keySet()
|
ShortSet |
Short2DoubleMaps.UnmodifiableMap.keySet()
|
ShortSet |
Short2IntOpenHashMap.keySet()
|
ShortSet |
Short2ObjectArrayMap.keySet()
|
ShortSet |
Short2ReferenceMaps.EmptyMap.keySet()
|
ShortSet |
Short2ReferenceMaps.Singleton.keySet()
|
ShortSet |
Short2ReferenceMaps.SynchronizedMap.keySet()
|
ShortSet |
Short2ReferenceMaps.UnmodifiableMap.keySet()
|
ShortSet |
AbstractShort2ReferenceMap.keySet()
Returns a type-specific-set view of the keys of this map. |
ShortSet |
Short2FloatOpenHashMap.keySet()
|
ShortSet |
AbstractShort2FloatMap.keySet()
Returns a type-specific-set view of the keys of this map. |
ShortSet |
Short2LongMap.keySet()
Returns a set view of the keys contained in this map. |
ShortSet |
Short2ObjectMaps.EmptyMap.keySet()
|
ShortSet |
Short2ObjectMaps.Singleton.keySet()
|
ShortSet |
Short2ObjectMaps.SynchronizedMap.keySet()
|
ShortSet |
Short2ObjectMaps.UnmodifiableMap.keySet()
|
ShortSet |
Short2ObjectMap.keySet()
Returns a set view of the keys contained in this map. |
ShortSet |
Short2BooleanArrayMap.keySet()
|
ShortSet |
Short2IntMaps.EmptyMap.keySet()
|
ShortSet |
Short2IntMaps.Singleton.keySet()
|
ShortSet |
Short2IntMaps.SynchronizedMap.keySet()
|
ShortSet |
Short2IntMaps.UnmodifiableMap.keySet()
|
ShortSet |
Short2CharMaps.EmptyMap.keySet()
|
ShortSet |
Short2CharMaps.Singleton.keySet()
|
ShortSet |
Short2CharMaps.SynchronizedMap.keySet()
|
ShortSet |
Short2CharMaps.UnmodifiableMap.keySet()
|
ShortSet |
Short2IntArrayMap.keySet()
|
ShortSet |
Short2DoubleOpenHashMap.keySet()
|
ShortSet |
Short2FloatMaps.EmptyMap.keySet()
|
ShortSet |
Short2FloatMaps.Singleton.keySet()
|
ShortSet |
Short2FloatMaps.SynchronizedMap.keySet()
|
ShortSet |
Short2FloatMaps.UnmodifiableMap.keySet()
|
ShortSet |
Short2ByteMap.keySet()
Returns a set view of the keys contained in this map. |
ShortSet |
Short2CharMap.keySet()
Returns a set view of the keys contained in this map. |
ShortSet |
Short2ReferenceMap.keySet()
Returns a set view of the keys contained in this map. |
ShortSet |
AbstractShort2LongMap.keySet()
Returns a type-specific-set view of the keys of this map. |
ShortSet |
AbstractShort2ObjectMap.keySet()
Returns a type-specific-set view of the keys of this map. |
ShortSet |
AbstractShort2DoubleMap.keySet()
Returns a type-specific-set view of the keys of this map. |
ShortSet |
Short2ReferenceOpenHashMap.keySet()
|
ShortSet |
Short2CharOpenHashMap.keySet()
|
ShortSet |
Short2ObjectOpenHashMap.keySet()
|
ShortSet |
Short2BooleanMap.keySet()
Returns a set view of the keys contained in this map. |
ShortSet |
Short2FloatArrayMap.keySet()
|
ShortSet |
Short2ByteMaps.EmptyMap.keySet()
|
ShortSet |
Short2ByteMaps.Singleton.keySet()
|
ShortSet |
Short2ByteMaps.SynchronizedMap.keySet()
|
ShortSet |
Short2ByteMaps.UnmodifiableMap.keySet()
|
ShortSet |
Short2DoubleArrayMap.keySet()
|
ShortSet |
Short2ShortMaps.EmptyMap.keySet()
|
ShortSet |
Short2ShortMaps.Singleton.keySet()
|
ShortSet |
Short2ShortMaps.SynchronizedMap.keySet()
|
ShortSet |
Short2ShortMaps.UnmodifiableMap.keySet()
|
ShortSet |
Short2LongMaps.EmptyMap.keySet()
|
ShortSet |
Short2LongMaps.Singleton.keySet()
|
ShortSet |
Short2LongMaps.SynchronizedMap.keySet()
|
ShortSet |
Short2LongMaps.UnmodifiableMap.keySet()
|
ShortSet |
Short2LongArrayMap.keySet()
|
ShortSet |
Short2ByteOpenHashMap.keySet()
|
ShortSet |
AbstractShort2CharMap.keySet()
Returns a type-specific-set view of the keys of this map. |
ShortSet |
AbstractShort2ShortMap.keySet()
Returns a type-specific-set view of the keys of this map. |
ShortSet |
AbstractShort2BooleanMap.keySet()
Returns a type-specific-set view of the keys of this map. |
ShortSet |
Short2ShortMap.keySet()
Returns a set view of the keys contained in this map. |
ShortSet |
Short2LongOpenHashMap.keySet()
|
ShortSet |
Short2DoubleMap.keySet()
Returns a set view of the keys contained in this map. |
ShortSet |
AbstractShort2ByteMap.keySet()
Returns a type-specific-set view of the keys of this map. |
ShortSet |
Short2CharArrayMap.keySet()
|
static ShortSet |
ShortSets.singleton(short element)
Returns a type-specific immutable set containing only the specified element. |
static ShortSet |
ShortSets.singleton(Short element)
Returns a type-specific immutable set containing only the specified element. |
static ShortSet |
ShortSets.synchronize(ShortSet s)
Returns a synchronized type-specific set backed by the given type-specific set. |
static ShortSet |
ShortSets.synchronize(ShortSet s,
Object sync)
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize. |
static ShortSet |
ShortSets.unmodifiable(ShortSet s)
Returns an unmodifiable type-specific set backed by the given type-specific set. |
Methods in it.unimi.dsi.fastutil.shorts with parameters of type ShortSet | |
---|---|
static ShortSet |
ShortSets.synchronize(ShortSet s)
Returns a synchronized type-specific set backed by the given type-specific set. |
static ShortSet |
ShortSets.synchronize(ShortSet s,
Object sync)
Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize. |
static ShortSet |
ShortSets.unmodifiable(ShortSet s)
Returns an unmodifiable type-specific set backed by the given type-specific set. |
Constructors in it.unimi.dsi.fastutil.shorts with parameters of type ShortSet | |
---|---|
ShortSets.SynchronizedSet(ShortSet s)
|
|
ShortSets.SynchronizedSet(ShortSet s,
Object sync)
|
|
ShortSets.UnmodifiableSet(ShortSet s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |