Uses of Interface
it.unimi.dsi.fastutil.longs.Long2CharMap.Entry

Packages that use Long2CharMap.Entry
it.unimi.dsi.fastutil.longs Provides type-specific classes for long elements or keys. 
 

Uses of Long2CharMap.Entry in it.unimi.dsi.fastutil.longs
 

Classes in it.unimi.dsi.fastutil.longs that implement Long2CharMap.Entry
static class AbstractLong2CharMap.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 Long2CharMaps.Singleton.SingletonEntry
           
 

Fields in it.unimi.dsi.fastutil.longs with type parameters of type Long2CharMap.Entry
protected  ObjectSortedSet<Long2CharMap.Entry> Long2CharAVLTreeMap.entries
          Cached set of entries.
protected  ObjectSortedSet<Long2CharMap.Entry> Long2CharRBTreeMap.entries
          Cached set of entries.
protected  ObjectSet<Long2CharMap.Entry> Long2CharMaps.Singleton.entries
           
protected  ObjectSet<Long2CharMap.Entry> Long2CharMaps.SynchronizedMap.entries
           
protected  ObjectSet<Long2CharMap.Entry> Long2CharMaps.UnmodifiableMap.entries
           
 

Methods in it.unimi.dsi.fastutil.longs that return types with arguments of type Long2CharMap.Entry
 ObjectIterator<Long2CharMap.Entry> Long2CharMap.FastEntrySet.fastIterator()
          Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
 ObjectBidirectionalIterator<Long2CharMap.Entry> Long2CharSortedMap.FastSortedEntrySet.fastIterator(Long2CharMap.Entry from)
          Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
 ObjectSortedSet<Long2CharMap.Entry> Long2CharAVLTreeMap.long2CharEntrySet()
           
 ObjectSortedSet<Long2CharMap.Entry> Long2CharSortedMap.long2CharEntrySet()
          Returns a type-specific sorted-set view of the mappings contained in this map.
 ObjectSet<Long2CharMap.Entry> Long2CharMap.long2CharEntrySet()
          Returns a type-specific set view of the mappings contained in this map.
 ObjectSortedSet<Long2CharMap.Entry> Long2CharSortedMaps.EmptySortedMap.long2CharEntrySet()
           
 ObjectSortedSet<Long2CharMap.Entry> Long2CharSortedMaps.Singleton.long2CharEntrySet()
           
 ObjectSortedSet<Long2CharMap.Entry> Long2CharSortedMaps.SynchronizedSortedMap.long2CharEntrySet()
           
 ObjectSortedSet<Long2CharMap.Entry> Long2CharSortedMaps.UnmodifiableSortedMap.long2CharEntrySet()
           
 ObjectSortedSet<Long2CharMap.Entry> Long2CharRBTreeMap.long2CharEntrySet()
           
 ObjectSet<Long2CharMap.Entry> Long2CharMaps.EmptyMap.long2CharEntrySet()
           
 ObjectSet<Long2CharMap.Entry> Long2CharMaps.Singleton.long2CharEntrySet()
           
 ObjectSet<Long2CharMap.Entry> Long2CharMaps.SynchronizedMap.long2CharEntrySet()
           
 ObjectSet<Long2CharMap.Entry> Long2CharMaps.UnmodifiableMap.long2CharEntrySet()
           
 

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