Uses of Class
it.unimi.dsi.fastutil.longs.AbstractLongSet

Packages that use AbstractLongSet
it.unimi.dsi.fastutil.longs Provides type-specific classes for long elements or keys. 
 

Uses of AbstractLongSet in it.unimi.dsi.fastutil.longs
 

Subclasses of AbstractLongSet in it.unimi.dsi.fastutil.longs
protected  class AbstractLong2BooleanSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractLong2ByteSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractLong2CharSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractLong2DoubleSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractLong2FloatSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractLong2IntSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractLong2LongSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractLong2ObjectSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractLong2ReferenceSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractLong2ShortSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
 class AbstractLongSortedSet
          An abstract class providing basic methods for sorted sets implementing a type-specific interface.
 class LongArraySet
          A simple, brute-force implementation of a set based on a backing array.
 class LongAVLTreeSet
          A type-specific AVL tree set with a fast, small-footprint implementation.
 class LongLinkedOpenCustomHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class LongLinkedOpenHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class LongOpenCustomHashSet
          A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
 class LongOpenHashBigSet
          A type-specific hash big set with with a fast, small-footprint implementation.
 class LongOpenHashSet
          A type-specific hash set with with a fast, small-footprint implementation.
 class LongRBTreeSet
          A type-specific red-black tree set with a fast, small-footprint implementation.
static class LongSets.Singleton
          An immutable class representing a type-specific singleton set.
static class LongSortedSets.Singleton
          A class representing a singleton sorted set.
 



Copyright © 2011. All Rights Reserved.