Uses of Interface
it.unimi.dsi.fastutil.doubles.DoubleSet

Packages that use DoubleSet
it.unimi.dsi.fastutil.doubles Provides type-specific classes for double elements or keys. 
 

Uses of DoubleSet in it.unimi.dsi.fastutil.doubles
 

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

Classes in it.unimi.dsi.fastutil.doubles that implement DoubleSet
protected  class AbstractDouble2BooleanSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2ByteSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2CharSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2DoubleSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2FloatSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2IntSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2LongSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2ObjectSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2ReferenceSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractDouble2ShortSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
 class AbstractDoubleSet
          An abstract class providing basic methods for sets implementing a type-specific interface.
 class AbstractDoubleSortedSet
          An abstract class providing basic methods for sorted sets implementing a type-specific interface.
 class DoubleArraySet
          A simple, brute-force implementation of a set based on a backing array.
 class DoubleAVLTreeSet
          A type-specific AVL tree set with a fast, small-footprint implementation.
 class DoubleLinkedOpenCustomHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class DoubleLinkedOpenHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class DoubleOpenCustomHashSet
          A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
 class DoubleOpenHashBigSet
          A type-specific hash big set with with a fast, small-footprint implementation.
 class DoubleOpenHashSet
          A type-specific hash set with with a fast, small-footprint implementation.
 class DoubleRBTreeSet
          A type-specific red-black tree set with a fast, small-footprint implementation.
static class DoubleSets.EmptySet
          An immutable class representing the empty set and implementing a type-specific set interface.
static class DoubleSets.Singleton
          An immutable class representing a type-specific singleton set.
static class DoubleSets.SynchronizedSet
          A synchronized wrapper class for sets.
static class DoubleSets.UnmodifiableSet
          An unmodifiable wrapper class for sets.
static class DoubleSortedSets.EmptySet
          An immutable class representing the empty sorted set and implementing a type-specific set interface.
static class DoubleSortedSets.Singleton
          A class representing a singleton sorted set.
static class DoubleSortedSets.SynchronizedSortedSet
          A synchronized wrapper class for sorted sets.
static class DoubleSortedSets.UnmodifiableSortedSet
          An unmodifiable wrapper class for sorted sets.
 

Fields in it.unimi.dsi.fastutil.doubles declared as DoubleSet
protected  DoubleSet Double2LongOpenHashMap.keys
          Cached set of keys.
protected  DoubleSet Double2CharOpenHashMap.keys
          Cached set of keys.
protected  DoubleSet Double2ObjectOpenHashMap.keys
          Cached set of keys.
protected  DoubleSet Double2LongMaps.Singleton.keys
           
protected  DoubleSet Double2LongMaps.SynchronizedMap.keys
           
protected  DoubleSet Double2LongMaps.UnmodifiableMap.keys
           
protected  DoubleSet Double2IntOpenHashMap.keys
          Cached set of keys.
protected  DoubleSet Double2DoubleOpenHashMap.keys
          Cached set of keys.
protected  DoubleSet Double2BooleanMaps.Singleton.keys
           
protected  DoubleSet Double2BooleanMaps.SynchronizedMap.keys
           
protected  DoubleSet Double2BooleanMaps.UnmodifiableMap.keys
           
protected  DoubleSet Double2ReferenceMaps.Singleton.keys
           
protected  DoubleSet Double2ReferenceMaps.SynchronizedMap.keys
           
protected  DoubleSet Double2ReferenceMaps.UnmodifiableMap.keys
           
protected  DoubleSet Double2ByteMaps.Singleton.keys
           
protected  DoubleSet Double2ByteMaps.SynchronizedMap.keys
           
protected  DoubleSet Double2ByteMaps.UnmodifiableMap.keys
           
protected  DoubleSet Double2ObjectMaps.Singleton.keys
           
protected  DoubleSet Double2ObjectMaps.SynchronizedMap.keys
           
protected  DoubleSet Double2ObjectMaps.UnmodifiableMap.keys
           
protected  DoubleSet Double2ShortOpenHashMap.keys
          Cached set of keys.
protected  DoubleSet Double2CharMaps.Singleton.keys
           
protected  DoubleSet Double2CharMaps.SynchronizedMap.keys
           
