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

Packages that use CharCollection
it.unimi.dsi.fastutil.bytes Provides type-specific classes for byte elements or keys. 
it.unimi.dsi.fastutil.chars Provides type-specific classes for character elements or keys. 
it.unimi.dsi.fastutil.doubles Provides type-specific classes for double elements or keys. 
it.unimi.dsi.fastutil.floats Provides type-specific classes for float elements or keys. 
it.unimi.dsi.fastutil.ints Provides type-specific classes for integer elements or keys. 
it.unimi.dsi.fastutil.longs Provides type-specific classes for long elements or keys. 
it.unimi.dsi.fastutil.objects Provides type-specific classes for object elements or keys. 
it.unimi.dsi.fastutil.shorts Provides type-specific classes for short elements or keys. 
 

Uses of CharCollection in it.unimi.dsi.fastutil.bytes
 

Classes in it.unimi.dsi.fastutil.bytes that implement CharCollection
protected  class AbstractByte2CharSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.bytes declared as CharCollection
protected  CharCollection Byte2CharAVLTreeMap.values
          Cached collection of values.
protected  CharCollection Byte2CharLinkedOpenHashMap.values
          Cached collection of values.
protected  CharCollection Byte2CharOpenHashMap.values
          Cached collection of values.
protected  CharCollection Byte2CharMaps.Singleton.values
           
protected  CharCollection Byte2CharMaps.SynchronizedMap.values
           
protected  CharCollection Byte2CharMaps.UnmodifiableMap.values
           
protected  CharCollection Byte2CharRBTreeMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.bytes that return CharCollection
 CharCollection Byte2CharMap.values()
          Returns a set view of the values contained in this map.
 CharCollection AbstractByte2CharMap.values()
          Returns a type-specific-set view of the values of this map.
 CharCollection Byte2CharAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection Byte2CharSortedMap.values()
          Returns a set view of the values contained in this map.
 CharCollection Byte2CharLinkedOpenHashMap.values()
           
 CharCollection Byte2CharArrayMap.values()
           
 CharCollection Byte2CharOpenHashMap.values()
           
 CharCollection Byte2CharMaps.EmptyMap.values()
           
 CharCollection Byte2CharMaps.Singleton.values()
           
 CharCollection Byte2CharMaps.SynchronizedMap.values()
           
 CharCollection Byte2CharMaps.UnmodifiableMap.values()
           
 CharCollection AbstractByte2CharSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection Byte2CharRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 

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

Subinterfaces of CharCollection in it.unimi.dsi.fastutil.chars
 interface CharBigList
          A type-specific BigList; provides some additional methods that use polymorphism to avoid (un)boxing.
 interface CharList
          A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
 interface CharSet
          A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
 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 CharCollection
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 AbstractChar2CharSortedMap.ValuesCollection
          A wrapper exhibiting the values 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 AbstractCharBigList
          An abstract class providing basic methods for big lists implementing a type-specific big list interface.
static class AbstractCharBigList.CharSubList
           
 class AbstractCharCollection
          An abstract class providing basic methods for collections implementing a type-specific interface.
 class AbstractCharList
          An abstract class providing basic methods for lists implementing a type-specific list interface.
static class AbstractCharList.CharSubList
           
 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 CharArrayList
          A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
 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 CharBigArrayBigList
          A type-specific big list based on a big array; provides some additional methods that use polymorphism to avoid (un)boxing.
static class CharBigLists.EmptyBigList
          An immutable class representing an empty type-specific big list.
static class CharBigLists.ListBigList
          A class exposing a list as a big list.
static class CharBigLists.Singleton
          An immutable class representing a type-specific singleton big list.
static class CharBigLists.SynchronizedBigList
          A synchronized wrapper class for big lists.
static class CharBigLists.UnmodifiableBigList
          An unmodifiable wrapper class for big lists.
static class CharCollections.EmptyCollection
          An immutable class representing an empty type-specific collection.
static class CharCollections.IterableCollection
          A collection wrapper class for iterables.
static class CharCollections.SynchronizedCollection
          A synchronized wrapper class for collections.
