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

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

Subclasses of AbstractReferenceCollection in it.unimi.dsi.fastutil.bytes
protected  class AbstractByte2ReferenceSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

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

Subclasses of AbstractReferenceCollection in it.unimi.dsi.fastutil.chars
protected  class AbstractChar2ReferenceSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

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

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

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

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

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

Subclasses of AbstractReferenceCollection in it.unimi.dsi.fastutil.ints
protected  class AbstractInt2ReferenceSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

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

Subclasses of AbstractReferenceCollection in it.unimi.dsi.fastutil.longs
protected  class AbstractLong2ReferenceSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

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

Subclasses of AbstractReferenceCollection in it.unimi.dsi.fastutil.objects
protected  class AbstractObject2ReferenceSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
protected  class AbstractReference2BooleanSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2ByteSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2CharSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2DoubleSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2FloatSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2IntSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2LongSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2ObjectSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2ReferenceSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractReference2ReferenceSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
protected  class AbstractReference2ShortSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
 class AbstractReferenceBigList<K>
          An abstract class providing basic methods for big lists implementing a type-specific big list interface.
static class AbstractReferenceBigList.ReferenceSubList<K>
           
 class AbstractReferenceList<K>
          An abstract class providing basic methods for lists implementing a type-specific list interface.
static class AbstractReferenceList.ReferenceSubList<K>
           
 class AbstractReferenceSet<K>
          An abstract class providing basic methods for sets implementing a type-specific interface.
 class AbstractReferenceSortedSet<K>
          An abstract class providing basic methods for sorted sets implementing a type-specific interface.
 class ReferenceArrayList<K>
          A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
 class ReferenceArraySet<K>
          A simple, brute-force implementation of a set based on a backing array.
 class ReferenceBigArrayBigList<K>
          A type-specific big-array-based big list; provides some additional methods that use polymorphism to avoid (un)boxing.
static class ReferenceBigLists.EmptyBigList<K>
          An immutable class representing an empty type-specific big list.
static class ReferenceBigLists.ListBigList<K>
          A class exposing a list as a big list.
static class ReferenceBigLists.Singleton<K>
          An immutable class representing a type-specific singleton big list.
static class ReferenceCollections.EmptyCollection<K>
          An immutable class representing an empty type-specific collection.
static class ReferenceCollections.IterableCollection<K>
          A collection wrapper class for iterables.
 class ReferenceLinkedOpenHashSet<K>
          A type-specific linked hash set with with a fast, small-footprint implementation.
static class ReferenceLists.EmptyList<K>
          An immutable class representing an empty type-specific list.
static class ReferenceLists.Singleton<K>
          An immutable class representing a type-specific singleton list.
 class ReferenceOpenHashBigSet<K>
          A type-specific hash big set with with a fast, small-footprint implementation.
 class ReferenceOpenHashSet<K>
          A type-specific hash set with with a fast, small-footprint implementation.
static class ReferenceSets.EmptySet<K>
          An immutable class representing the empty set and implementing a type-specific set interface.
static class ReferenceSets.Singleton<K>
          An immutable class representing a type-specific singleton set.
static class ReferenceSortedSets.EmptySet<K>
          An immutable class representing the empty sorted set and implementing a type-specific set interface.
static class ReferenceSortedSets.Singleton<K>
          A class representing a singleton sorted set.
 

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

Subclasses of AbstractReferenceCollection in it.unimi.dsi.fastutil.shorts
protected  class AbstractShort2ReferenceSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 



Copyright © 2011. All Rights Reserved.