Uses of Class
it.unimi.dsi.fastutil.objects.AbstractObjectCollection

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

Subclasses of AbstractObjectCollection in it.unimi.dsi.fastutil.bytes
protected  class AbstractByte2ObjectSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 class ByteArrayFrontCodedList
          Compact storage of lists of arrays using front coding.
 

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

Subclasses of AbstractObjectCollection in it.unimi.dsi.fastutil.chars
protected  class AbstractChar2ObjectSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 class CharArrayFrontCodedList
          Compact storage of lists of arrays using front coding.
 

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

Subclasses of AbstractObjectCollection in it.unimi.dsi.fastutil.doubles
protected  class AbstractDouble2ObjectSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

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

Subclasses of AbstractObjectCollection in it.unimi.dsi.fastutil.floats
protected  class AbstractFloat2ObjectSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

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

Subclasses of AbstractObjectCollection in it.unimi.dsi.fastutil.ints
protected  class AbstractInt2ObjectSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 class IntArrayFrontCodedList
          Compact storage of lists of arrays using front coding.
 

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

Subclasses of AbstractObjectCollection in it.unimi.dsi.fastutil.longs
protected  class AbstractLong2ObjectSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 class LongArrayFrontCodedList
          Compact storage of lists of arrays using front coding.
 

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

Subclasses of AbstractObjectCollection in it.unimi.dsi.fastutil.objects
protected  class AbstractObject2BooleanSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractObject2ByteSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractObject2CharSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractObject2DoubleSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractObject2FloatSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractObject2IntSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractObject2LongSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractObject2ObjectSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractObject2ObjectSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
protected  class AbstractObject2ReferenceSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractObject2ShortSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
 class AbstractObjectBigList<K>
          An abstract class providing basic methods for big lists implementing a type-specific big list interface.
static class AbstractObjectBigList.ObjectSubList<K>
           
 class AbstractObjectList<K>
          An abstract class providing basic methods for lists implementing a type-specific list interface.
static class AbstractObjectList.ObjectSubList<K>
           
 class AbstractObjectSet<K>
          An abstract class providing basic methods for sets implementing a type-specific interface.
 class AbstractObjectSortedSet<K>
          An abstract class providing basic methods for sorted sets implementing a type-specific interface.
protected  class AbstractReference2ObjectSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 class ObjectArrayList<K>
          A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
 class ObjectArraySet<K>
          A simple, brute-force implementation of a set based on a backing array.
 class ObjectAVLTreeSet<K>
          A type-specific AVL tree set with a fast, small-footprint implementation.
 class ObjectBigArrayBigList<K>
          A type-specific big-array-based big list; provides some additional methods that use polymorphism to avoid (un)boxing.
static class ObjectBigLists.EmptyBigList<K>
          An immutable class representing an empty type-specific big list.
static class ObjectBigLists.ListBigList<K>
          A class exposing a list as a big list.
static class ObjectBigLists.Singleton<K>
          An immutable class representing a type-specific singleton big list.
static class ObjectCollections.EmptyCollection<K>
          An immutable class representing an empty type-specific collection.
static class ObjectCollections.IterableCollection<K>
          A collection wrapper class for iterables.
 class ObjectLinkedOpenCustomHashSet<K>
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class ObjectLinkedOpenHashSet<K>
          A type-specific linked hash set with with a fast, small-footprint implementation.
static class ObjectLists.EmptyList<K>
          An immutable class representing an empty type-specific list.
static class ObjectLists.Singleton<K>
          An immutable class representing a type-specific singleton list.
 class ObjectOpenCustomHashSet<K>
          A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
 class ObjectOpenHashBigSet<K>
          A type-specific hash big set with with a fast, small-footprint implementation.
 class ObjectOpenHashSet<K>
          A type-specific hash set with with a fast, small-footprint implementation.
 class ObjectRBTreeSet<K>
          A type-specific red-black tree set with a fast, small-footprint implementation.
static class ObjectSets.EmptySet<K>
          An immutable class representing the empty set and implementing a type-specific set interface.
static class ObjectSets.Singleton<K>
          An immutable class representing a type-specific singleton set.
static class ObjectSortedSets.EmptySet<K>
          An immutable class representing the empty sorted set and implementing a type-specific set interface.
static class ObjectSortedSets.Singleton<K>
          A class representing a singleton sorted set.
 

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

Subclasses of AbstractObjectCollection in it.unimi.dsi.fastutil.shorts
protected  class AbstractShort2ObjectSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 class ShortArrayFrontCodedList
          Compact storage of lists of arrays using front coding.
 



Copyright © 2011. All Rights Reserved.