it.unimi.dsi.fastutil.longs
Interface Long2BooleanMap.Entry
- All Superinterfaces:
- Map.Entry<Long,Boolean>
- All Known Implementing Classes:
- AbstractLong2BooleanMap.BasicEntry, Long2BooleanMaps.Singleton.SingletonEntry
- Enclosing interface:
- Long2BooleanMap
public static interface Long2BooleanMap.Entry
- extends Map.Entry<Long,Boolean>
A type-specific Map.Entry
; provides some additional methods
that use polymorphism to avoid (un)boxing.
- See Also:
Map.Entry
getLongKey
long getLongKey()
- 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.