static class CharCollections.UnmodifiableCollection
          An unmodifiable wrapper class for collections.
 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.
static class CharLists.EmptyList
          An immutable class representing an empty type-specific list.
static class CharLists.Singleton
          An immutable class representing a type-specific singleton list.
static class CharLists.SynchronizedList
          A synchronized wrapper class for lists.
static class CharLists.UnmodifiableList
          An unmodifiable wrapper class for lists.
 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 CharCollection
protected  CharCollection CharCollections.SynchronizedCollection.collection
           
protected  CharCollection CharCollections.UnmodifiableCollection.collection
           
protected  CharCollection Char2CharAVLTreeMap.values
          Cached collection of values.
protected  CharCollection Char2CharOpenHashMap.values
          Cached collection of values.
protected  CharCollection Char2CharRBTreeMap.values
          Cached collection of values.
protected  CharCollection Char2CharMaps.Singleton.values
           
protected  CharCollection Char2CharMaps.SynchronizedMap.values
           
protected  CharCollection Char2CharMaps.UnmodifiableMap.values
           
protected  CharCollection Char2CharLinkedOpenHashMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.chars that return CharCollection
static CharCollection CharCollections.asCollection(CharIterable iterable)
          Returns an unmodifiable collection backed by the specified iterable.
static CharCollection CharCollections.synchronize(CharCollection c)
          Returns a synchronized collection backed by the specified collection.
static CharCollection CharCollections.synchronize(CharCollection c, Object sync)
          Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
static CharCollection CharCollections.unmodifiable(CharCollection c)
          Returns an unmodifiable collection backed by the specified collection.
 CharCollection AbstractChar2CharSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection Char2CharSortedMap.values()
          Returns a set view of the values contained in this map.
 CharCollection Char2CharAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection Char2CharOpenHashMap.values()
           
 CharCollection Char2CharArrayMap.values()
           
 CharCollection Char2CharRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection Char2CharMap.values()
          Returns a set view of the values contained in this map.
 CharCollection Char2CharMaps.EmptyMap.values()
           
 CharCollection Char2CharMaps.Singleton.values()
           
 CharCollection Char2CharMaps.SynchronizedMap.values()
           
 CharCollection Char2CharMaps.UnmodifiableMap.values()
           
 CharCollection Char2CharLinkedOpenHashMap.values()
           
 CharCollection AbstractChar2CharMap.values()
          Returns a type-specific-set view of the values of this map.
 

Methods in it.unimi.dsi.fastutil.chars with parameters of type CharCollection
 boolean CharCollection.addAll(CharCollection c)
           
 boolean CharCollections.EmptyCollection.addAll(CharCollection c)
           
 boolean CharCollections.SynchronizedCollection.addAll(CharCollection c)
           
 boolean CharCollections.UnmodifiableCollection.addAll(CharCollection c)
           
 boolean CharLists.EmptyList.addAll(CharCollection c)
           
 boolean CharLists.Singleton.addAll(CharCollection c)
           
 boolean CharSets.Singleton.addAll(CharCollection c)
           
 boolean AbstractCharList.addAll(CharCollection c)
           
 boolean AbstractCharCollection.addAll(CharCollection c)
          Adds all elements of the given type-specific collection to this collection.
 boolean AbstractCharBigList.addAll(CharCollection c)
           
 boolean CharBigLists.EmptyBigList.addAll(CharCollection c)
           
 boolean CharBigLists.Singleton.addAll(CharCollection c)
           
 boolean CharBigLists.ListBigList.addAll(CharCollection c)
           
 boolean CharLists.EmptyList.addAll(int i, CharCollection c)
           
 boolean CharLists.Singleton.addAll(int i, CharCollection c)
           
 boolean CharLists.SynchronizedList.addAll(int index, CharCollection c)
           
 boolean CharLists.UnmodifiableList.addAll(int index, CharCollection c)
           
 boolean CharArrayList.addAll(int index, CharCollection c)
           
 boolean CharList.addAll(int index, CharCollection c)
           
 boolean AbstractCharList.addAll(int index, CharCollection c)
          Delegates to a more generic method.
 boolean AbstractCharList.CharSubList.addAll(int index, CharCollection c)
           
 boolean CharBigList.addAll(long index, CharCollection c)
           
 boolean AbstractCharBigList.addAll(long index, CharCollection c)
          Delegates to a more generic method.
 boolean AbstractCharBigList.CharSubList.addAll(long index, CharCollection c)
           
 boolean CharBigLists.EmptyBigList.addAll(long i, CharCollection c)
           
 boolean CharBigLists.Singleton.addAll(long i, CharCollection c)
           
 boolean CharBigLists.SynchronizedBigList.addAll(long index, CharCollection c)
           
 boolean CharBigLists.UnmodifiableBigList.addAll(long index, CharCollection c)
           
 boolean CharBigLists.ListBigList.addAll(long index, CharCollection c)
           
 boolean CharCollection.containsAll(CharCollection c)
           
 boolean CharCollections.EmptyCollection.containsAll(CharCollection c)
           
 boolean CharCollections.SynchronizedCollection.containsAll(CharCollection c)
           
 boolean CharCollections.UnmodifiableCollection.containsAll(CharCollection c)
           
 boolean AbstractCharCollection.containsAll(CharCollection c)
          Checks whether this collection contains all elements from the given type-specific collection.
 boolean CharBigLists.ListBigList.containsAll(CharCollection c)
           
