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

All Superinterfaces:
Map.Entry<Long,Character>
All Known Implementing Classes:
AbstractLong2CharMap.BasicEntry, Long2CharMaps.Singleton.SingletonEntry
Enclosing interface:
Long2CharMap

public static interface Long2CharMap.Entry
extends Map.Entry<Long,Character>

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

See Also:
Map.Entry

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

Method Detail

getLongKey

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

setValue

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

getCharValue

char getCharValue()
See Also:
Map.Entry.getValue()


Copyright © 2011. All Rights Reserved.