Uses of Interface
it.unimi.dsi.fastutil.floats.FloatCollection

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

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

Fields in it.unimi.dsi.fastutil.bytes declared as FloatCollection
protected  FloatCollection Byte2FloatMaps.Singleton.values
           
protected  FloatCollection Byte2FloatMaps.SynchronizedMap.values
           
protected  FloatCollection Byte2FloatMaps.UnmodifiableMap.values
           
protected  FloatCollection Byte2FloatAVLTreeMap.values
          Cached collection of values.
protected  FloatCollection Byte2FloatRBTreeMap.values
          Cached collection of values.
protected  FloatCollection Byte2FloatLinkedOpenHashMap.values
          Cached collection of values.
protected  FloatCollection Byte2FloatOpenHashMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.bytes that return FloatCollection
 FloatCollection AbstractByte2FloatMap.values()
          Returns a type-specific-set view of the values of this map.
 FloatCollection Byte2FloatArrayMap.values()
           
 FloatCollection Byte2FloatMaps.EmptyMap.values()
           
 FloatCollection Byte2FloatMaps.Singleton.values()
           
 FloatCollection Byte2FloatMaps.SynchronizedMap.values()
           
 FloatCollection Byte2FloatMaps.UnmodifiableMap.values()
           
 FloatCollection Byte2FloatAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection AbstractByte2FloatSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection Byte2FloatRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection Byte2FloatLinkedOpenHashMap.values()
           
 FloatCollection Byte2FloatSortedMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection Byte2FloatMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection Byte2FloatOpenHashMap.values()
           
 

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

Classes in it.unimi.dsi.fastutil.chars that implement FloatCollection
protected  class AbstractChar2FloatSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.chars declared as FloatCollection
protected  FloatCollection Char2FloatAVLTreeMap.values
          Cached collection of values.
protected  FloatCollection Char2FloatLinkedOpenHashMap.values
          Cached collection of values.
protected  FloatCollection Char2FloatOpenHashMap.values
          Cached collection of values.
protected  FloatCollection Char2FloatMaps.Singleton.values
           
protected  FloatCollection Char2FloatMaps.SynchronizedMap.values
           
protected  FloatCollection Char2FloatMaps.UnmodifiableMap.values
           
protected  FloatCollection Char2FloatRBTreeMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.chars that return FloatCollection
 FloatCollection Char2FloatArrayMap.values()
           
 FloatCollection Char2FloatAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection AbstractChar2FloatMap.values()
          Returns a type-specific-set view of the values of this map.
 FloatCollection Char2FloatLinkedOpenHashMap.values()
           
 FloatCollection Char2FloatOpenHashMap.values()
           
 FloatCollection Char2FloatMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection AbstractChar2FloatSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection Char2FloatSortedMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection Char2FloatMaps.EmptyMap.values()
           
 FloatCollection Char2FloatMaps.Singleton.values()
           
 FloatCollection Char2FloatMaps.SynchronizedMap.values()
           
 FloatCollection Char2FloatMaps.UnmodifiableMap.values()
           
 FloatCollection Char2FloatRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 

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

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

Fields in it.unimi.dsi.fastutil.doubles declared as FloatCollection
protected  FloatCollection Double2FloatLinkedOpenHashMap.values
          Cached collection of values.
protected  FloatCollection Double2FloatRBTreeMap.values
          Cached collection of values.
protected  FloatCollection Double2FloatOpenHashMap.values
          Cached collection of values.
protected  FloatCollection Double2FloatAVLTreeMap.values
          Cached collection of values.
protected  FloatCollection Double2FloatMaps.Singleton.values
           
protected  FloatCollection Double2FloatMaps.SynchronizedMap.values
           
protected  FloatCollection Double2FloatMaps.UnmodifiableMap.values
           
 

Methods in it.unimi.dsi.fastutil.doubles that return FloatCollection
 FloatCollection Double2FloatSortedMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection Double2FloatLinkedOpenHashMap.values()
           
 FloatCollection Double2FloatMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection AbstractDouble2FloatSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection AbstractDouble2FloatMap.values()
          Returns a type-specific-set view of the values of this map.
 FloatCollection Double2FloatRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection Double2FloatOpenHashMap.values()
           
 FloatCollection Double2FloatArrayMap.values()
           
 FloatCollection Double2FloatAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection Double2FloatMaps.EmptyMap.values()
           
 FloatCollection Double2FloatMaps.Singleton.values()
           
 FloatCollection Double2FloatMaps.SynchronizedMap.values()
           
 FloatCollection Double2FloatMaps.UnmodifiableMap.values()
           
 

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