static int CharIterators.pour(CharIterator i, CharCollection s)
          Pours an iterator into a type-specific collection.
static int CharIterators.pour(CharIterator i, CharCollection s, int max)
          Pours an iterator into a type-specific collection, with a limit on the number of elements.
 boolean CharCollection.removeAll(CharCollection c)
           
 boolean CharCollections.EmptyCollection.removeAll(CharCollection c)
           
 boolean CharCollections.SynchronizedCollection.removeAll(CharCollection c)
           
 boolean CharCollections.UnmodifiableCollection.removeAll(CharCollection c)
           
 boolean CharSets.Singleton.removeAll(CharCollection c)
           
 boolean AbstractCharCollection.removeAll(CharCollection c)
          Remove from this collection all elements in the given type-specific collection.
 boolean CharBigLists.ListBigList.removeAll(CharCollection c)
           
 boolean CharCollection.retainAll(CharCollection c)
           
 boolean CharCollections.EmptyCollection.retainAll(CharCollection c)
           
 boolean CharCollections.SynchronizedCollection.retainAll(CharCollection c)
           
 boolean CharCollections.UnmodifiableCollection.retainAll(CharCollection c)
           
 boolean CharSets.Singleton.retainAll(CharCollection c)
           
 boolean AbstractCharCollection.retainAll(CharCollection c)
          Retains in this collection only elements from the given type-specific collection.
 boolean CharBigLists.ListBigList.retainAll(CharCollection c)
           
static CharCollection CharCollections.synchronize(CharCollection c)
          Returns a synchronized collection backed by the specified collection.
static CharCollection CharCollections.synchronize(CharCollection c, Object sync)
          Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
static CharCollection CharCollections.unmodifiable(CharCollection c)
          Returns an unmodifiable collection backed by the specified collection.
static long CharIterators.unwrap(CharIterator i, CharCollection c)
          Unwraps an iterator into a type-specific collection.
static int CharIterators.unwrap(CharIterator i, CharCollection c, int max)
          Unwraps an iterator into a type-specific collection, with a limit on the number of elements.
 

Constructors in it.unimi.dsi.fastutil.chars with parameters of type CharCollection
CharArrayList(CharCollection c)
          Creates a new array list and fills it with a given type-specific collection.
CharArraySet(CharCollection c)
          Creates a new array set copying the contents of a given collection.
CharAVLTreeSet(CharCollection c)
          Creates a new tree set copying a given type-specific collection.
CharBigArrayBigList(CharCollection c)
          Creates a new big-array big list and fills it with a given type-specific collection.
CharCollections.SynchronizedCollection(CharCollection c)
           
