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

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

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

Classes in it.unimi.dsi.fastutil.doubles that implement Double2ObjectMap.Entry
static class AbstractDouble2ObjectMap.BasicEntry<V>
          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 Double2ObjectMaps.Singleton.SingletonEntry
           
 

Fields in it.unimi.dsi.fastutil.doubles with type parameters of type Double2ObjectMap.Entry
protected  ObjectSortedSet<Double2ObjectMap.Entry<V>> Double2ObjectAVLTreeMap.entries
          Cached set of entries.
protected  ObjectSet<Double2ObjectMap.Entry<V>> Double2ObjectMaps.Singleton.entries
           
protected  ObjectSet<Double2ObjectMap.Entry<V>> Double2ObjectMaps.SynchronizedMap.entries
           
protected  ObjectSet<Double2ObjectMap.Entry<V>> Double2ObjectMaps.UnmodifiableMap.entries
           
protected  ObjectSortedSet<Double2ObjectMap.Entry<V>> Double2ObjectRBTreeMap.entries
          Cached set of entries.
 

Methods in it.unimi.dsi.fastutil.doubles that return types with arguments of type Double2ObjectMap.Entry
 ObjectSortedSet<Double2ObjectMap.Entry<V>> Double2ObjectSortedMap.double2ObjectEntrySet()
          Returns a type-specific sorted-set view of the mappings contained in this map.
 ObjectSortedSet<Double2ObjectMap.Entry<V>> Double2ObjectAVLTreeMap.double2ObjectEntrySet()
           
 ObjectSortedSet<Double2ObjectMap.Entry<V>> Double2ObjectSortedMaps.EmptySortedMap.double2ObjectEntrySet()
           
 ObjectSortedSet<Double2ObjectMap.Entry<V>> Double2ObjectSortedMaps.Singleton.double2ObjectEntrySet()
           
 ObjectSortedSet<Double2ObjectMap.Entry<V>> Double2ObjectSortedMaps.SynchronizedSortedMap.double2ObjectEntrySet()
           
 ObjectSortedSet<Double2ObjectMap.Entry<V>> Double2ObjectSortedMaps.UnmodifiableSortedMap.double2ObjectEntrySet()
           
 ObjectSet<Double2ObjectMap.Entry<V>> Double2ObjectMaps.EmptyMap.double2ObjectEntrySet()
           
 ObjectSet<Double2ObjectMap.Entry<V>> Double2ObjectMaps.Singleton.double2ObjectEntrySet()
           
 ObjectSet<Double2ObjectMap.Entry<V>> Double2ObjectMaps.SynchronizedMap.double2ObjectEntrySet()
           
 ObjectSet<Double2ObjectMap.Entry<V>> Double2ObjectMaps.UnmodifiableMap.double2ObjectEntrySet()
           
 ObjectSortedSet<Double2ObjectMap.Entry<V>> Double2ObjectRBTreeMap.double2ObjectEntrySet()
           
 ObjectSet<Double2ObjectMap.Entry<V>> Double2ObjectMap.double2ObjectEntrySet()
          Returns a type-specific set view of the mappings contained in this map.
 ObjectIterator<Double2ObjectMap.Entry<V>> Double2ObjectMap.FastEntrySet.fastIterator()
          Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
 ObjectBidirectionalIterator<Double2ObjectMap.Entry<V>> Double2ObjectSortedMap.FastSortedEntrySet.fastIterator(Double2ObjectMap.Entry<V> 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 Double2ObjectMap.Entry
 ObjectBidirectionalIterator<Double2ObjectMap.Entry<V>> Double2ObjectSortedMap.FastSortedEntrySet.fastIterator(Double2ObjectMap.Entry<V> 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.