Uses of Interface
it.unimi.dsi.fastutil.doubles.Double2DoubleMap.Entry

Packages that use Double2DoubleMap.Entry
it.unimi.dsi.fastutil.doubles Provides type-specific classes for double elements or keys. 
 

Uses of Double2DoubleMap.Entry in it.unimi.dsi.fastutil.doubles
 

Classes in it.unimi.dsi.fastutil.doubles that implement Double2DoubleMap.Entry
static class AbstractDouble2DoubleMap.BasicEntry
          This class provides a basic but complete type-specific entry class for all those maps implementations that do not have entries on their own (e.g., most immutable maps).
protected  class Double2DoubleMaps.Singleton.SingletonEntry
           
 

Fields in it.unimi.dsi.fastutil.doubles with type parameters of type Double2DoubleMap.Entry
protected  ObjectSortedSet<Double2DoubleMap.Entry> Double2DoubleAVLTreeMap.entries
          Cached set of entries.
protected  ObjectSortedSet<Double2DoubleMap.Entry> Double2DoubleRBTreeMap.entries
          Cached set of entries.
protected  ObjectSet<Double2DoubleMap.Entry> Double2DoubleMaps.Singleton.entries
           
protected  ObjectSet<Double2DoubleMap.Entry> Double2DoubleMaps.SynchronizedMap.entries
           
protected  ObjectSet<Double2DoubleMap.Entry> Double2DoubleMaps.UnmodifiableMap.entries
           
 

Methods in it.unimi.dsi.fastutil.doubles that return types with arguments of type Double2DoubleMap.Entry
 ObjectSortedSet<Double2DoubleMap.Entry> Double2DoubleAVLTreeMap.double2DoubleEntrySet()
           
 ObjectSortedSet<Double2DoubleMap.Entry> Double2DoubleSortedMap.double2DoubleEntrySet()
          Returns a type-specific sorted-set view of the mappings contained in this map.
 ObjectSortedSet<Double2DoubleMap.Entry> Double2DoubleSortedMaps.EmptySortedMap.double2DoubleEntrySet()
           
 ObjectSortedSet<Double2DoubleMap.Entry> Double2DoubleSortedMaps.Singleton.double2DoubleEntrySet()
           
 ObjectSortedSet<Double2DoubleMap.Entry> Double2DoubleSortedMaps.SynchronizedSortedMap.double2DoubleEntrySet()
           
 ObjectSortedSet<Double2DoubleMap.Entry> Double2DoubleSortedMaps.UnmodifiableSortedMap.double2DoubleEntrySet()
           
 ObjectSet<Double2DoubleMap.Entry> Double2DoubleMap.double2DoubleEntrySet()
          Returns a type-specific set view of the mappings contained in this map.
 ObjectSortedSet<Double2DoubleMap.Entry> Double2DoubleRBTreeMap.double2DoubleEntrySet()
           
 ObjectSet<Double2DoubleMap.Entry> Double2DoubleMaps.EmptyMap.double2DoubleEntrySet()
           
 ObjectSet<Double2DoubleMap.Entry> Double2DoubleMaps.Singleton.double2DoubleEntrySet()
           
 ObjectSet<Double2DoubleMap.Entry> Double2DoubleMaps.SynchronizedMap.double2DoubleEntrySet()
           
 ObjectSet<Double2DoubleMap.Entry> Double2DoubleMaps.UnmodifiableMap.double2DoubleEntrySet()
           
 ObjectIterator<Double2DoubleMap.Entry> Double2DoubleMap.FastEntrySet.fastIterator()
          Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
 ObjectBidirectionalIterator<Double2DoubleMap.Entry> Double2DoubleSortedMap.FastSortedEntrySet.fastIterator(Double2DoubleMap.Entry from)
          Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
 

Methods in it.unimi.dsi.fastutil.doubles with parameters of type Double2DoubleMap.Entry
 ObjectBidirectionalIterator<Double2DoubleMap.Entry> Double2DoubleSortedMap.FastSortedEntrySet.fastIterator(Double2DoubleMap.Entry from)
          Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
 



Copyright © 2011. All Rights Reserved.