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

Packages that use CharIterable
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 CharIterable in it.unimi.dsi.fastutil.bytes
 

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

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

Subinterfaces of CharIterable in it.unimi.dsi.fastutil.chars
 interface CharBigList
          A type-specific BigList; provides some additional methods that use polymorphism to avoid (un)boxing.
 interface CharCollection
          A type-specific Collection; 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 CharIterable
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 CharIterable
protected  CharIterable CharCollections.IterableCollection.iterable
           
 

Methods in it.unimi.dsi.fastutil.chars with parameters of type CharIterable
static CharCollection CharCollections.asCollection(CharIterable iterable)
          Returns an unmodifiable collection backed by the specified iterable.
 

Constructors in it.unimi.dsi.fastutil.chars with parameters of type CharIterable
CharCollections.IterableCollection(CharIterable iterable)
           
 

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

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

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

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

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

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

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

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

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

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

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

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



Copyright © 2011. All Rights Reserved.