Uses of Class
it.unimi.dsi.fastutil.chars.AbstractCharSet

Packages that use AbstractCharSet
it.unimi.dsi.fastutil.chars Provides type-specific classes for character elements or keys. 
 

Uses of AbstractCharSet in it.unimi.dsi.fastutil.chars
 

Subclasses of AbstractCharSet in it.unimi.dsi.fastutil.chars
protected  class AbstractChar2BooleanSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2ByteSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2CharSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2DoubleSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2FloatSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2IntSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2LongSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2ObjectSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2ReferenceSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractChar2ShortSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
 class AbstractCharSortedSet
          An abstract class providing basic methods for sorted sets implementing a type-specific interface.
 class CharArraySet
          A simple, brute-force implementation of a set based on a backing array.
 class CharAVLTreeSet
          A type-specific AVL tree set with a fast, small-footprint implementation.
 class CharLinkedOpenCustomHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class CharLinkedOpenHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class CharOpenCustomHashSet
          A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
 class CharOpenHashSet
          A type-specific hash set with with a fast, small-footprint implementation.
 class CharRBTreeSet
          A type-specific red-black tree set with a fast, small-footprint implementation.
static class CharSets.Singleton
          An immutable class representing a type-specific singleton set.
static class CharSortedSets.Singleton
          A class representing a singleton sorted set.
 



Copyright © 2011. All Rights Reserved.