Uses of Interface
it.unimi.dsi.fastutil.chars.Char2FloatMap.Entry

Packages that use Char2FloatMap.Entry
it.unimi.dsi.fastutil.chars Provides type-specific classes for character elements or keys. 
 

Uses of Char2FloatMap.Entry in it.unimi.dsi.fastutil.chars
 

Classes in it.unimi.dsi.fastutil.chars that implement Char2FloatMap.Entry
static class AbstractChar2FloatMap.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 Char2FloatMaps.Singleton.SingletonEntry
           
 

Fields in it.unimi.dsi.fastutil.chars with type parameters of type Char2FloatMap.Entry
protected  ObjectSortedSet<Char2FloatMap.Entry> Char2FloatAVLTreeMap.entries
          Cached set of entries.
protected  ObjectSet<Char2FloatMap.Entry> Char2FloatMaps.Singleton.entries
           
protected  ObjectSet<Char2FloatMap.Entry> Char2FloatMaps.SynchronizedMap.entries
           
protected  ObjectSet<Char2FloatMap.Entry> Char2FloatMaps.UnmodifiableMap.entries
           
protected  ObjectSortedSet<Char2FloatMap.Entry> Char2FloatRBTreeMap.entries
          Cached set of entries.
 

Methods in it.unimi.dsi.fastutil.chars that return types with arguments of type Char2FloatMap.Entry
 ObjectSortedSet<Char2FloatMap.Entry> Char2FloatAVLTreeMap.char2FloatEntrySet()
           
 ObjectSet<Char2FloatMap.Entry> Char2FloatMap.char2FloatEntrySet()
          Returns a type-specific set view of the mappings contained in this map.
 ObjectSortedSet<Char2FloatMap.Entry> Char2FloatSortedMap.char2FloatEntrySet()
          Returns a type-specific sorted-set view of the mappings contained in this map.
 ObjectSortedSet<Char2FloatMap.Entry> Char2FloatSortedMaps.EmptySortedMap.char2FloatEntrySet()
           
 ObjectSortedSet<Char2FloatMap.Entry> Char2FloatSortedMaps.Singleton.char2FloatEntrySet()
           
 ObjectSortedSet<Char2FloatMap.Entry> Char2FloatSortedMaps.SynchronizedSortedMap.char2FloatEntrySet()
           
 ObjectSortedSet<Char2FloatMap.Entry> Char2FloatSortedMaps.UnmodifiableSortedMap.char2FloatEntrySet()
           
 ObjectSet<Char2FloatMap.Entry> Char2FloatMaps.EmptyMap.char2FloatEntrySet()
           
 ObjectSet<Char2FloatMap.Entry> Char2FloatMaps.Singleton.char2FloatEntrySet()
           
 ObjectSet<Char2FloatMap.Entry> Char2FloatMaps.SynchronizedMap.char2FloatEntrySet()
           
 ObjectSet<Char2FloatMap.Entry> Char2FloatMaps.UnmodifiableMap.char2FloatEntrySet()
           
 ObjectSortedSet<Char2FloatMap.Entry> Char2FloatRBTreeMap.char2FloatEntrySet()
           
 ObjectIterator<Char2FloatMap.Entry> Char2FloatMap.FastEntrySet.fastIterator()
          Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
 ObjectBidirectionalIterator<Char2FloatMap.Entry> Char2FloatSortedMap.FastSortedEntrySet.fastIterator(Char2FloatMap.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.chars with parameters of type Char2FloatMap.Entry
 ObjectBidirectionalIterator<Char2FloatMap.Entry> Char2FloatSortedMap.FastSortedEntrySet.fastIterator(Char2FloatMap.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.