protected  DoubleSet Double2CharMaps.UnmodifiableMap.keys
           
protected  DoubleSet Double2ReferenceOpenHashMap.keys
          Cached set of keys.
protected  DoubleSet Double2IntMaps.Singleton.keys
           
protected  DoubleSet Double2IntMaps.SynchronizedMap.keys
           
protected  DoubleSet Double2IntMaps.UnmodifiableMap.keys
           
protected  DoubleSet Double2FloatOpenHashMap.keys
          Cached set of keys.
protected  DoubleSet Double2DoubleMaps.Singleton.keys
           
protected  DoubleSet Double2DoubleMaps.SynchronizedMap.keys
           
protected  DoubleSet Double2DoubleMaps.UnmodifiableMap.keys
           
protected  DoubleSet Double2ShortMaps.Singleton.keys
           
protected  DoubleSet Double2ShortMaps.SynchronizedMap.keys
           
protected  DoubleSet Double2ShortMaps.UnmodifiableMap.keys
           
protected  DoubleSet Double2ByteOpenHashMap.keys
          Cached set of keys.
protected  DoubleSet Double2BooleanOpenHashMap.keys
          Cached set of keys.
protected  DoubleSet Double2FloatMaps.Singleton.keys
           
protected  DoubleSet Double2FloatMaps.SynchronizedMap.keys
           
protected  DoubleSet Double2FloatMaps.UnmodifiableMap.keys
           
 

