|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoubleCollection | |
---|---|
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 DoubleCollection in it.unimi.dsi.fastutil.bytes |
---|
Classes in it.unimi.dsi.fastutil.bytes that implement DoubleCollection | |
---|---|
protected class |
AbstractByte2DoubleSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
Fields in it.unimi.dsi.fastutil.bytes declared as DoubleCollection | |
---|---|
protected DoubleCollection |
Byte2DoubleAVLTreeMap.values
Cached collection of values. |
protected DoubleCollection |
Byte2DoubleOpenHashMap.values
Cached collection of values. |
protected DoubleCollection |
Byte2DoubleRBTreeMap.values
Cached collection of values. |
protected DoubleCollection |
Byte2DoubleMaps.Singleton.values
|
protected DoubleCollection |
Byte2DoubleMaps.SynchronizedMap.values
|
protected DoubleCollection |
Byte2DoubleMaps.UnmodifiableMap.values
|
protected DoubleCollection |
Byte2DoubleLinkedOpenHashMap.values
Cached collection of values. |
Methods in it.unimi.dsi.fastutil.bytes that return DoubleCollection | |
---|---|
DoubleCollection |
AbstractByte2DoubleSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Byte2DoubleAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Byte2DoubleSortedMap.values()
Returns a set view of the values contained in this map. |
DoubleCollection |
AbstractByte2DoubleMap.values()
Returns a type-specific-set view of the values of this map. |
DoubleCollection |
Byte2DoubleMap.values()
Returns a set view of the values contained in this map. |
DoubleCollection |
Byte2DoubleArrayMap.values()
|
DoubleCollection |
Byte2DoubleOpenHashMap.values()
|
DoubleCollection |
Byte2DoubleRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Byte2DoubleMaps.EmptyMap.values()
|
DoubleCollection |
Byte2DoubleMaps.Singleton.values()
|
DoubleCollection |
Byte2DoubleMaps.SynchronizedMap.values()
|
DoubleCollection |
Byte2DoubleMaps.UnmodifiableMap.values()
|
DoubleCollection |
Byte2DoubleLinkedOpenHashMap.values()
|
Uses of DoubleCollection in it.unimi.dsi.fastutil.chars |
---|
Classes in it.unimi.dsi.fastutil.chars that implement DoubleCollection | |
---|---|
protected class |
AbstractChar2DoubleSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
Fields in it.unimi.dsi.fastutil.chars declared as DoubleCollection | |
---|---|
protected DoubleCollection |
Char2DoubleRBTreeMap.values
Cached collection of values. |
protected DoubleCollection |
Char2DoubleOpenHashMap.values
Cached collection of values. |
protected DoubleCollection |
Char2DoubleMaps.Singleton.values
|
protected DoubleCollection |
Char2DoubleMaps.SynchronizedMap.values
|
protected DoubleCollection |
Char2DoubleMaps.UnmodifiableMap.values
|
protected DoubleCollection |
Char2DoubleAVLTreeMap.values
Cached collection of values. |
protected DoubleCollection |
Char2DoubleLinkedOpenHashMap.values
Cached collection of values. |
Methods in it.unimi.dsi.fastutil.chars that return DoubleCollection | |
---|---|
DoubleCollection |
Char2DoubleArrayMap.values()
|
DoubleCollection |
Char2DoubleRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Char2DoubleOpenHashMap.values()
|
DoubleCollection |
Char2DoubleMaps.EmptyMap.values()
|
DoubleCollection |
Char2DoubleMaps.Singleton.values()
|
DoubleCollection |
Char2DoubleMaps.SynchronizedMap.values()
|
DoubleCollection |
Char2DoubleMaps.UnmodifiableMap.values()
|
DoubleCollection |
Char2DoubleAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Char2DoubleLinkedOpenHashMap.values()
|
DoubleCollection |
Char2DoubleMap.values()
Returns a set view of the values contained in this map. |
DoubleCollection |
AbstractChar2DoubleSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
AbstractChar2DoubleMap.values()
Returns a type-specific-set view of the values of this map. |
DoubleCollection |
Char2DoubleSortedMap.values()
Returns a set view of the values contained in this map. |
Uses of DoubleCollection in it.unimi.dsi.fastutil.doubles |
---|
Subinterfaces of DoubleCollection in it.unimi.dsi.fastutil.doubles | |
---|---|
interface |
DoubleBigList
A type-specific BigList ; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
DoubleList
A type-specific List ; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
DoubleSet
A type-specific Set ; provides some additional methods that use polymorphism to avoid (un)boxing. |
interface |
DoubleSortedSet
A type-specific SortedSet ; provides some additional methods that use polymorphism to avoid (un)boxing. |
Classes in it.unimi.dsi.fastutil.doubles that implement DoubleCollection | |
---|---|
protected class |
AbstractDouble2BooleanSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractDouble2ByteSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractDouble2CharSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractDouble2DoubleSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractDouble2DoubleSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
protected class |
AbstractDouble2FloatSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractDouble2IntSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractDouble2LongSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractDouble2ObjectSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractDouble2ReferenceSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
protected class |
AbstractDouble2ShortSortedMap.KeySet
A wrapper exhibiting the keys of a map. |
class |
AbstractDoubleBigList
An abstract class providing basic methods for big lists implementing a type-specific big list interface. |
static class |
AbstractDoubleBigList.DoubleSubList
|
class |
AbstractDoubleCollection
An abstract class providing basic methods for collections implementing a type-specific interface. |
class |
AbstractDoubleList
An abstract class providing basic methods for lists implementing a type-specific list interface. |
static class |
AbstractDoubleList.DoubleSubList
|
class |
AbstractDoubleSet
An abstract class providing basic methods for sets implementing a type-specific interface. |
class |
AbstractDoubleSortedSet
An abstract class providing basic methods for sorted sets implementing a type-specific interface. |
class |
DoubleArrayList
A type-specific array-based list; provides some additional methods that use polymorphism to avoid (un)boxing. |
class |
DoubleArraySet
A simple, brute-force implementation of a set based on a backing array. |
class |
DoubleAVLTreeSet
A type-specific AVL tree set with a fast, small-footprint implementation. |
class |
DoubleBigArrayBigList
A type-specific big list based on a big array; provides some additional methods that use polymorphism to avoid (un)boxing. |
static class |
DoubleBigLists.EmptyBigList
An immutable class representing an empty type-specific big list. |
static class |
DoubleBigLists.ListBigList
A class exposing a list as a big list. |
static class |
DoubleBigLists.Singleton
An immutable class representing a type-specific singleton big list. |
static class |
DoubleBigLists.SynchronizedBigList
A synchronized wrapper class for big lists. |
static class |
DoubleBigLists.UnmodifiableBigList
An unmodifiable wrapper class for big lists. |
static class |
DoubleCollections.EmptyCollection
An immutable class representing an empty type-specific collection. |
static class |
DoubleCollections.IterableCollection
A collection wrapper class for iterables. |
static class |
DoubleCollections.SynchronizedCollection
A synchronized wrapper class for collections. |
static class |
DoubleCollections.UnmodifiableCollection
An unmodifiable wrapper class for collections. |
class |
DoubleLinkedOpenCustomHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
class |
DoubleLinkedOpenHashSet
A type-specific linked hash set with with a fast, small-footprint implementation. |
static class |
DoubleLists.EmptyList
An immutable class representing an empty type-specific list. |
static class |
DoubleLists.Singleton
An immutable class representing a type-specific singleton list. |
static class |
DoubleLists.SynchronizedList
A synchronized wrapper class for lists. |
static class |
DoubleLists.UnmodifiableList
An unmodifiable wrapper class for lists. |
class |
DoubleOpenCustomHashSet
A type-specific hash set with a fast, small-footprint implementation whose hashing strategy is specified at creation time. |
class |
DoubleOpenHashBigSet
A type-specific hash big set with with a fast, small-footprint implementation. |
class |
DoubleOpenHashSet
A type-specific hash set with with a fast, small-footprint implementation. |
class |
DoubleRBTreeSet
A type-specific red-black tree set with a fast, small-footprint implementation. |
static class |
DoubleSets.EmptySet
An immutable class representing the empty set and implementing a type-specific set interface. |
static class |
DoubleSets.Singleton
An immutable class representing a type-specific singleton set. |
static class |
DoubleSets.SynchronizedSet
A synchronized wrapper class for sets. |
static class |
DoubleSets.UnmodifiableSet
An unmodifiable wrapper class for sets. |
static class |
DoubleSortedSets.EmptySet
An immutable class representing the empty sorted set and implementing a type-specific set interface. |
static class |
DoubleSortedSets.Singleton
A class representing a singleton sorted set. |
static class |
DoubleSortedSets.SynchronizedSortedSet
A synchronized wrapper class for sorted sets. |
static class |
DoubleSortedSets.UnmodifiableSortedSet
An unmodifiable wrapper class for sorted sets. |
Fields in it.unimi.dsi.fastutil.doubles declared as DoubleCollection | |
---|---|
protected DoubleCollection |
DoubleCollections.SynchronizedCollection.collection
|
protected DoubleCollection |
DoubleCollections.UnmodifiableCollection.collection
|
protected DoubleCollection |
Double2DoubleAVLTreeMap.values
Cached collection of values. |
protected DoubleCollection |
Double2DoubleOpenHashMap.values
Cached collection of values. |
protected DoubleCollection |
Double2DoubleLinkedOpenHashMap.values
Cached collection of values. |
protected DoubleCollection |
Double2DoubleRBTreeMap.values
Cached collection of values. |
protected DoubleCollection |
Double2DoubleMaps.Singleton.values
|
protected DoubleCollection |
Double2DoubleMaps.SynchronizedMap.values
|
protected DoubleCollection |
Double2DoubleMaps.UnmodifiableMap.values
|
Methods in it.unimi.dsi.fastutil.doubles that return DoubleCollection | |
---|---|
static DoubleCollection |
DoubleCollections.asCollection(DoubleIterable iterable)
Returns an unmodifiable collection backed by the specified iterable. |
static DoubleCollection |
DoubleCollections.synchronize(DoubleCollection c)
Returns a synchronized collection backed by the specified collection. |
static DoubleCollection |
DoubleCollections.synchronize(DoubleCollection c,
Object sync)
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize. |
static DoubleCollection |
DoubleCollections.unmodifiable(DoubleCollection c)
Returns an unmodifiable collection backed by the specified collection. |
DoubleCollection |
Double2DoubleAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
AbstractDouble2DoubleSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
AbstractDouble2DoubleMap.values()
Returns a type-specific-set view of the values of this map. |
DoubleCollection |
Double2DoubleOpenHashMap.values()
|
DoubleCollection |
Double2DoubleSortedMap.values()
Returns a set view of the values contained in this map. |
DoubleCollection |
Double2DoubleLinkedOpenHashMap.values()
|
DoubleCollection |
Double2DoubleMap.values()
Returns a set view of the values contained in this map. |
DoubleCollection |
Double2DoubleRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Double2DoubleArrayMap.values()
|
DoubleCollection |
Double2DoubleMaps.EmptyMap.values()
|
DoubleCollection |
Double2DoubleMaps.Singleton.values()
|
DoubleCollection |
Double2DoubleMaps.SynchronizedMap.values()
|
DoubleCollection |
Double2DoubleMaps.UnmodifiableMap.values()
|
Methods in it.unimi.dsi.fastutil.doubles with parameters of type DoubleCollection | |
---|---|
boolean |
AbstractDoubleCollection.addAll(DoubleCollection c)
Adds all elements of the given type-specific collection to this collection. |
boolean |
AbstractDoubleList.addAll(DoubleCollection c)
|
boolean |
DoubleCollections.EmptyCollection.addAll(DoubleCollection c)
|
boolean |
DoubleCollections.SynchronizedCollection.addAll(DoubleCollection c)
|
boolean |
DoubleCollections.UnmodifiableCollection.addAll(DoubleCollection c)
|
boolean |
AbstractDoubleBigList.addAll(DoubleCollection c)
|
boolean |
DoubleSets.Singleton.addAll(DoubleCollection c)
|
boolean |
DoubleBigLists.EmptyBigList.addAll(DoubleCollection c)
|
boolean |
DoubleBigLists.Singleton.addAll(DoubleCollection c)
|
boolean |
DoubleBigLists.ListBigList.addAll(DoubleCollection c)
|
boolean |
DoubleCollection.addAll(DoubleCollection c)
|
boolean |
DoubleLists.EmptyList.addAll(DoubleCollection c)
|
boolean |
DoubleLists.Singleton.addAll(DoubleCollection c)
|
boolean |
AbstractDoubleList.addAll(int index,
DoubleCollection c)
Delegates to a more generic method. |
boolean |
AbstractDoubleList.DoubleSubList.addAll(int index,
DoubleCollection c)
|
boolean |
DoubleArrayList.addAll(int index,
DoubleCollection c)
|
boolean |
DoubleList.addAll(int index,
DoubleCollection c)
|
boolean |
DoubleLists.EmptyList.addAll(int i,
DoubleCollection c)
|
boolean |
DoubleLists.Singleton.addAll(int i,
DoubleCollection c)
|
boolean |
DoubleLists.SynchronizedList.addAll(int index,
DoubleCollection c)
|
boolean |
DoubleLists.UnmodifiableList.addAll(int index,
DoubleCollection c)
|
boolean |
DoubleBigList.addAll(long index,
DoubleCollection c)
|
boolean |
AbstractDoubleBigList.addAll(long index,
DoubleCollection c)
Delegates to a more generic method. |
boolean |
AbstractDoubleBigList.DoubleSubList.addAll(long index,
DoubleCollection c)
|
boolean |
DoubleBigLists.EmptyBigList.addAll(long i,
DoubleCollection c)
|
boolean |
DoubleBigLists.Singleton.addAll(long i,
DoubleCollection c)
|
boolean |
DoubleBigLists.SynchronizedBigList.addAll(long index,
DoubleCollection c)
|
boolean |
DoubleBigLists.UnmodifiableBigList.addAll(long index,
DoubleCollection c)
|
boolean |
DoubleBigLists.ListBigList.addAll(long index,
DoubleCollection c)
|
boolean |
AbstractDoubleCollection.containsAll(DoubleCollection c)
Checks whether this collection contains all elements from the given type-specific collection. |
boolean |
DoubleCollections.EmptyCollection.containsAll(DoubleCollection c)
|
boolean |
DoubleCollections.SynchronizedCollection.containsAll(DoubleCollection c)
|
boolean |
DoubleCollections.UnmodifiableCollection.containsAll(DoubleCollection c)
|
boolean |
DoubleBigLists.ListBigList.containsAll(DoubleCollection c)
|
boolean |
DoubleCollection.containsAll(DoubleCollection c)
|
static int |
DoubleIterators.pour(DoubleIterator i,
DoubleCollection s)
Pours an iterator into a type-specific collection. |
static int |
DoubleIterators.pour(DoubleIterator i,
DoubleCollection s,
int max)
Pours an iterator into a type-specific collection, with a limit on the number of elements. |
boolean |
AbstractDoubleCollection.removeAll(DoubleCollection c)
Remove from this collection all elements in the given type-specific collection. |
boolean |
DoubleCollections.EmptyCollection.removeAll(DoubleCollection c)
|
boolean |
DoubleCollections.SynchronizedCollection.removeAll(DoubleCollection c)
|
boolean |
DoubleCollections.UnmodifiableCollection.removeAll(DoubleCollection c)
|
boolean |
DoubleSets.Singleton.removeAll(DoubleCollection c)
|
boolean |
DoubleBigLists.ListBigList.removeAll(DoubleCollection c)
|
boolean |
DoubleCollection.removeAll(DoubleCollection c)
|
boolean |
AbstractDoubleCollection.retainAll(DoubleCollection c)
Retains in this collection only elements from the given type-specific collection. |
boolean |
DoubleCollections.EmptyCollection.retainAll(DoubleCollection c)
|
boolean |
DoubleCollections.SynchronizedCollection.retainAll(DoubleCollection c)
|
boolean |
DoubleCollections.UnmodifiableCollection.retainAll(DoubleCollection c)
|
boolean |
DoubleSets.Singleton.retainAll(DoubleCollection c)
|
boolean |
DoubleBigLists.ListBigList.retainAll(DoubleCollection c)
|
boolean |
DoubleCollection.retainAll(DoubleCollection c)
|
static DoubleCollection |
DoubleCollections.synchronize(DoubleCollection c)
Returns a synchronized collection backed by the specified collection. |
static DoubleCollection |
DoubleCollections.synchronize(DoubleCollection c,
Object sync)
Returns a synchronized collection backed by the specified collection, using an assigned object to synchronize. |
static DoubleCollection |
DoubleCollections.unmodifiable(DoubleCollection c)
Returns an unmodifiable collection backed by the specified collection. |
static long |
DoubleIterators.unwrap(DoubleIterator i,
DoubleCollection c)
Unwraps an iterator into a type-specific collection. |
static int |
DoubleIterators.unwrap(DoubleIterator i,
DoubleCollection 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.doubles with parameters of type DoubleCollection | |
---|---|
DoubleArrayList(DoubleCollection c)
Creates a new array list and fills it with a given type-specific collection. |
|
DoubleArraySet(DoubleCollection c)
Creates a new array set copying the contents of a given collection. |
|
DoubleAVLTreeSet(DoubleCollection c)
Creates a new tree set copying a given type-specific collection. |
|
DoubleBigArrayBigList(DoubleCollection c)
Creates a new big-array big list and fills it with a given type-specific collection. |
|
DoubleCollections.SynchronizedCollection(DoubleCollection c)
|
|
DoubleCollections.SynchronizedCollection(DoubleCollection c,
Object sync)
|
|
DoubleCollections.UnmodifiableCollection(DoubleCollection c)
|
|
DoubleLinkedOpenCustomHashSet(DoubleCollection c,
DoubleHash.Strategy strategy)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
|
DoubleLinkedOpenCustomHashSet(DoubleCollection c,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set copying a given type-specific collection. |
|
DoubleLinkedOpenHashSet(DoubleCollection c)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
|
DoubleLinkedOpenHashSet(DoubleCollection c,
float f)
Creates a new hash set copying a given type-specific collection. |
|
DoubleOpenCustomHashSet(DoubleCollection c,
DoubleHash.Strategy strategy)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
|
DoubleOpenCustomHashSet(DoubleCollection c,
float f,
DoubleHash.Strategy strategy)
Creates a new hash set copying a given type-specific collection. |
|
DoubleOpenHashBigSet(DoubleCollection c)
Creates a new hash big set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
|
DoubleOpenHashBigSet(DoubleCollection c,
float f)
Creates a new hash big set copying a given type-specific collection. |
|
DoubleOpenHashSet(DoubleCollection c)
Creates a new hash set with Hash.DEFAULT_LOAD_FACTOR as load factor
copying a given type-specific collection. |
|
DoubleOpenHashSet(DoubleCollection c,
float f)
Creates a new hash set copying a given type-specific collection. |
|
DoubleRBTreeSet(DoubleCollection c)
Creates a new tree set copying a given type-specific collection. |
Uses of DoubleCollection in it.unimi.dsi.fastutil.floats |
---|
Classes in it.unimi.dsi.fastutil.floats that implement DoubleCollection | |
---|---|
protected class |
AbstractFloat2DoubleSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
Fields in it.unimi.dsi.fastutil.floats declared as DoubleCollection | |
---|---|
protected DoubleCollection |
Float2DoubleOpenHashMap.values
Cached collection of values. |
protected DoubleCollection |
Float2DoubleAVLTreeMap.values
Cached collection of values. |
protected DoubleCollection |
Float2DoubleRBTreeMap.values
Cached collection of values. |
protected DoubleCollection |
Float2DoubleMaps.Singleton.values
|
protected DoubleCollection |
Float2DoubleMaps.SynchronizedMap.values
|
protected DoubleCollection |
Float2DoubleMaps.UnmodifiableMap.values
|
protected DoubleCollection |
Float2DoubleLinkedOpenHashMap.values
Cached collection of values. |
Methods in it.unimi.dsi.fastutil.floats that return DoubleCollection | |
---|---|
DoubleCollection |
AbstractFloat2DoubleSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Float2DoubleOpenHashMap.values()
|
DoubleCollection |
Float2DoubleAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Float2DoubleArrayMap.values()
|
DoubleCollection |
Float2DoubleRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Float2DoubleMap.values()
Returns a set view of the values contained in this map. |
DoubleCollection |
Float2DoubleSortedMap.values()
Returns a set view of the values contained in this map. |
DoubleCollection |
Float2DoubleMaps.EmptyMap.values()
|
DoubleCollection |
Float2DoubleMaps.Singleton.values()
|
DoubleCollection |
Float2DoubleMaps.SynchronizedMap.values()
|
DoubleCollection |
Float2DoubleMaps.UnmodifiableMap.values()
|
DoubleCollection |
Float2DoubleLinkedOpenHashMap.values()
|
DoubleCollection |
AbstractFloat2DoubleMap.values()
Returns a type-specific-set view of the values of this map. |
Uses of DoubleCollection in it.unimi.dsi.fastutil.ints |
---|
Classes in it.unimi.dsi.fastutil.ints that implement DoubleCollection | |
---|---|
protected class |
AbstractInt2DoubleSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
Fields in it.unimi.dsi.fastutil.ints declared as DoubleCollection | |
---|---|
protected DoubleCollection |
Int2DoubleMaps.Singleton.values
|
protected DoubleCollection |
Int2DoubleMaps.SynchronizedMap.values
|
protected DoubleCollection |
Int2DoubleMaps.UnmodifiableMap.values
|
protected DoubleCollection |
Int2DoubleLinkedOpenHashMap.values
Cached collection of values. |
protected DoubleCollection |
Int2DoubleOpenHashMap.values
Cached collection of values. |
protected DoubleCollection |
Int2DoubleRBTreeMap.values
Cached collection of values. |
protected DoubleCollection |
Int2DoubleAVLTreeMap.values
Cached collection of values. |
Methods in it.unimi.dsi.fastutil.ints that return DoubleCollection | |
---|---|
DoubleCollection |
Int2DoubleMaps.EmptyMap.values()
|
DoubleCollection |
Int2DoubleMaps.Singleton.values()
|
DoubleCollection |
Int2DoubleMaps.SynchronizedMap.values()
|
DoubleCollection |
Int2DoubleMaps.UnmodifiableMap.values()
|
DoubleCollection |
Int2DoubleLinkedOpenHashMap.values()
|
DoubleCollection |
AbstractInt2DoubleMap.values()
Returns a type-specific-set view of the values of this map. |
DoubleCollection |
AbstractInt2DoubleSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Int2DoubleOpenHashMap.values()
|
DoubleCollection |
Int2DoubleArrayMap.values()
|
DoubleCollection |
Int2DoubleRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Int2DoubleAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Int2DoubleMap.values()
Returns a set view of the values contained in this map. |
DoubleCollection |
Int2DoubleSortedMap.values()
Returns a set view of the values contained in this map. |
Uses of DoubleCollection in it.unimi.dsi.fastutil.longs |
---|
Classes in it.unimi.dsi.fastutil.longs that implement DoubleCollection | |
---|---|
protected class |
AbstractLong2DoubleSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
Fields in it.unimi.dsi.fastutil.longs declared as DoubleCollection | |
---|---|
protected DoubleCollection |
Long2DoubleOpenHashMap.values
Cached collection of values. |
protected DoubleCollection |
Long2DoubleLinkedOpenHashMap.values
Cached collection of values. |
protected DoubleCollection |
Long2DoubleMaps.Singleton.values
|
protected DoubleCollection |
Long2DoubleMaps.SynchronizedMap.values
|
protected DoubleCollection |
Long2DoubleMaps.UnmodifiableMap.values
|
protected DoubleCollection |
Long2DoubleAVLTreeMap.values
Cached collection of values. |
protected DoubleCollection |
Long2DoubleRBTreeMap.values
Cached collection of values. |
Methods in it.unimi.dsi.fastutil.longs that return DoubleCollection | |
---|---|
DoubleCollection |
AbstractLong2DoubleSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Long2DoubleOpenHashMap.values()
|
DoubleCollection |
Long2DoubleLinkedOpenHashMap.values()
|
DoubleCollection |
Long2DoubleMaps.EmptyMap.values()
|
DoubleCollection |
Long2DoubleMaps.Singleton.values()
|
DoubleCollection |
Long2DoubleMaps.SynchronizedMap.values()
|
DoubleCollection |
Long2DoubleMaps.UnmodifiableMap.values()
|
DoubleCollection |
Long2DoubleMap.values()
Returns a set view of the values contained in this map. |
DoubleCollection |
Long2DoubleArrayMap.values()
|
DoubleCollection |
AbstractLong2DoubleMap.values()
Returns a type-specific-set view of the values of this map. |
DoubleCollection |
Long2DoubleAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Long2DoubleSortedMap.values()
Returns a set view of the values contained in this map. |
DoubleCollection |
Long2DoubleRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
Uses of DoubleCollection in it.unimi.dsi.fastutil.objects |
---|
Classes in it.unimi.dsi.fastutil.objects that implement DoubleCollection | |
---|---|
protected class |
AbstractObject2DoubleSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
protected class |
AbstractReference2DoubleSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
Fields in it.unimi.dsi.fastutil.objects declared as DoubleCollection | |
---|---|
protected DoubleCollection |
Object2DoubleLinkedOpenCustomHashMap.values
Cached collection of values. |
protected DoubleCollection |
Object2DoubleLinkedOpenHashMap.values
Cached collection of values. |
protected DoubleCollection |
Object2DoubleRBTreeMap.values
Cached collection of values. |
protected DoubleCollection |
Reference2DoubleOpenHashMap.values
Cached collection of values. |
protected DoubleCollection |
Reference2DoubleMaps.Singleton.values
|
protected DoubleCollection |
Reference2DoubleMaps.SynchronizedMap.values
|
protected DoubleCollection |
Reference2DoubleMaps.UnmodifiableMap.values
|
protected DoubleCollection |
Object2DoubleMaps.Singleton.values
|
protected DoubleCollection |
Object2DoubleMaps.SynchronizedMap.values
|
protected DoubleCollection |
Object2DoubleMaps.UnmodifiableMap.values
|
protected DoubleCollection |
Object2DoubleOpenCustomHashMap.values
Cached collection of values. |
protected DoubleCollection |
Object2DoubleOpenHashMap.values
Cached collection of values. |
protected DoubleCollection |
Object2DoubleAVLTreeMap.values
Cached collection of values. |
protected DoubleCollection |
Reference2DoubleLinkedOpenHashMap.values
Cached collection of values. |
Methods in it.unimi.dsi.fastutil.objects that return DoubleCollection | |
---|---|
DoubleCollection |
AbstractReference2DoubleSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Object2DoubleMap.values()
Returns a set view of the values contained in this map. |
DoubleCollection |
Object2DoubleSortedMap.values()
Returns a set view of the values contained in this map. |
DoubleCollection |
Object2DoubleArrayMap.values()
|
DoubleCollection |
Object2DoubleLinkedOpenCustomHashMap.values()
|
DoubleCollection |
AbstractReference2DoubleMap.values()
Returns a type-specific-set view of the values of this map. |
DoubleCollection |
Object2DoubleLinkedOpenHashMap.values()
|
DoubleCollection |
Object2DoubleRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Reference2DoubleOpenHashMap.values()
|
DoubleCollection |
Reference2DoubleMaps.EmptyMap.values()
|
DoubleCollection |
Reference2DoubleMaps.Singleton.values()
|
DoubleCollection |
Reference2DoubleMaps.SynchronizedMap.values()
|
DoubleCollection |
Reference2DoubleMaps.UnmodifiableMap.values()
|
DoubleCollection |
Object2DoubleMaps.EmptyMap.values()
|
DoubleCollection |
Object2DoubleMaps.Singleton.values()
|
DoubleCollection |
Object2DoubleMaps.SynchronizedMap.values()
|
DoubleCollection |
Object2DoubleMaps.UnmodifiableMap.values()
|
DoubleCollection |
Object2DoubleOpenCustomHashMap.values()
|
DoubleCollection |
Object2DoubleOpenHashMap.values()
|
DoubleCollection |
Reference2DoubleSortedMap.values()
Returns a set view of the values contained in this map. |
DoubleCollection |
AbstractObject2DoubleSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Reference2DoubleMap.values()
Returns a set view of the values contained in this map. |
DoubleCollection |
Reference2DoubleArrayMap.values()
|
DoubleCollection |
Object2DoubleAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
AbstractObject2DoubleMap.values()
Returns a type-specific-set view of the values of this map. |
DoubleCollection |
Reference2DoubleLinkedOpenHashMap.values()
|
Uses of DoubleCollection in it.unimi.dsi.fastutil.shorts |
---|
Classes in it.unimi.dsi.fastutil.shorts that implement DoubleCollection | |
---|---|
protected class |
AbstractShort2DoubleSortedMap.ValuesCollection
A wrapper exhibiting the values of a map. |
Fields in it.unimi.dsi.fastutil.shorts declared as DoubleCollection | |
---|---|
protected DoubleCollection |
Short2DoubleLinkedOpenHashMap.values
Cached collection of values. |
protected DoubleCollection |
Short2DoubleMaps.Singleton.values
|
protected DoubleCollection |
Short2DoubleMaps.SynchronizedMap.values
|
protected DoubleCollection |
Short2DoubleMaps.UnmodifiableMap.values
|
protected DoubleCollection |
Short2DoubleRBTreeMap.values
Cached collection of values. |
protected DoubleCollection |
Short2DoubleOpenHashMap.values
Cached collection of values. |
protected DoubleCollection |
Short2DoubleAVLTreeMap.values
Cached collection of values. |
Methods in it.unimi.dsi.fastutil.shorts that return DoubleCollection | |
---|---|
DoubleCollection |
Short2DoubleLinkedOpenHashMap.values()
|
DoubleCollection |
Short2DoubleMaps.EmptyMap.values()
|
DoubleCollection |
Short2DoubleMaps.Singleton.values()
|
DoubleCollection |
Short2DoubleMaps.SynchronizedMap.values()
|
DoubleCollection |
Short2DoubleMaps.UnmodifiableMap.values()
|
DoubleCollection |
Short2DoubleRBTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Short2DoubleOpenHashMap.values()
|
DoubleCollection |
Short2DoubleAVLTreeMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
AbstractShort2DoubleSortedMap.values()
Returns a type-specific collection view of the values contained in this map. |
DoubleCollection |
Short2DoubleSortedMap.values()
Returns a set view of the values contained in this map. |
DoubleCollection |
AbstractShort2DoubleMap.values()
Returns a type-specific-set view of the values of this map. |
DoubleCollection |
Short2DoubleArrayMap.values()
|
DoubleCollection |
Short2DoubleMap.values()
Returns a set view of the values contained in this map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |