public interface IntEncodedValue extends EncodedValue
UnsignedIntEncodedValue
EncodedValue.InitializerConfig
Modifier and Type | Method and Description |
---|---|
int |
getInt(boolean reverse,
IntsRef ref)
This method restores the integer value from the specified 'flags' taken from the storage.
|
int |
getMaxInt()
The int value this EncodedValue accepts for setInt without throwing an exception.
|
boolean |
isStoreTwoDirections() |
void |
setInt(boolean reverse,
IntsRef ref,
int value)
This method stores the specified integer value in the specified IntsRef.
|
getName, getVersion, init
int getInt(boolean reverse, IntsRef ref)
void setInt(boolean reverse, IntsRef ref, int value)
int getMaxInt()
boolean isStoreTwoDirections()
Copyright © 2012–2020. All rights reserved.