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

All Superinterfaces:
Map.Entry<K,Character>
All Known Implementing Classes:
AbstractReference2CharMap.BasicEntry, Reference2CharMaps.Singleton.SingletonEntry
Enclosing interface:
Reference2CharMap<K>

public static interface Reference2CharMap.Entry<K>
extends Map.Entry<K,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()
           
 char setValue(char value)
           
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, getValue, hashCode, setValue
 

Method Detail

setValue

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

getCharValue

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


Copyright © 2011. All Rights Reserved.