Uses of Interface
it.unimi.dsi.fastutil.objects.Reference2FloatMap.Entry

Packages that use Reference2FloatMap.Entry
it.unimi.dsi.fastutil.objects Provides type-specific classes for object elements or keys. 
 

Uses of Reference2FloatMap.Entry in it.unimi.dsi.fastutil.objects
 

Classes in it.unimi.dsi.fastutil.objects that implement Reference2FloatMap.Entry
static class AbstractReference2FloatMap.BasicEntry<K>
          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 Reference2FloatMaps.Singleton.SingletonEntry
           
 

Fields in it.unimi.dsi.fastutil.objects with type parameters of type Reference2FloatMap.Entry
protected  ObjectSet<Reference2FloatMap.Entry<K>> Reference2FloatMaps.Singleton.entries
           
protected  ObjectSet<Reference2FloatMap.Entry<K>> Reference2FloatMaps.SynchronizedMap.entries
           
protected  ObjectSet<Reference2FloatMap.Entry<K>> Reference2FloatMaps.UnmodifiableMap.entries
           
 

Methods in it.unimi.dsi.fastutil.objects that return types with arguments of type Reference2FloatMap.Entry
 ObjectIterator<Reference2FloatMap.Entry<K>> Reference2FloatMap.FastEntrySet.fastIterator()
          Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
 ObjectBidirectionalIterator<Reference2FloatMap.Entry<K>> Reference2FloatSortedMap.FastSortedEntrySet.fastIterator(Reference2FloatMap.Entry<K> from)
          Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
 ObjectSortedSet<Reference2FloatMap.Entry<K>> Reference2FloatSortedMaps.EmptySortedMap.reference2FloatEntrySet()
           
 ObjectSortedSet<Reference2FloatMap.Entry<K>> Reference2FloatSortedMaps.Singleton.reference2FloatEntrySet()
           
 ObjectSortedSet<Reference2FloatMap.Entry<K>> Reference2FloatSortedMaps.SynchronizedSortedMap.reference2FloatEntrySet()
           
 ObjectSortedSet<Reference2FloatMap.Entry<K>> Reference2FloatSortedMaps.UnmodifiableSortedMap.reference2FloatEntrySet()
           
 ObjectSet<Reference2FloatMap.Entry<K>> Reference2FloatMap.reference2FloatEntrySet()
          Returns a type-specific set view of the mappings contained in this map.
 ObjectSortedSet<Reference2FloatMap.Entry<K>> Reference2FloatSortedMap.reference2FloatEntrySet()
          Returns a type-specific sorted-set view of the mappings contained in this map.
 ObjectSet<Reference2FloatMap.Entry<K>> Reference2FloatMaps.EmptyMap.reference2FloatEntrySet()
           
 ObjectSet<Reference2FloatMap.Entry<K>> Reference2FloatMaps.Singleton.reference2FloatEntrySet()
           
 ObjectSet<Reference2FloatMap.Entry<K>> Reference2FloatMaps.SynchronizedMap.reference2FloatEntrySet()
           
 ObjectSet<Reference2FloatMap.Entry<K>> Reference2FloatMaps.UnmodifiableMap.reference2FloatEntrySet()
           
 

Methods in it.unimi.dsi.fastutil.objects with parameters of type Reference2FloatMap.Entry
 ObjectBidirectionalIterator<Reference2FloatMap.Entry<K>> Reference2FloatSortedMap.FastSortedEntrySet.fastIterator(Reference2FloatMap.Entry<K> 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.