Uses of Interface
it.unimi.dsi.fastutil.doubles.DoubleIterable

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

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

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

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

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

Subinterfaces of DoubleIterable in it.unimi.dsi.fastutil.doubles
 interface DoubleBigList
          A type-specific BigList; provides some additional methods that use polymorphism to avoid (un)boxing.
 interface DoubleCollection
          A type-specific Collection; 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 DoubleIterable
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 DoubleIterable
protected  DoubleIterable DoubleCollections.IterableCollection.iterable
           
 

Methods in it.unimi.dsi.fastutil.doubles with parameters of type DoubleIterable
static DoubleCollection DoubleCollections.asCollection(DoubleIterable iterable)
          Returns an unmodifiable collection backed by the specified iterable.
 

Constructors in it.unimi.dsi.fastutil.doubles with parameters of type DoubleIterable
DoubleCollections.IterableCollection(DoubleIterable iterable)
           
 

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

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

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

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

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

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

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

Classes in it.unimi.dsi.fastutil.objects that implement DoubleIterable
protected  class AbstractObject2DoubleSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
protected  class AbstractReference2DoubleSortedMap.ValuesCollection
          A wrapper exhibiting the values of a map.
 

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

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



Copyright © 2011. All Rights Reserved.