Uses of Interface
it.unimi.dsi.fastutil.shorts.Short2DoubleMap.Entry

Packages that use Short2DoubleMap.Entry
it.unimi.dsi.fastutil.shorts Provides type-specific classes for short elements or keys. 
 

Uses of Short2DoubleMap.Entry in it.unimi.dsi.fastutil.shorts
 

Classes in it.unimi.dsi.fastutil.shorts that implement Short2DoubleMap.Entry
static class AbstractShort2DoubleMap.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 Short2DoubleMaps.Singleton.SingletonEntry
           
 

Fields in it.unimi.dsi.fastutil.shorts with type parameters of type Short2DoubleMap.Entry
protected  ObjectSet<Short2DoubleMap.Entry> Short2DoubleMaps.Singleton.entries
           
protected  ObjectSet<Short2DoubleMap.Entry> Short2DoubleMaps.SynchronizedMap.entries
           
protected  ObjectSet<Short2DoubleMap.Entry> Short2DoubleMaps.UnmodifiableMap.entries
           
protected  ObjectSortedSet<Short2DoubleMap.Entry> Short2DoubleRBTreeMap.entries
          Cached set of entries.
protected  ObjectSortedSet<Short2DoubleMap.Entry> Short2DoubleAVLTreeMap.entries
          Cached set of entries.
 

Methods in it.unimi.dsi.fastutil.shorts that return types with arguments of type Short2DoubleMap.Entry
 ObjectIterator<Short2DoubleMap.Entry> Short2DoubleMap.FastEntrySet.fastIterator()
          Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
 ObjectBidirectionalIterator<Short2DoubleMap.Entry> Short2DoubleSortedMap.FastSortedEntrySet.fastIterator(Short2DoubleMap.Entry from)
          Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
 ObjectSet<Short2DoubleMap.Entry> Short2DoubleMaps.EmptyMap.short2DoubleEntrySet()
           
 ObjectSet<Short2DoubleMap.Entry> Short2DoubleMaps.Singleton.short2DoubleEntrySet()
           
 ObjectSet<Short2DoubleMap.Entry> Short2DoubleMaps.SynchronizedMap.short2DoubleEntrySet()
           
 ObjectSet<Short2DoubleMap.Entry> Short2DoubleMaps.UnmodifiableMap.short2DoubleEntrySet()
           
 ObjectSortedSet<Short2DoubleMap.Entry> Short2DoubleRBTreeMap.short2DoubleEntrySet()
           
 ObjectSortedSet<Short2DoubleMap.Entry> Short2DoubleAVLTreeMap.short2DoubleEntrySet()
           
 ObjectSortedSet<Short2DoubleMap.Entry> Short2DoubleSortedMap.short2DoubleEntrySet()
          Returns a type-specific sorted-set view of the mappings contained in this map.
 ObjectSortedSet<Short2DoubleMap.Entry> Short2DoubleSortedMaps.EmptySortedMap.short2DoubleEntrySet()
           
 ObjectSortedSet<Short2DoubleMap.Entry> Short2DoubleSortedMaps.Singleton.short2DoubleEntrySet()
           
 ObjectSortedSet<Short2DoubleMap.Entry> Short2DoubleSortedMaps.SynchronizedSortedMap.short2DoubleEntrySet()
           
 ObjectSortedSet<Short2DoubleMap.Entry> Short2DoubleSortedMaps.UnmodifiableSortedMap.short2DoubleEntrySet()
           
 ObjectSet<Short2DoubleMap.Entry> Short2DoubleMap.short2DoubleEntrySet()
          Returns a type-specific set view of the mappings contained in this map.
 

Methods in it.unimi.dsi.fastutil.shorts with parameters of type Short2DoubleMap.Entry
 ObjectBidirectionalIterator<Short2DoubleMap.Entry> Short2DoubleSortedMap.FastSortedEntrySet.fastIterator(Short2DoubleMap.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.