Subinterfaces of FloatCollection in it.unimi.dsi.fastutil.floats
 interface FloatBigList
          A type-specific BigList; provides some additional methods that use polymorphism to avoid (un)boxing.
 interface FloatList
          A type-specific List; provides some additional methods that use polymorphism to avoid (un)boxing.
 interface FloatSet
          A type-specific Set; provides some additional methods that use polymorphism to avoid (un)boxing.
 interface FloatSortedSet
          A type-specific SortedSet; provides some additional methods that use polymorphism to avoid (un)boxing.
 

Classes in it.unimi.dsi.fastutil.floats that implement FloatCollection
protected  class AbstractFloat2BooleanSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2ByteSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2CharSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2DoubleSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2FloatSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2FloatSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
protected  class AbstractFloat2IntSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2LongSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2ObjectSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2ReferenceSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
protected  class AbstractFloat2ShortSortedMap.KeySet
          A wrapper exhibiting the keys of a map.
 class AbstractFloatBigList
          An abstract class providing basic methods for big lists implementing a type-specific big list interface.
static class AbstractFloatBigList.FloatSubList
           
 class AbstractFloatCollection
          An abstract class providing basic methods for collections implementing a type-specific interface.
 class AbstractFloatList
          An abstract class providing basic methods for lists implementing a type-specific list interface.
static class AbstractFloatList.FloatSubList
           
 class AbstractFloatSet
          An abstract class providing basic methods for sets implementing a type-specific interface.
 class AbstractFloatSortedSet
          An abstract class providing basic methods for sorted sets implementing a type-specific interface.
 class FloatArrayList
          A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing.
 class FloatArraySet
          A simple, brute-force implementation of a set based on a backing array.
 class FloatAVLTreeSet
          A type-specific AVL tree set with a fast, small-footprint implementation.
 class FloatBigArrayBigList
          A type-specific big list based on a big array; provides some additional methods that use polymorphism to avoid (un)boxing.
static class FloatBigLists.EmptyBigList
          An immutable class representing an empty type-specific big list.
static class FloatBigLists.ListBigList
          A class exposing a list as a big list.
static class FloatBigLists.Singleton
          An immutable class representing a type-specific singleton big list.
static class FloatBigLists.SynchronizedBigList
          A synchronized wrapper class for big lists.
static class FloatBigLists.UnmodifiableBigList
          An unmodifiable wrapper class for big lists.
static class FloatCollections.EmptyCollection
          An immutable class representing an empty type-specific collection.
static class FloatCollections.IterableCollection
          A collection wrapper class for iterables.
static class FloatCollections.SynchronizedCollection
          A synchronized wrapper class for collections.
static class FloatCollections.UnmodifiableCollection
          An unmodifiable wrapper class for collections.
 class FloatLinkedOpenCustomHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
 class FloatLinkedOpenHashSet
          A type-specific linked hash set with with a fast, small-footprint implementation.
static class FloatLists.EmptyList
          An immutable class representing an empty type-specific list.
static class FloatLists.Singleton
          An immutable class representing a type-specific singleton list.
static class FloatLists.SynchronizedList
          A synchronized wrapper class for lists.
static class FloatLists.UnmodifiableList
          An unmodifiable wrapper class for lists.
 class FloatOpenCustomHashSet
          A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time.
 class FloatOpenHashBigSet
          A type-specific hash big set with with a fast, small-footprint implementation.
 class FloatOpenHashSet
          A type-specific hash set with with a fast, small-footprint implementation.
 class FloatRBTreeSet
          A type-specific red-black tree set with a fast, small-footprint implementation.
static class FloatSets.EmptySet
          An immutable class representing the empty set and implementing a type-specific set interface.
static class FloatSets.Singleton
          An immutable class representing a type-specific singleton set.
static class FloatSets.SynchronizedSet
          A synchronized wrapper class for sets.
static class FloatSets.UnmodifiableSet
          An unmodifiable wrapper class for sets.
static class FloatSortedSets.EmptySet
          An immutable class representing the empty sorted set and implementing a type-specific set interface.
