it.unimi.dsi.fastutil.objects
Interface Reference2LongMap.Entry<K>

All Superinterfaces:
Map.Entry<K,Long>
All Known Implementing Classes:
AbstractReference2LongMap.BasicEntry, Reference2LongMaps.Singleton.SingletonEntry
Enclosing interface:
Reference2LongMap<K>

public static interface Reference2LongMap.Entry<K>
extends Map.Entry<K,Long>

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

See Also:
Map.Entry

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

Method Detail

setValue

long setValue(long value)
See Also:
Map.Entry.setValue(Object)

getLongValue

long getLongValue()
See Also:
Map.Entry.getValue()


Copyright © 2011. All Rights Reserved.