CharCollections.SynchronizedCollection(CharCollection c, Object sync)
           
CharCollections.UnmodifiableCollection(CharCollection c)
           
CharLinkedOpenCustomHashSet(CharCollection c, CharHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
CharLinkedOpenCustomHashSet(CharCollection c, float f, CharHash.Strategy strategy)
          Creates a new hash set copying a given type-specific collection.
CharLinkedOpenHashSet(CharCollection c)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
CharLinkedOpenHashSet(CharCollection c, float f)
          Creates a new hash set copying a given type-specific collection.
CharOpenCustomHashSet(CharCollection c, CharHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
CharOpenCustomHashSet(CharCollection c, float f, CharHash.Strategy strategy)
          Creates a new hash set copying a given type-specific collection.
CharOpenHashSet(CharCollection c)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
CharOpenHashSet(CharCollection c, float f)
          Creates a new hash set copying a given type-specific collection.
CharRBTreeSet(CharCollection c)
          Creates a new tree set copying a given type-specific collection.
 

Uses of CharCollection in it.unimi.dsi.fastutil.doubles
 

Classes in it.unimi.dsi.fastutil.doubles that implement CharCollection
protected  class AbstractDouble2CharSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.doubles declared as CharCollection
protected  CharCollection Double2CharOpenHashMap.values
          Cached collection of values.
protected  CharCollection Double2CharLinkedOpenHashMap.values
          Cached collection of values.
protected  CharCollection Double2CharAVLTreeMap.values
          Cached collection of values.
protected  CharCollection Double2CharMaps.Singleton.values
           
protected  CharCollection Double2CharMaps.SynchronizedMap.values
           
protected  CharCollection Double2CharMaps.UnmodifiableMap.values
           
protected  CharCollection Double2CharRBTreeMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.doubles that return CharCollection
 CharCollection Double2CharOpenHashMap.values()
           
 CharCollection Double2CharLinkedOpenHashMap.values()
           
 CharCollection AbstractDouble2CharMap.values()
          Returns a type-specific-set view of the values of this map.
 CharCollection AbstractDouble2CharSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection Double2CharAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection Double2CharMap.values()
          Returns a set view of the values contained in this map.
 CharCollection Double2CharArrayMap.values()
           
 CharCollection Double2CharSortedMap.values()
          Returns a set view of the values contained in this map.
 CharCollection Double2CharMaps.EmptyMap.values()
           
 CharCollection Double2CharMaps.Singleton.values()
           
 CharCollection Double2CharMaps.SynchronizedMap.values()
           
 CharCollection Double2CharMaps.UnmodifiableMap.values()
           
 CharCollection Double2CharRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 

Uses of CharCollection in it.unimi.dsi.fastutil.floats
 

Classes in it.unimi.dsi.fastutil.floats that implement CharCollection
protected  class AbstractFloat2CharSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.floats declared as CharCollection
protected  CharCollection Float2CharOpenHashMap.values
          Cached collection of values.
protected  CharCollection Float2CharAVLTreeMap.values
          Cached collection of values.
protected  CharCollection Float2CharRBTreeMap.values
          Cached collection of values.
protected  CharCollection Float2CharMaps.Singleton.values
           
protected  CharCollection Float2CharMaps.SynchronizedMap.values
           
protected  CharCollection Float2CharMaps.UnmodifiableMap.values
           
protected  CharCollection Float2CharLinkedOpenHashMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.floats that return CharCollection
 CharCollection Float2CharOpenHashMap.values()
           
 CharCollection Float2CharAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection Float2CharRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection AbstractFloat2CharMap.values()
          Returns a type-specific-set view of the values of this map.
 CharCollection Float2CharMaps.EmptyMap.values()
           
 CharCollection Float2CharMaps.Singleton.values()
           
 CharCollection Float2CharMaps.SynchronizedMap.values()
           
 CharCollection Float2CharMaps.UnmodifiableMap.values()
           
 CharCollection Float2CharMap.values()
          Returns a set view of the values contained in this map.
 CharCollection Float2CharSortedMap.values()
          Returns a set view of the values contained in this map.
 CharCollection Float2CharLinkedOpenHashMap.values()
           
 CharCollection Float2CharArrayMap.values()
           
 CharCollection AbstractFloat2CharSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 

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

Classes in it.unimi.dsi.fastutil.ints that implement CharCollection
protected  class AbstractInt2CharSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.ints declared as CharCollection
protected  CharCollection Int2CharLinkedOpenHashMap.values
          Cached collection of values.
protected  CharCollection Int2CharOpenHashMap.values
          Cached collection of values.
protected  CharCollection Int2CharMaps.Singleton.values
           
protected  CharCollection Int2CharMaps.SynchronizedMap.values
           
protected  CharCollection Int2CharMaps.UnmodifiableMap.values
           
protected  CharCollection Int2CharRBTreeMap.values
          Cached collection of values.
protected  CharCollection Int2CharAVLTreeMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.ints that return CharCollection
 CharCollection Int2CharLinkedOpenHashMap.values()
           
 CharCollection AbstractInt2CharSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection AbstractInt2CharMap.values()
          Returns a type-specific-set view of the values of this map.
 CharCollection Int2CharOpenHashMap.values()
           
 CharCollection Int2CharMaps.EmptyMap.values()
           
 CharCollection Int2CharMaps.Singleton.values()
           
 CharCollection Int2CharMaps.SynchronizedMap.values()
           
 CharCollection Int2CharMaps.UnmodifiableMap.values()
           
 CharCollection Int2CharRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection Int2CharMap.values()
          Returns a set view of the values contained in this map.
 CharCollection Int2CharSortedMap.values()
          Returns a set view of the values contained in this map.
 CharCollection Int2CharArrayMap.values()
           
 CharCollection Int2CharAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 

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

Classes in it.unimi.dsi.fastutil.longs that implement CharCollection
protected  class AbstractLong2CharSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.longs declared as CharCollection
protected  CharCollection Long2CharAVLTreeMap.values
          Cached collection of values.
protected  CharCollection Long2CharRBTreeMap.values
          Cached collection of values.
protected  CharCollection Long2CharMaps.Singleton.values
           
protected  CharCollection Long2CharMaps.SynchronizedMap.values
           
protected  CharCollection Long2CharMaps.UnmodifiableMap.values
           
protected  CharCollection Long2CharLinkedOpenHashMap.values
          Cached collection of values.
protected  CharCollection Long2CharOpenHashMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.longs that return CharCollection
 CharCollection Long2CharAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection AbstractLong2CharSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection Long2CharSortedMap.values()
          Returns a set view of the values contained in this map.
 CharCollection Long2CharMap.values()
          Returns a set view of the values contained in this map.
 CharCollection Long2CharRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection Long2CharMaps.EmptyMap.values()
           
 CharCollection Long2CharMaps.Singleton.values()
           
 CharCollection Long2CharMaps.SynchronizedMap.values()
           
 CharCollection Long2CharMaps.UnmodifiableMap.values()
           
 CharCollection Long2CharLinkedOpenHashMap.values()
           
 CharCollection Long2CharArrayMap.values()
           
 CharCollection AbstractLong2CharMap.values()
          Returns a type-specific-set view of the values of this map.
 CharCollection Long2CharOpenHashMap.values()
           
 

Uses of CharCollection in it.unimi.dsi.fastutil.objects
 

Classes in it.unimi.dsi.fastutil.objects that implement CharCollection
protected  class AbstractObject2CharSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
protected  class AbstractReference2CharSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.objects declared as CharCollection
protected  CharCollection Reference2CharMaps.Singleton.values
           
protected  CharCollection Reference2CharMaps.SynchronizedMap.values
           
protected  CharCollection Reference2CharMaps.UnmodifiableMap.values
           
protected  CharCollection Reference2CharLinkedOpenHashMap.values
          Cached collection of values.
protected  CharCollection Object2CharLinkedOpenCustomHashMap.values
          Cached collection of values.
protected  CharCollection Object2CharOpenHashMap.values
          Cached collection of values.
protected  CharCollection Object2CharAVLTreeMap.values
          Cached collection of values.
protected  CharCollection Reference2CharOpenHashMap.values
          Cached collection of values.
protected  CharCollection Object2CharMaps.Singleton.values
           
protected  CharCollection Object2CharMaps.SynchronizedMap.values
           
protected  CharCollection Object2CharMaps.UnmodifiableMap.values
           
protected  CharCollection Object2CharRBTreeMap.values
          Cached collection of values.
protected  CharCollection Object2CharOpenCustomHashMap.values
          Cached collection of values.
protected  CharCollection Object2CharLinkedOpenHashMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.objects that return CharCollection
 CharCollection AbstractReference2CharSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection Reference2CharMaps.EmptyMap.values()
           
 CharCollection Reference2CharMaps.Singleton.values()
           
 CharCollection Reference2CharMaps.SynchronizedMap.values()
           
 CharCollection Reference2CharMaps.UnmodifiableMap.values()
           
 CharCollection AbstractObject2CharSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection Reference2CharMap.values()
          Returns a set view of the values contained in this map.
 CharCollection Reference2CharLinkedOpenHashMap.values()
           
 CharCollection Reference2CharArrayMap.values()
           
 CharCollection AbstractReference2CharMap.values()
          Returns a type-specific-set view of the values of this map.
 CharCollection Object2CharLinkedOpenCustomHashMap.values()
           
 CharCollection Object2CharOpenHashMap.values()
           
 CharCollection AbstractObject2CharMap.values()
          Returns a type-specific-set view of the values of this map.
 CharCollection Object2CharAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection Reference2CharOpenHashMap.values()
           
 CharCollection Reference2CharSortedMap.values()
          Returns a set view of the values contained in this map.
 CharCollection Object2CharMaps.EmptyMap.values()
           
 CharCollection Object2CharMaps.Singleton.values()
           
 CharCollection Object2CharMaps.SynchronizedMap.values()
           
 CharCollection Object2CharMaps.UnmodifiableMap.values()
           
 CharCollection Object2CharRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection Object2CharSortedMap.values()
          Returns a set view of the values contained in this map.
 CharCollection Object2CharOpenCustomHashMap.values()
           
 CharCollection Object2CharMap.values()
          Returns a set view of the values contained in this map.
 CharCollection Object2CharArrayMap.values()
           
 CharCollection Object2CharLinkedOpenHashMap.values()
           
 

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

Classes in it.unimi.dsi.fastutil.shorts that implement CharCollection
protected  class AbstractShort2CharSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.shorts declared as CharCollection
protected  CharCollection Short2CharMaps.Singleton.values
           
protected  CharCollection Short2CharMaps.SynchronizedMap.values
           
protected  CharCollection Short2CharMaps.UnmodifiableMap.values
           
protected  CharCollection Short2CharRBTreeMap.values
          Cached collection of values.
protected  CharCollection Short2CharOpenHashMap.values
          Cached collection of values.
protected  CharCollection Short2CharLinkedOpenHashMap.values
          Cached collection of values.
protected  CharCollection Short2CharAVLTreeMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.shorts that return CharCollection
 CharCollection AbstractShort2CharSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection Short2CharMaps.EmptyMap.values()
           
 CharCollection Short2CharMaps.Singleton.values()
           
 CharCollection Short2CharMaps.SynchronizedMap.values()
           
 CharCollection Short2CharMaps.UnmodifiableMap.values()
           
 CharCollection Short2CharMap.values()
          Returns a set view of the values contained in this map.
 CharCollection Short2CharRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection Short2CharOpenHashMap.values()
           
 CharCollection Short2CharLinkedOpenHashMap.values()
           
 CharCollection Short2CharSortedMap.values()
          Returns a set view of the values contained in this map.
 CharCollection Short2CharAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 CharCollection AbstractShort2CharMap.values()
          Returns a type-specific-set view of the values of this map.
 CharCollection Short2CharArrayMap.values()
           
 



Copyright © 2011. All Rights Reserved.