it.unimi.dsi.fastutil.longs
Interface Long2ReferenceMap.Entry<V>

All Superinterfaces:
Map.Entry<Long,V>
All Known Implementing Classes:
AbstractLong2ReferenceMap.BasicEntry, Long2ReferenceMaps.Singleton.SingletonEntry
Enclosing interface:
Long2ReferenceMap<V>

public static interface Long2ReferenceMap.Entry<V>
extends Map.Entry<Long,V>

A type-specific Map.Entry; provides some additional methods that use polymorphism to avoid (un)boxing.

See Also:
Map.Entry

Method Summary
 long getLongKey()
           
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, getValue, hashCode, setValue
 

Method Detail

getLongKey

long getLongKey()
See Also:
Map.Entry.getKey()


Copyright © 2011. All Rights Reserved.