Methods in it.unimi.dsi.fastutil.doubles that return DoubleSet
 DoubleSet Double2LongOpenHashMap.keySet()
           
 DoubleSet AbstractDouble2ShortMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 DoubleSet Double2ShortArrayMap.keySet()
           
 DoubleSet Double2IntMap.keySet()
          Returns a set view of the keys contained in this map.
 DoubleSet Double2ByteMap.keySet()
          Returns a set view of the keys contained in this map.
 DoubleSet AbstractDouble2LongMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 DoubleSet Double2CharOpenHashMap.keySet()
           
 DoubleSet Double2ObjectOpenHashMap.keySet()
           
 DoubleSet Double2LongMap.keySet()
          Returns a set view of the keys contained in this map.
 DoubleSet Double2ObjectArrayMap.keySet()
           
 DoubleSet Double2LongMaps.EmptyMap.keySet()
           
 DoubleSet Double2LongMaps.Singleton.keySet()
           
 DoubleSet Double2LongMaps.SynchronizedMap.keySet()
           
 DoubleSet Double2LongMaps.UnmodifiableMap.keySet()
           
 DoubleSet AbstractDouble2DoubleMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 DoubleSet Double2IntOpenHashMap.keySet()
           
 DoubleSet Double2FloatMap.keySet()
          Returns a set view of the keys contained in this map.
 DoubleSet Double2DoubleOpenHashMap.keySet()
           
 DoubleSet Double2BooleanMaps.EmptyMap.keySet()
           
 DoubleSet Double2BooleanMaps.Singleton.keySet()
           
 DoubleSet Double2BooleanMaps.SynchronizedMap.keySet()
           
 DoubleSet Double2BooleanMaps.UnmodifiableMap.keySet()
           
 DoubleSet AbstractDouble2ObjectMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 DoubleSet Double2ByteArrayMap.keySet()
           
 DoubleSet Double2ReferenceMaps.EmptyMap.keySet()
           
 DoubleSet Double2ReferenceMaps.Singleton.keySet()
           
 DoubleSet Double2ReferenceMaps.SynchronizedMap.keySet()
           
 DoubleSet Double2ReferenceMaps.UnmodifiableMap.keySet()
           
 DoubleSet Double2BooleanMap.keySet()
          Returns a set view of the keys contained in this map.
 DoubleSet AbstractDouble2CharMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 DoubleSet AbstractDouble2BooleanMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 DoubleSet AbstractDouble2ReferenceMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 DoubleSet Double2IntArrayMap.keySet()
           
 DoubleSet Double2DoubleMap.keySet()
          Returns a set view of the keys contained in this map.
 DoubleSet AbstractDouble2IntMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 DoubleSet AbstractDouble2FloatMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 DoubleSet Double2DoubleArrayMap.keySet()
           
 DoubleSet Double2CharMap.keySet()
          Returns a set view of the keys contained in this map.
 DoubleSet Double2CharArrayMap.keySet()
           
 DoubleSet Double2LongArrayMap.keySet()
           
 DoubleSet Double2BooleanArrayMap.keySet()
           
 DoubleSet Double2ByteMaps.EmptyMap.keySet()
           
 DoubleSet Double2ByteMaps.Singleton.keySet()
           
 DoubleSet Double2ByteMaps.SynchronizedMap.keySet()
           
 DoubleSet Double2ByteMaps.UnmodifiableMap.keySet()
           
 DoubleSet Double2ReferenceMap.keySet()
          Returns a set view of the keys contained in this map.
 DoubleSet Double2ObjectMaps.EmptyMap.keySet()
           
 DoubleSet Double2ObjectMaps.Singleton.keySet()
           
 DoubleSet Double2ObjectMaps.SynchronizedMap.keySet()
           
 DoubleSet Double2ObjectMaps.UnmodifiableMap.keySet()
           
 DoubleSet Double2ShortOpenHashMap.keySet()
           
 DoubleSet Double2CharMaps.EmptyMap.keySet()
           
 DoubleSet Double2CharMaps.Singleton.keySet()
           
 DoubleSet Double2CharMaps.SynchronizedMap.keySet()
           
 DoubleSet Double2CharMaps.UnmodifiableMap.keySet()
           
 DoubleSet Double2ReferenceOpenHashMap.keySet()
           
 DoubleSet Double2IntMaps.EmptyMap.keySet()
           
 DoubleSet Double2IntMaps.Singleton.keySet()
           
 DoubleSet Double2IntMaps.SynchronizedMap.keySet()
           
 DoubleSet Double2IntMaps.UnmodifiableMap.keySet()
           
 DoubleSet Double2FloatOpenHashMap.keySet()
           
 DoubleSet Double2DoubleMaps.EmptyMap.keySet()
           
 DoubleSet Double2DoubleMaps.Singleton.keySet()
           
 DoubleSet Double2DoubleMaps.SynchronizedMap.keySet()
           
 DoubleSet Double2DoubleMaps.UnmodifiableMap.keySet()
           
 DoubleSet Double2ReferenceArrayMap.keySet()
           
 DoubleSet Double2FloatArrayMap.keySet()
           
 DoubleSet Double2ShortMaps.EmptyMap.keySet()
           
 DoubleSet Double2ShortMaps.Singleton.keySet()
           
 DoubleSet Double2ShortMaps.SynchronizedMap.keySet()
           
 DoubleSet Double2ShortMaps.UnmodifiableMap.keySet()
           
 DoubleSet Double2ByteOpenHashMap.keySet()
           
 DoubleSet Double2BooleanOpenHashMap.keySet()
           
 DoubleSet Double2ObjectMap.keySet()
          Returns a set view of the keys contained in this map.
 DoubleSet Double2ShortMap.keySet()
          Returns a set view of the keys contained in this map.
 DoubleSet AbstractDouble2ByteMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 DoubleSet Double2FloatMaps.EmptyMap.keySet()
           
 DoubleSet Double2FloatMaps.Singleton.keySet()
           
 DoubleSet Double2FloatMaps.SynchronizedMap.keySet()
           
 DoubleSet Double2FloatMaps.UnmodifiableMap.keySet()
           
static DoubleSet DoubleSets.singleton(double element)
          Returns a type-specific immutable set containing only the specified element.
static DoubleSet DoubleSets.singleton(Double element)
          Returns a type-specific immutable set containing only the specified element.
static DoubleSet DoubleSets.synchronize(DoubleSet s)
          Returns a synchronized type-specific set backed by the given type-specific set.
static DoubleSet DoubleSets.synchronize(DoubleSet s, Object sync)
          Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
static DoubleSet DoubleSets.unmodifiable(DoubleSet s)
          Returns an unmodifiable type-specific set backed by the given type-specific set.
 

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

Constructors in it.unimi.dsi.fastutil.doubles with parameters of type DoubleSet
DoubleSets.SynchronizedSet(DoubleSet s)
           
DoubleSets.SynchronizedSet(DoubleSet s, Object sync)
           
DoubleSets.UnmodifiableSet(DoubleSet s)
           
 



Copyright © 2011. All Rights Reserved.