Uses of Interface
it.unimi.dsi.fastutil.floats.FloatSet

Packages that use FloatSet
it.unimi.dsi.fastutil.floats Provides type-specific classes for float elements or keys. 
 

Uses of FloatSet in it.unimi.dsi.fastutil.floats
 

Subinterfaces of FloatSet in it.unimi.dsi.fastutil.floats
 interface FloatSortedSet
          A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.
 

Classes in it.unimi.dsi.fastutil.floats that implement FloatSet
protected  class AbstractFloat2BooleanSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2ByteSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2CharSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2DoubleSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2FloatSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2IntSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2LongSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2ObjectSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2ReferenceSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2ShortSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
 class AbstractFloatSet
          An abstract class providing basic methods for sets implementing a type-specific interface.
 class AbstractFloatSortedSet
          An abstract class providing basic methods for sorted sets implementing a type-specific interface.
 class FloatArraySet
          A simple, brute-force implementation of a set based on a backing array.
 class FloatAVLTreeSet
          A type-specific AVL tree set with a fast, small-footprint implementation.
 class FloatLinkedOpenCustomHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class FloatLinkedOpenHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class FloatOpenCustomHashSet
          A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
 class FloatOpenHashBigSet
          A type-specific hash big set with with a fast, small-footprint implementation.
 class FloatOpenHashSet
          A type-specific hash set with with a fast, small-footprint implementation.
 class FloatRBTreeSet
          A type-specific red-black tree set with a fast, small-footprint implementation.
static class FloatSets.EmptySet
          An immutable class representing the empty set and implementing a type-specific set interface.
static class FloatSets.Singleton
          An immutable class representing a type-specific singleton set.
static class FloatSets.SynchronizedSet
          A synchronized wrapper class for sets.
static class FloatSets.UnmodifiableSet
          An unmodifiable wrapper class for sets.
static class FloatSortedSets.EmptySet
          An immutable class representing the empty sorted set and implementing a type-specific set interface.
static class FloatSortedSets.Singleton
          A class representing a singleton sorted set.
static class FloatSortedSets.SynchronizedSortedSet
          A synchronized wrapper class for sorted sets.
static class FloatSortedSets.UnmodifiableSortedSet
          An unmodifiable wrapper class for sorted sets.
 

Fields in it.unimi.dsi.fastutil.floats declared as FloatSet
protected  FloatSet Float2CharOpenHashMap.keys
          Cached set of keys.
protected  FloatSet Float2BooleanMaps.Singleton.keys
           
protected  FloatSet Float2BooleanMaps.SynchronizedMap.keys
           
protected  FloatSet Float2BooleanMaps.UnmodifiableMap.keys
           
protected  FloatSet Float2ReferenceMaps.Singleton.keys
           
protected  FloatSet Float2ReferenceMaps.SynchronizedMap.keys
           
protected  FloatSet Float2ReferenceMaps.UnmodifiableMap.keys
           
protected  FloatSet Float2ReferenceOpenHashMap.keys
          Cached set of keys.
protected  FloatSet Float2LongOpenHashMap.keys
          Cached set of keys.
protected  FloatSet Float2DoubleOpenHashMap.keys
          Cached set of keys.
protected  FloatSet Float2ByteOpenHashMap.keys
          Cached set of keys.
protected  FloatSet Float2BooleanOpenHashMap.keys
          Cached set of keys.
protected  FloatSet Float2ShortOpenHashMap.keys
          Cached set of keys.
protected  FloatSet Float2ShortMaps.Singleton.keys
           
protected  FloatSet Float2ShortMaps.SynchronizedMap.keys
           
protected  FloatSet Float2ShortMaps.UnmodifiableMap.keys
           
protected  FloatSet Float2LongMaps.Singleton.keys
           
protected  FloatSet Float2LongMaps.SynchronizedMap.keys
           
protected  FloatSet Float2LongMaps.UnmodifiableMap.keys
           
protected  FloatSet Float2ObjectOpenHashMap.keys
          Cached set of keys.
protected  FloatSet Float2IntMaps.Singleton.keys
           
protected  FloatSet Float2IntMaps.SynchronizedMap.keys
           
protected  FloatSet Float2IntMaps.UnmodifiableMap.keys
           
protected  FloatSet Float2FloatOpenHashMap.keys
          Cached set of keys.
