Uses of Interface
it.unimi.dsi.fastutil.chars.CharSet

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

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

Subinterfaces of CharSet in it.unimi.dsi.fastutil.chars
 interface CharSortedSet
          A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.
 

Classes in it.unimi.dsi.fastutil.chars that implement CharSet
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 AbstractCharSet
          An abstract class providing basic methods for sets implementing a type-specific interface.
 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.EmptySet
          An immutable class representing the empty set and implementing a type-specific set interface.
static class CharSets.Singleton
          An immutable class representing a type-specific singleton set.
static class CharSets.SynchronizedSet
          A synchronized wrapper class for sets.
static class CharSets.UnmodifiableSet
          An unmodifiable wrapper class for sets.
static class CharSortedSets.EmptySet
          An immutable class representing the empty sorted set and implementing a type-specific set interface.
static class CharSortedSets.Singleton
          A class representing a singleton sorted set.
static class CharSortedSets.SynchronizedSortedSet
          A synchronized wrapper class for sorted sets.
static class CharSortedSets.UnmodifiableSortedSet
          An unmodifiable wrapper class for sorted sets.
 

Fields in it.unimi.dsi.fastutil.chars declared as CharSet
protected  CharSet Char2ReferenceMaps.Singleton.keys
           
protected  CharSet Char2ReferenceMaps.SynchronizedMap.keys
           
protected  CharSet Char2ReferenceMaps.UnmodifiableMap.keys
           
protected  CharSet Char2IntMaps.Singleton.keys
           
protected  CharSet Char2IntMaps.SynchronizedMap.keys
           
protected  CharSet Char2IntMaps.UnmodifiableMap.keys
           
protected  CharSet Char2ObjectOpenHashMap.keys
          Cached set of keys.
protected  CharSet Char2DoubleOpenHashMap.keys
          Cached set of keys.
protected  CharSet Char2DoubleMaps.Singleton.keys
           
protected  CharSet Char2DoubleMaps.SynchronizedMap.keys
           
protected  CharSet Char2DoubleMaps.UnmodifiableMap.keys
           
protected  CharSet Char2LongMaps.Singleton.keys
           
protected  CharSet Char2LongMaps.SynchronizedMap.keys
           
protected  CharSet Char2LongMaps.UnmodifiableMap.keys
           
protected  CharSet Char2CharOpenHashMap.keys
          Cached set of keys.
protected  CharSet Char2ByteMaps.Singleton.keys
           
protected  CharSet Char2ByteMaps.SynchronizedMap.keys
           
protected  CharSet Char2ByteMaps.UnmodifiableMap.keys
           
protected  CharSet Char2ReferenceOpenHashMap.keys
          Cached set of keys.
protected  CharSet Char2FloatOpenHashMap.keys
          Cached set of keys.
protected  CharSet Char2ByteOpenHashMap.keys
          Cached set of keys.
protected  CharSet Char2ObjectMaps.Singleton.keys
           
protected  CharSet Char2ObjectMaps.SynchronizedMap.keys
           
protected  CharSet Char2ObjectMaps.UnmodifiableMap.keys
           
protected  CharSet Char2ShortMaps.Singleton.keys
           
protected  CharSet Char2ShortMaps.SynchronizedMap.keys
           
protected  CharSet Char2ShortMaps.UnmodifiableMap.keys
           
protected  CharSet Char2CharMaps.Singleton.keys
           
protected  CharSet Char2CharMaps.SynchronizedMap.keys
           
protected  CharSet Char2CharMaps.UnmodifiableMap.keys
           
protected  CharSet Char2ShortOpenHashMap.keys
          Cached set of keys.
protected  CharSet Char2IntOpenHashMap.keys
          Cached set of keys.
protected  CharSet Char2BooleanOpenHashMap.keys
          Cached set of keys.
protected  CharSet Char2FloatMaps.Singleton.keys
           
protected  CharSet Char2FloatMaps.SynchronizedMap.keys
           
protected  CharSet Char2FloatMaps.UnmodifiableMap.keys
           
protected  CharSet Char2LongOpenHashMap.keys
          Cached set of keys.
protected  CharSet Char2BooleanMaps.Singleton.keys
           
protected  CharSet Char2BooleanMaps.SynchronizedMap.keys
           
protected  CharSet Char2BooleanMaps.UnmodifiableMap.keys
           
 