static class FloatSortedSets.Singleton
          A class representing a singleton sorted set.
static class FloatSortedSets.SynchronizedSortedSet
          A synchronized wrapper class for sorted sets.
static class FloatSortedSets.UnmodifiableSortedSet
          An unmodifiable wrapper class for sorted sets.
 

Fields in it.unimi.dsi.fastutil.floats declared as FloatCollection
protected  FloatCollection FloatCollections.SynchronizedCollection.collection
           
protected  FloatCollection FloatCollections.UnmodifiableCollection.collection
           
protected  FloatCollection Float2FloatLinkedOpenHashMap.values
          Cached collection of values.
protected  FloatCollection Float2FloatAVLTreeMap.values
          Cached collection of values.
protected  FloatCollection Float2FloatOpenHashMap.values
          Cached collection of values.
protected  FloatCollection Float2FloatMaps.Singleton.values
           
protected  FloatCollection Float2FloatMaps.SynchronizedMap.values
           
protected  FloatCollection Float2FloatMaps.UnmodifiableMap.values
           
protected  FloatCollection Float2FloatRBTreeMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.floats that return FloatCollection
static FloatCollection FloatCollections.asCollection(FloatIterable iterable)
          Returns an unmodifiable collection backed by the specified iterable.
static FloatCollection FloatCollections.synchronize(FloatCollection c)
          Returns a synchronized collection backed by the specified collection.
static FloatCollection FloatCollections.synchronize(FloatCollection c, Object sync)
          Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
static FloatCollection FloatCollections.unmodifiable(FloatCollection c)
          Returns an unmodifiable collection backed by the specified collection.
 FloatCollection Float2FloatMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection Float2FloatSortedMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection Float2FloatLinkedOpenHashMap.values()
           
 FloatCollection Float2FloatArrayMap.values()
           
 FloatCollection AbstractFloat2FloatMap.values()
          Returns a type-specific-set view of the values of this map.
 FloatCollection Float2FloatAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection Float2FloatOpenHashMap.values()
           
 FloatCollection AbstractFloat2FloatSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection Float2FloatMaps.EmptyMap.values()
           
 FloatCollection Float2FloatMaps.Singleton.values()
           
 FloatCollection Float2FloatMaps.SynchronizedMap.values()
           
 FloatCollection Float2FloatMaps.UnmodifiableMap.values()
           
 FloatCollection Float2FloatRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 

Methods in it.unimi.dsi.fastutil.floats with parameters of type FloatCollection
 boolean AbstractFloatList.addAll(FloatCollection c)
           
 boolean FloatCollections.EmptyCollection.addAll(FloatCollection c)
           
 boolean FloatCollections.SynchronizedCollection.addAll(FloatCollection c)
           
 boolean FloatCollections.UnmodifiableCollection.addAll(FloatCollection c)
           
 boolean FloatLists.EmptyList.addAll(FloatCollection c)
           
 boolean FloatLists.Singleton.addAll(FloatCollection c)
           
 boolean AbstractFloatCollection.addAll(FloatCollection c)
          Adds all elements of the given type-specific collection to this collection.
 boolean FloatBigLists.EmptyBigList.addAll(FloatCollection c)
           
 boolean FloatBigLists.Singleton.addAll(FloatCollection c)
           
 boolean FloatBigLists.ListBigList.addAll(FloatCollection c)
           
 boolean FloatCollection.addAll(FloatCollection c)
           
 boolean AbstractFloatBigList.addAll(FloatCollection c)
           
 boolean FloatSets.Singleton.addAll(FloatCollection c)
           
 boolean AbstractFloatList.addAll(int index, FloatCollection c)
          Delegates to a more generic method.
 boolean AbstractFloatList.FloatSubList.addAll(int index, FloatCollection c)
           
 boolean FloatList.addAll(int index, FloatCollection c)
           
 boolean FloatArrayList.addAll(int index, FloatCollection c)
           
 boolean FloatLists.EmptyList.addAll(int i, FloatCollection c)
           
 boolean FloatLists.Singleton.addAll(int i, FloatCollection c)
           
 boolean FloatLists.SynchronizedList.addAll(int index, FloatCollection c)
           
 boolean FloatLists.UnmodifiableList.addAll(int index, FloatCollection c)
           
 boolean FloatBigList.addAll(long index, FloatCollection c)
           
 boolean FloatBigLists.EmptyBigList.addAll(long i, FloatCollection c)
           
 boolean FloatBigLists.Singleton.addAll(long i, FloatCollection c)
           
 boolean FloatBigLists.SynchronizedBigList.addAll(long index, FloatCollection c)
           
 boolean FloatBigLists.UnmodifiableBigList.addAll(long index, FloatCollection c)
           
 boolean FloatBigLists.ListBigList.addAll(long index, FloatCollection c)
           
 boolean AbstractFloatBigList.addAll(long index, FloatCollection c)
          Delegates to a more generic method.
 boolean AbstractFloatBigList.FloatSubList.addAll(long index, FloatCollection c)
           
 boolean FloatCollections.EmptyCollection.containsAll(FloatCollection c)
           
 boolean FloatCollections.SynchronizedCollection.containsAll(FloatCollection c)
           
 boolean FloatCollections.UnmodifiableCollection.containsAll(FloatCollection c)
           
 boolean AbstractFloatCollection.containsAll(FloatCollection c)
          Checks whether this collection contains all elements from the given type-specific collection.
 boolean FloatBigLists.ListBigList.containsAll(FloatCollection c)
           
 boolean FloatCollection.containsAll(FloatCollection c)
           