protected  FloatSet Float2CharMaps.Singleton.keys
           
protected  FloatSet Float2CharMaps.SynchronizedMap.keys
           
protected  FloatSet Float2CharMaps.UnmodifiableMap.keys
           
protected  FloatSet Float2DoubleMaps.Singleton.keys
           
protected  FloatSet Float2DoubleMaps.SynchronizedMap.keys
           
protected  FloatSet Float2DoubleMaps.UnmodifiableMap.keys
           
protected  FloatSet Float2FloatMaps.Singleton.keys
           
protected  FloatSet Float2FloatMaps.SynchronizedMap.keys
           
protected  FloatSet Float2FloatMaps.UnmodifiableMap.keys
           
protected  FloatSet Float2ObjectMaps.Singleton.keys
           
protected  FloatSet Float2ObjectMaps.SynchronizedMap.keys
           
protected  FloatSet Float2ObjectMaps.UnmodifiableMap.keys
           
protected  FloatSet Float2ByteMaps.Singleton.keys
           
protected  FloatSet Float2ByteMaps.SynchronizedMap.keys
           
protected  FloatSet Float2ByteMaps.UnmodifiableMap.keys
           
protected  FloatSet Float2IntOpenHashMap.keys
          Cached set of keys.
 

Methods in it.unimi.dsi.fastutil.floats that return FloatSet
 FloatSet Float2CharOpenHashMap.keySet()
           
 FloatSet Float2LongArrayMap.keySet()
           
 FloatSet Float2BooleanMaps.EmptyMap.keySet()
           
 FloatSet Float2BooleanMaps.Singleton.keySet()
           
 FloatSet Float2BooleanMaps.SynchronizedMap.keySet()
           
 FloatSet Float2BooleanMaps.UnmodifiableMap.keySet()
           
 FloatSet Float2ReferenceMaps.EmptyMap.keySet()
           
 FloatSet Float2ReferenceMaps.Singleton.keySet()
           
 FloatSet Float2ReferenceMaps.SynchronizedMap.keySet()
           
 FloatSet Float2ReferenceMaps.UnmodifiableMap.keySet()
           
 FloatSet Float2ReferenceOpenHashMap.keySet()
           
 FloatSet AbstractFloat2BooleanMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 FloatSet Float2LongOpenHashMap.keySet()
           
 FloatSet Float2FloatMap.keySet()
          Returns a set view of the keys contained in this map.
 FloatSet Float2DoubleOpenHashMap.keySet()
           
 FloatSet Float2ObjectMap.keySet()
          Returns a set view of the keys contained in this map.
 FloatSet Float2ReferenceMap.keySet()
          Returns a set view of the keys contained in this map.
 FloatSet Float2ShortMap.keySet()
          Returns a set view of the keys contained in this map.
 FloatSet Float2ByteOpenHashMap.keySet()
           
 FloatSet Float2BooleanOpenHashMap.keySet()
           
 FloatSet AbstractFloat2ReferenceMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 FloatSet Float2ShortOpenHashMap.keySet()
           
 FloatSet Float2ByteMap.keySet()
          Returns a set view of the keys contained in this map.
 FloatSet AbstractFloat2ByteMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 FloatSet Float2DoubleArrayMap.keySet()
           
 FloatSet Float2ShortMaps.EmptyMap.keySet()
           
 FloatSet Float2ShortMaps.Singleton.keySet()
           
 FloatSet Float2ShortMaps.SynchronizedMap.keySet()
           
 FloatSet Float2ShortMaps.UnmodifiableMap.keySet()
           
 FloatSet Float2ByteArrayMap.keySet()
           
 FloatSet Float2FloatArrayMap.keySet()
           
 FloatSet AbstractFloat2FloatMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 FloatSet AbstractFloat2LongMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 FloatSet Float2LongMaps.EmptyMap.keySet()
           
 FloatSet Float2LongMaps.Singleton.keySet()
           
 FloatSet Float2LongMaps.SynchronizedMap.keySet()
           
 FloatSet Float2LongMaps.UnmodifiableMap.keySet()
           
 FloatSet Float2BooleanArrayMap.keySet()
           
 FloatSet Float2ObjectOpenHashMap.keySet()
           
 FloatSet AbstractFloat2IntMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 FloatSet Float2DoubleMap.keySet()
          Returns a set view of the keys contained in this map.
 FloatSet Float2IntMaps.EmptyMap.keySet()
           
 FloatSet Float2IntMaps.Singleton.keySet()
           
 FloatSet Float2IntMaps.SynchronizedMap.keySet()
           
 FloatSet Float2IntMaps.UnmodifiableMap.keySet()
           
 FloatSet Float2IntArrayMap.keySet()
           
 FloatSet Float2FloatOpenHashMap.keySet()
           
 FloatSet AbstractFloat2CharMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 FloatSet Float2CharMaps.EmptyMap.keySet()
           
 FloatSet Float2CharMaps.Singleton.keySet()
           
 FloatSet Float2CharMaps.SynchronizedMap.keySet()
           
 FloatSet Float2CharMaps.UnmodifiableMap.keySet()
           
 FloatSet Float2IntMap.keySet()
          Returns a set view of the keys contained in this map.
 FloatSet Float2CharMap.keySet()
          Returns a set view of the keys contained in this map.
 FloatSet AbstractFloat2ObjectMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 FloatSet Float2DoubleMaps.EmptyMap.keySet()
           
 FloatSet Float2DoubleMaps.Singleton.keySet()
           
 FloatSet Float2DoubleMaps.SynchronizedMap.keySet()
           
 FloatSet Float2DoubleMaps.UnmodifiableMap.keySet()
           
 FloatSet Float2ReferenceArrayMap.keySet()
           
 FloatSet Float2ObjectArrayMap.keySet()
           
 FloatSet Float2CharArrayMap.keySet()
           
 FloatSet Float2LongMap.keySet()
          Returns a set view of the keys contained in this map.
 FloatSet AbstractFloat2ShortMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 FloatSet Float2FloatMaps.EmptyMap.keySet()
           
 FloatSet Float2FloatMaps.Singleton.keySet()
           
 FloatSet Float2FloatMaps.SynchronizedMap.keySet()
           
 FloatSet Float2FloatMaps.UnmodifiableMap.keySet()
           
 FloatSet AbstractFloat2DoubleMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 FloatSet Float2ObjectMaps.EmptyMap.keySet()
           
 FloatSet Float2ObjectMaps.Singleton.keySet()
           
 FloatSet Float2ObjectMaps.SynchronizedMap.keySet()
           
 FloatSet Float2ObjectMaps.UnmodifiableMap.keySet()
           
 FloatSet Float2ByteMaps.EmptyMap.keySet()
           
 FloatSet Float2ByteMaps.Singleton.keySet()
           
 FloatSet Float2ByteMaps.SynchronizedMap.keySet()
           
 FloatSet Float2ByteMaps.UnmodifiableMap.keySet()
           
 FloatSet Float2IntOpenHashMap.keySet()
           
 FloatSet Float2ShortArrayMap.keySet()
           
 FloatSet Float2BooleanMap.keySet()
          Returns a set view of the keys contained in this map.
