Uses of Class
it.unimi.dsi.fastutil.doubles.AbstractDoubleSet

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

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

Subclasses of AbstractDoubleSet in it.unimi.dsi.fastutil.doubles
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 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.Singleton
          An immutable class representing a type-specific singleton set.
static class DoubleSortedSets.Singleton
          A class representing a singleton sorted set.
 



Copyright © 2011. All Rights Reserved.