it.unimi.dsi.fastutil.objects
Interface Reference2BooleanMap.Entry

All Superinterfaces:
Map.Entry
Enclosing interface:
Reference2BooleanMap

public static interface Reference2BooleanMap.Entry
extends Map.Entry

A type-specific Map.Entry; provides some additional methods to access its content reducing type juggling.

See Also:
Map.Entry

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

Method Detail

setValue

public boolean setValue(boolean value)
See Also:
Map.Entry.setValue(Object)

getBooleanValue

public boolean getBooleanValue()
See Also:
Map.Entry.getValue()