static int FloatIterators.pour(FloatIterator i, FloatCollection s)
          Pours an iterator into a type-specific collection.
static int FloatIterators.pour(FloatIterator i, FloatCollection s, int max)
          Pours an iterator into a type-specific collection, with a limit on the number of elements.
 boolean FloatCollections.EmptyCollection.removeAll(FloatCollection c)
           
 boolean FloatCollections.SynchronizedCollection.removeAll(FloatCollection c)
           
 boolean FloatCollections.UnmodifiableCollection.removeAll(FloatCollection c)
           
 boolean AbstractFloatCollection.removeAll(FloatCollection c)
          Remove from this collection all elements in the given type-specific collection.
 boolean FloatBigLists.ListBigList.removeAll(FloatCollection c)
           
 boolean FloatCollection.removeAll(FloatCollection c)
           
 boolean FloatSets.Singleton.removeAll(FloatCollection c)
           
 boolean FloatCollections.EmptyCollection.retainAll(FloatCollection c)
           
 boolean FloatCollections.SynchronizedCollection.retainAll(FloatCollection c)
           
 boolean FloatCollections.UnmodifiableCollection.retainAll(FloatCollection c)
           
 boolean AbstractFloatCollection.retainAll(FloatCollection c)
          Retains in this collection only elements from the given type-specific collection.
 boolean FloatBigLists.ListBigList.retainAll(FloatCollection c)
           
 boolean FloatCollection.retainAll(FloatCollection c)
           
 boolean FloatSets.Singleton.retainAll(FloatCollection c)
           
static FloatCollection FloatCollections.synchronize(FloatCollection c)
          Returns a synchronized collection backed by the specified collection.
static FloatCollection FloatCollections.synchronize(FloatCollection c, Object sync)
          Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize.
static FloatCollection FloatCollections.unmodifiable(FloatCollection c)
          Returns an unmodifiable collection backed by the specified collection.
static long FloatIterators.unwrap(FloatIterator i, FloatCollection c)
          Unwraps an iterator into a type-specific collection.
