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

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

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

Classes in it.unimi.dsi.fastutil.chars that implement Char2ByteMap.Entry
static class AbstractChar2ByteMap.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 Char2ByteMaps.Singleton.SingletonEntry
           
 

Fields in it.unimi.dsi.fastutil.chars with type parameters of type Char2ByteMap.Entry
protected  ObjectSortedSet<Char2ByteMap.Entry> Char2ByteAVLTreeMap.entries
          Cached set of entries.
protected  ObjectSet<Char2ByteMap.Entry> Char2ByteMaps.Singleton.entries
           
protected  ObjectSet<Char2ByteMap.Entry> Char2ByteMaps.SynchronizedMap.entries
           
protected  ObjectSet<Char2ByteMap.Entry> Char2ByteMaps.UnmodifiableMap.entries
           
protected  ObjectSortedSet<Char2ByteMap.Entry> Char2ByteRBTreeMap.entries
          Cached set of entries.
 

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