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

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

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

Classes in it.unimi.dsi.fastutil.longs that implement Long2ByteMap.Entry
static class AbstractLong2ByteMap.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 Long2ByteMaps.Singleton.SingletonEntry
           
 

Fields in it.unimi.dsi.fastutil.longs with type parameters of type Long2ByteMap.Entry
protected  ObjectSortedSet<Long2ByteMap.Entry> Long2ByteAVLTreeMap.entries
          Cached set of entries.
protected  ObjectSortedSet<Long2ByteMap.Entry> Long2ByteRBTreeMap.entries
          Cached set of entries.
protected  ObjectSet<Long2ByteMap.Entry> Long2ByteMaps.Singleton.entries
           
protected  ObjectSet<Long2ByteMap.Entry> Long2ByteMaps.SynchronizedMap.entries
           
protected  ObjectSet<Long2ByteMap.Entry> Long2ByteMaps.UnmodifiableMap.entries
           
 

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

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