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

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

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

Classes in it.unimi.dsi.fastutil.chars that implement Char2ReferenceMap.Entry
static class AbstractChar2ReferenceMap.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 Char2ReferenceMaps.Singleton.SingletonEntry
           
 

Fields in it.unimi.dsi.fastutil.chars with type parameters of type Char2ReferenceMap.Entry
protected  ObjectSet<Char2ReferenceMap.Entry<V>> Char2ReferenceMaps.Singleton.entries
           
protected  ObjectSet<Char2ReferenceMap.Entry<V>> Char2ReferenceMaps.SynchronizedMap.entries
           
protected  ObjectSet<Char2ReferenceMap.Entry<V>> Char2ReferenceMaps.UnmodifiableMap.entries
           
protected  ObjectSortedSet<Char2ReferenceMap.Entry<V>> Char2ReferenceAVLTreeMap.entries
          Cached set of entries.
protected  ObjectSortedSet<Char2ReferenceMap.Entry<V>> Char2ReferenceRBTreeMap.entries
          Cached set of entries.
 

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