Uses of Class
it.unimi.dsi.fastutil.ints.AbstractIntSet

Packages that use AbstractIntSet
it.unimi.dsi.fastutil.ints Provides type-specific classes for integer elements or keys. 
 

Uses of AbstractIntSet in it.unimi.dsi.fastutil.ints
 

Subclasses of AbstractIntSet in it.unimi.dsi.fastutil.ints
protected  class AbstractInt2BooleanSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2ByteSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2CharSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2DoubleSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2FloatSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2IntSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2LongSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2ObjectSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2ReferenceSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractInt2ShortSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
 class AbstractIntSortedSet
          An abstract class providing basic methods for sorted sets implementing a type-specific interface.
 class IntArraySet
          A simple, brute-force implementation of a set based on a backing array.
 class IntAVLTreeSet
          A type-specific AVL tree set with a fast, small-footprint implementation.
 class IntLinkedOpenCustomHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class IntLinkedOpenHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class IntOpenCustomHashSet
          A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
 class IntOpenHashBigSet
          A type-specific hash big set with with a fast, small-footprint implementation.
 class IntOpenHashSet
          A type-specific hash set with with a fast, small-footprint implementation.
 class IntRBTreeSet
          A type-specific red-black tree set with a fast, small-footprint implementation.
static class IntSets.Singleton
          An immutable class representing a type-specific singleton set.
static class IntSortedSets.Singleton
          A class representing a singleton sorted set.
 



Copyright © 2011. All Rights Reserved.