Methods in it.unimi.dsi.fastutil.chars that return CharSet
 CharSet Char2ReferenceMaps.EmptyMap.keySet()
           
 CharSet Char2ReferenceMaps.Singleton.keySet()
           
 CharSet Char2ReferenceMaps.SynchronizedMap.keySet()
           
 CharSet Char2ReferenceMaps.UnmodifiableMap.keySet()
           
 CharSet Char2DoubleArrayMap.keySet()
           
 CharSet Char2IntMaps.EmptyMap.keySet()
           
 CharSet Char2IntMaps.Singleton.keySet()
           
 CharSet Char2IntMaps.SynchronizedMap.keySet()
           
 CharSet Char2IntMaps.UnmodifiableMap.keySet()
           
 CharSet Char2FloatArrayMap.keySet()
           
 CharSet AbstractChar2BooleanMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 CharSet Char2ObjectOpenHashMap.keySet()
           
 CharSet Char2DoubleOpenHashMap.keySet()
           
 CharSet Char2DoubleMaps.EmptyMap.keySet()
           
 CharSet Char2DoubleMaps.Singleton.keySet()
           
 CharSet Char2DoubleMaps.SynchronizedMap.keySet()
           
 CharSet Char2DoubleMaps.UnmodifiableMap.keySet()
           
 CharSet Char2ReferenceArrayMap.keySet()
           
 CharSet AbstractChar2FloatMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 CharSet Char2LongMaps.EmptyMap.keySet()
           
 CharSet Char2LongMaps.Singleton.keySet()
           
 CharSet Char2LongMaps.SynchronizedMap.keySet()
           
 CharSet Char2LongMaps.UnmodifiableMap.keySet()
           
 CharSet Char2BooleanArrayMap.keySet()
           
 CharSet Char2ReferenceMap.keySet()
          Returns a set view of the keys contained in this map.
 CharSet Char2CharOpenHashMap.keySet()
           
 CharSet Char2ByteMaps.EmptyMap.keySet()
           
 CharSet Char2ByteMaps.Singleton.keySet()
           
 CharSet Char2ByteMaps.SynchronizedMap.keySet()
           
 CharSet Char2ByteMaps.UnmodifiableMap.keySet()
           
 CharSet Char2ReferenceOpenHashMap.keySet()
           
 CharSet Char2FloatOpenHashMap.keySet()
           
 CharSet Char2CharArrayMap.keySet()
           
 CharSet Char2ByteOpenHashMap.keySet()
           
 CharSet Char2ObjectMaps.EmptyMap.keySet()
           
 CharSet Char2ObjectMaps.Singleton.keySet()
           
 CharSet Char2ObjectMaps.SynchronizedMap.keySet()
           
 CharSet Char2ObjectMaps.UnmodifiableMap.keySet()
           
 CharSet AbstractChar2ReferenceMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 CharSet Char2ShortMaps.EmptyMap.keySet()
           
 CharSet Char2ShortMaps.Singleton.keySet()
           
 CharSet Char2ShortMaps.SynchronizedMap.keySet()
           
 CharSet Char2ShortMaps.UnmodifiableMap.keySet()
           
 CharSet Char2CharMap.keySet()
          Returns a set view of the keys contained in this map.
 CharSet Char2CharMaps.EmptyMap.keySet()
           
 CharSet Char2CharMaps.Singleton.keySet()
           
 CharSet Char2CharMaps.SynchronizedMap.keySet()
           
 CharSet Char2CharMaps.UnmodifiableMap.keySet()
           
 CharSet Char2DoubleMap.keySet()
          Returns a set view of the keys contained in this map.
 CharSet Char2ByteArrayMap.keySet()
           
 CharSet Char2BooleanMap.keySet()
          Returns a set view of the keys contained in this map.
 CharSet AbstractChar2ByteMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 CharSet Char2ObjectMap.keySet()
          Returns a set view of the keys contained in this map.
 CharSet Char2FloatMap.keySet()
          Returns a set view of the keys contained in this map.
 CharSet Char2LongArrayMap.keySet()
           
 CharSet AbstractChar2DoubleMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 CharSet AbstractChar2ObjectMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 CharSet Char2ShortOpenHashMap.keySet()
           
 CharSet Char2IntOpenHashMap.keySet()
           
 CharSet AbstractChar2LongMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 CharSet Char2LongMap.keySet()
          Returns a set view of the keys contained in this map.
 CharSet Char2BooleanOpenHashMap.keySet()
           
 CharSet Char2ByteMap.keySet()
          Returns a set view of the keys contained in this map.
 CharSet Char2FloatMaps.EmptyMap.keySet()
           
 CharSet Char2FloatMaps.Singleton.keySet()
           
 CharSet Char2FloatMaps.SynchronizedMap.keySet()
           
 CharSet Char2FloatMaps.UnmodifiableMap.keySet()
           
 CharSet AbstractChar2ShortMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 CharSet Char2IntArrayMap.keySet()
           
 CharSet Char2LongOpenHashMap.keySet()
           
 CharSet Char2BooleanMaps.EmptyMap.keySet()
           
 CharSet Char2BooleanMaps.Singleton.keySet()
           
 CharSet Char2BooleanMaps.SynchronizedMap.keySet()
           
 CharSet Char2BooleanMaps.UnmodifiableMap.keySet()
           
 CharSet Char2ShortMap.keySet()
          Returns a set view of the keys contained in this map.
 CharSet AbstractChar2IntMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 CharSet Char2IntMap.keySet()
          Returns a set view of the keys contained in this map.
 CharSet AbstractChar2CharMap.keySet()
          Returns a type-specific-set view of the keys of this map.
 CharSet Char2ObjectArrayMap.keySet()
           
 CharSet Char2ShortArrayMap.keySet()
           
static CharSet CharSets.singleton(char element)
          Returns a type-specific immutable set containing only the specified element.
static CharSet CharSets.singleton(Character element)
          Returns a type-specific immutable set containing only the specified element.
static CharSet CharSets.synchronize(CharSet s)
          Returns a synchronized type-specific set backed by the given type-specific set.
static CharSet CharSets.synchronize(CharSet s, Object sync)
          Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
static CharSet CharSets.unmodifiable(CharSet s)
          Returns an unmodifiable type-specific set backed by the given type-specific set.
 

Methods in it.unimi.dsi.fastutil.chars with parameters of type CharSet
static CharSet CharSets.synchronize(CharSet s)
          Returns a synchronized type-specific set backed by the given type-specific set.
static CharSet CharSets.synchronize(CharSet s, Object sync)
          Returns a synchronized type-specific set backed by the given type-specific set, using an assigned object to synchronize.
static CharSet CharSets.unmodifiable(CharSet s)
          Returns an unmodifiable type-specific set backed by the given type-specific set.
 

Constructors in it.unimi.dsi.fastutil.chars with parameters of type CharSet
CharSets.SynchronizedSet(CharSet s)
           
CharSets.SynchronizedSet(CharSet s, Object sync)
           
CharSets.UnmodifiableSet(CharSet s)
           
 



Copyright © 2011. All Rights Reserved.