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

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

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

Classes in it.unimi.dsi.fastutil.longs that implement Long2ReferenceMap.Entry
static class AbstractLong2ReferenceMap.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 Long2ReferenceMaps.Singleton.SingletonEntry
           
 

Fields in it.unimi.dsi.fastutil.longs with type parameters of type Long2ReferenceMap.Entry
protected  ObjectSet<Long2ReferenceMap.Entry<V>> Long2ReferenceMaps.Singleton.entries
           
protected  ObjectSet<Long2ReferenceMap.Entry<V>> Long2ReferenceMaps.SynchronizedMap.entries
           
protected  ObjectSet<Long2ReferenceMap.Entry<V>> Long2ReferenceMaps.UnmodifiableMap.entries
           
protected  ObjectSortedSet<Long2ReferenceMap.Entry<V>> Long2ReferenceRBTreeMap.entries
          Cached set of entries.
protected  ObjectSortedSet<Long2ReferenceMap.Entry<V>> Long2ReferenceAVLTreeMap.entries
          Cached set of entries.
 

Methods in it.unimi.dsi.fastutil.longs that return types with arguments of type Long2ReferenceMap.Entry
 ObjectIterator<Long2ReferenceMap.Entry<V>> Long2ReferenceMap.FastEntrySet.fastIterator()
          Returns a fast iterator over this entry set; the iterator might return always the same entry object, suitably mutated.
 ObjectBidirectionalIterator<Long2ReferenceMap.Entry<V>> Long2ReferenceSortedMap.FastSortedEntrySet.fastIterator(Long2ReferenceMap.Entry<V> from)
          Returns a fast iterator over this sorted entry set; the iterator might return always the same entry object, suitably mutated.
 ObjectSortedSet<Long2ReferenceMap.Entry<V>> Long2ReferenceSortedMaps.EmptySortedMap.long2ReferenceEntrySet()
           
 ObjectSortedSet<Long2ReferenceMap.Entry<V>> Long2ReferenceSortedMaps.Singleton.long2ReferenceEntrySet()
           
 ObjectSortedSet<Long2ReferenceMap.Entry<V>> Long2ReferenceSortedMaps.SynchronizedSortedMap.long2ReferenceEntrySet()
           
 ObjectSortedSet<Long2ReferenceMap.Entry<V>> Long2ReferenceSortedMaps.UnmodifiableSortedMap.long2ReferenceEntrySet()
           
 ObjectSet<Long2ReferenceMap.Entry<V>> Long2ReferenceMap.long2ReferenceEntrySet()
          Returns a type-specific set view of the mappings contained in this map.
 ObjectSortedSet<Long2ReferenceMap.Entry<V>> Long2ReferenceSortedMap.long2ReferenceEntrySet()
          Returns a type-specific sorted-set view of the mappings contained in this map.
 ObjectSet<Long2ReferenceMap.Entry<V>> Long2ReferenceMaps.EmptyMap.long2ReferenceEntrySet()
           
 ObjectSet<Long2ReferenceMap.Entry<V>> Long2ReferenceMaps.Singleton.long2ReferenceEntrySet()
           
 ObjectSet<Long2ReferenceMap.Entry<V>> Long2ReferenceMaps.SynchronizedMap.long2ReferenceEntrySet()
           
 ObjectSet<Long2ReferenceMap.Entry<V>> Long2ReferenceMaps.UnmodifiableMap.long2ReferenceEntrySet()
           
 ObjectSortedSet<Long2ReferenceMap.Entry<V>> Long2ReferenceRBTreeMap.long2ReferenceEntrySet()
           
 ObjectSortedSet<Long2ReferenceMap.Entry<V>> Long2ReferenceAVLTreeMap.long2ReferenceEntrySet()
           
 

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