static int FloatIterators.unwrap(FloatIterator i, FloatCollection 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.floats with parameters of type FloatCollection
FloatArrayList(FloatCollection c)
          Creates a new array list and fills it with a given type-specific collection.
FloatArraySet(FloatCollection c)
          Creates a new array set copying the contents of a given collection.
FloatAVLTreeSet(FloatCollection c)
          Creates a new tree set copying a given type-specific collection.
FloatBigArrayBigList(FloatCollection c)
          Creates a new big-array big list and fills it with a given type-specific collection.
FloatCollections.SynchronizedCollection(FloatCollection c)
           
FloatCollections.SynchronizedCollection(FloatCollection c, Object sync)
           
FloatCollections.UnmodifiableCollection(FloatCollection c)
           
FloatLinkedOpenCustomHashSet(FloatCollection c, float f, FloatHash.Strategy strategy)
          Creates a new hash set copying a given type-specific collection.
FloatLinkedOpenCustomHashSet(FloatCollection c, FloatHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
FloatLinkedOpenHashSet(FloatCollection c)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
FloatLinkedOpenHashSet(FloatCollection c, float f)
          Creates a new hash set copying a given type-specific collection.
FloatOpenCustomHashSet(FloatCollection c, float f, FloatHash.Strategy strategy)
          Creates a new hash set copying a given type-specific collection.
FloatOpenCustomHashSet(FloatCollection c, FloatHash.Strategy strategy)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
FloatOpenHashBigSet(FloatCollection c)
          Creates a new hash big set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
FloatOpenHashBigSet(FloatCollection c, float f)
          Creates a new hash big set copying a given type-specific collection.
FloatOpenHashSet(FloatCollection c)
          Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor copying a given type-specific collection.
FloatOpenHashSet(FloatCollection c, float f)
          Creates a new hash set copying a given type-specific collection.
FloatRBTreeSet(FloatCollection c)
          Creates a new tree set copying a given type-specific collection.
 

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

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

Fields in it.unimi.dsi.fastutil.ints declared as FloatCollection
protected  FloatCollection Int2FloatAVLTreeMap.values
          Cached collection of values.
protected  FloatCollection Int2FloatRBTreeMap.values
          Cached collection of values.
protected  FloatCollection Int2FloatMaps.Singleton.values
           
protected  FloatCollection Int2FloatMaps.SynchronizedMap.values
           
protected  FloatCollection Int2FloatMaps.UnmodifiableMap.values
           
protected  FloatCollection Int2FloatOpenHashMap.values
          Cached collection of values.
protected  FloatCollection Int2FloatLinkedOpenHashMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.ints that return FloatCollection
 FloatCollection AbstractInt2FloatMap.values()
          Returns a type-specific-set view of the values of this map.
 FloatCollection Int2FloatMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection Int2FloatAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection Int2FloatRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection Int2FloatMaps.EmptyMap.values()
           
 FloatCollection Int2FloatMaps.Singleton.values()
           
 FloatCollection Int2FloatMaps.SynchronizedMap.values()
           
 FloatCollection Int2FloatMaps.UnmodifiableMap.values()
           
 FloatCollection AbstractInt2FloatSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection Int2FloatOpenHashMap.values()
           
 FloatCollection Int2FloatSortedMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection Int2FloatArrayMap.values()
           
 FloatCollection Int2FloatLinkedOpenHashMap.values()
           
 

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

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

Fields in it.unimi.dsi.fastutil.longs declared as FloatCollection
protected  FloatCollection Long2FloatOpenHashMap.values
          Cached collection of values.
protected  FloatCollection Long2FloatMaps.Singleton.values
           
protected  FloatCollection Long2FloatMaps.SynchronizedMap.values
           
protected  FloatCollection Long2FloatMaps.UnmodifiableMap.values
           
protected  FloatCollection Long2FloatAVLTreeMap.values
          Cached collection of values.
protected  FloatCollection Long2FloatRBTreeMap.values
          Cached collection of values.
protected  FloatCollection Long2FloatLinkedOpenHashMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.longs that return FloatCollection
 FloatCollection Long2FloatOpenHashMap.values()
           
 FloatCollection Long2FloatMaps.EmptyMap.values()
           
 FloatCollection Long2FloatMaps.Singleton.values()
           
 FloatCollection Long2FloatMaps.SynchronizedMap.values()
           
 FloatCollection Long2FloatMaps.UnmodifiableMap.values()
           
 FloatCollection Long2FloatMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection Long2FloatAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection AbstractLong2FloatMap.values()
          Returns a type-specific-set view of the values of this map.
 FloatCollection AbstractLong2FloatSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection Long2FloatRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection Long2FloatSortedMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection Long2FloatArrayMap.values()
           
 FloatCollection Long2FloatLinkedOpenHashMap.values()
           
 

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

Classes in it.unimi.dsi.fastutil.objects that implement FloatCollection
protected  class AbstractObject2FloatSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
protected  class AbstractReference2FloatSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

Fields in it.unimi.dsi.fastutil.objects declared as FloatCollection
protected  FloatCollection Object2FloatOpenHashMap.values
          Cached collection of values.
protected  FloatCollection Reference2FloatOpenHashMap.values
          Cached collection of values.
protected  FloatCollection Object2FloatLinkedOpenHashMap.values
          Cached collection of values.
protected  FloatCollection Object2FloatLinkedOpenCustomHashMap.values
          Cached collection of values.
protected  FloatCollection Reference2FloatMaps.Singleton.values
           
protected  FloatCollection Reference2FloatMaps.SynchronizedMap.values
           
protected  FloatCollection Reference2FloatMaps.UnmodifiableMap.values
           
protected  FloatCollection Object2FloatOpenCustomHashMap.values
          Cached collection of values.
protected  FloatCollection Object2FloatAVLTreeMap.values
          Cached collection of values.
protected  FloatCollection Reference2FloatLinkedOpenHashMap.values
          Cached collection of values.
protected  FloatCollection Object2FloatRBTreeMap.values
          Cached collection of values.
protected  FloatCollection Object2FloatMaps.Singleton.values
           
protected  FloatCollection Object2FloatMaps.SynchronizedMap.values
           
protected  FloatCollection Object2FloatMaps.UnmodifiableMap.values
           
 

Methods in it.unimi.dsi.fastutil.objects that return FloatCollection
 FloatCollection Object2FloatOpenHashMap.values()
           
 FloatCollection Reference2FloatOpenHashMap.values()
           
 FloatCollection Object2FloatMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection Reference2FloatMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection Reference2FloatSortedMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection AbstractObject2FloatMap.values()
          Returns a type-specific-set view of the values of this map.
 FloatCollection AbstractObject2FloatSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection Object2FloatSortedMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection Object2FloatLinkedOpenHashMap.values()
           
 FloatCollection Reference2FloatArrayMap.values()
           
 FloatCollection Object2FloatLinkedOpenCustomHashMap.values()
           
 FloatCollection Reference2FloatMaps.EmptyMap.values()
           
 FloatCollection Reference2FloatMaps.Singleton.values()
           
 FloatCollection Reference2FloatMaps.SynchronizedMap.values()
           
 FloatCollection Reference2FloatMaps.UnmodifiableMap.values()
           
 FloatCollection Object2FloatOpenCustomHashMap.values()
           
 FloatCollection Object2FloatArrayMap.values()
           
 FloatCollection Object2FloatAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection AbstractReference2FloatMap.values()
          Returns a type-specific-set view of the values of this map.
 FloatCollection Reference2FloatLinkedOpenHashMap.values()
           
 FloatCollection Object2FloatRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection Object2FloatMaps.EmptyMap.values()
           
 FloatCollection Object2FloatMaps.Singleton.values()
           
 FloatCollection Object2FloatMaps.SynchronizedMap.values()
           
 FloatCollection Object2FloatMaps.UnmodifiableMap.values()
           
 FloatCollection AbstractReference2FloatSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 

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

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

Fields in it.unimi.dsi.fastutil.shorts declared as FloatCollection
protected  FloatCollection Short2FloatRBTreeMap.values
          Cached collection of values.
protected  FloatCollection Short2FloatOpenHashMap.values
          Cached collection of values.
protected  FloatCollection Short2FloatAVLTreeMap.values
          Cached collection of values.
protected  FloatCollection Short2FloatMaps.Singleton.values
           
protected  FloatCollection Short2FloatMaps.SynchronizedMap.values
           
protected  FloatCollection Short2FloatMaps.UnmodifiableMap.values
           
protected  FloatCollection Short2FloatLinkedOpenHashMap.values
          Cached collection of values.
 

Methods in it.unimi.dsi.fastutil.shorts that return FloatCollection
 FloatCollection Short2FloatMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection Short2FloatRBTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection Short2FloatOpenHashMap.values()
           
 FloatCollection AbstractShort2FloatMap.values()
          Returns a type-specific-set view of the values of this map.
 FloatCollection Short2FloatSortedMap.values()
          Returns a set view of the values contained in this map.
 FloatCollection Short2FloatAVLTreeMap.values()
          Returns a type-specific collection view of the values contained in this map.
 FloatCollection Short2FloatMaps.EmptyMap.values()
           
 FloatCollection Short2FloatMaps.Singleton.values()
           
 FloatCollection Short2FloatMaps.SynchronizedMap.values()
           
 FloatCollection Short2FloatMaps.UnmodifiableMap.values()
           
 FloatCollection Short2FloatLinkedOpenHashMap.values()
           
 FloatCollection Short2FloatArrayMap.values()
           
 FloatCollection AbstractShort2FloatSortedMap.values()
          Returns a type-specific collection view of the values contained in this map.
 



Copyright © 2011. All Rights Reserved.