Uses of Class
it.unimi.dsi.fastutil.shorts.AbstractShortSet

Packages that use AbstractShortSet
it.unimi.dsi.fastutil.shorts Provides type-specific classes for short elements or keys. 
 

Uses of AbstractShortSet in it.unimi.dsi.fastutil.shorts
 

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



Copyright © 2011. All Rights Reserved.