static FloatSet FloatSets.singleton(float element)
          Returns a type-specific immutable set containing only the specified element.
static FloatSet FloatSets.singleton(Float element)
          Returns a type-specific immutable set containing only the specified element.
static FloatSet FloatSets.synchronize(FloatSet s)
          Returns a synchronized type-specific set backed by the given type-specific set.
static FloatSet FloatSets.synchronize(FloatSet s, Object sync)
          Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
static FloatSet FloatSets.unmodifiable(FloatSet s)
          Returns an unmodifiable type-specific set backed by the given type-specific set.
 

Methods in it.unimi.dsi.fastutil.floats with parameters of type FloatSet
static FloatSet FloatSets.synchronize(FloatSet s)
          Returns a synchronized type-specific set backed by the given type-specific set.
static FloatSet FloatSets.synchronize(FloatSet s, Object sync)
          Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
static FloatSet FloatSets.unmodifiable(FloatSet s)
          Returns an unmodifiable type-specific set backed by the given type-specific set.
 

Constructors in it.unimi.dsi.fastutil.floats with parameters of type FloatSet
FloatSets.SynchronizedSet(FloatSet s)
           
FloatSets.SynchronizedSet(FloatSet s, Object sync)
           
FloatSets.UnmodifiableSet(FloatSet s)
           
 



Copyright © 2011. All Rights Reserved.