it.unimi.dsi.fastutil.bytes
Interface Byte2BooleanMap.Entry

All Superinterfaces:
Map.Entry<Byte,Boolean>
All Known Implementing Classes:
AbstractByte2BooleanMap.BasicEntry, Byte2BooleanMaps.Singleton.SingletonEntry
Enclosing interface:
Byte2BooleanMap

public static interface Byte2BooleanMap.Entry
extends Map.Entry<Byte,Boolean>

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

See Also:
Map.Entry

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

Method Detail

getByteKey

byte getByteKey()
See Also:
Map.Entry.getKey()

setValue

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

getBooleanValue

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


Copyright © 2011. All Rights Reserved.