public interface EncodedValue
IntsRef
Modifier and Type | Interface and Description |
---|---|
static class |
EncodedValue.InitializerConfig |
Modifier and Type | Method and Description |
---|---|
String |
getName()
This method returns the hierarchical name like vehicle.type of this EncodedValue
|
int |
getVersion()
The return value represents the state of this EncodedValue and it can be assumed that two JVMs return the
same version when the EncodedValue has the same state unlike the hashCode method.
|
int |
init(EncodedValue.InitializerConfig init)
This method sets the dataIndex and shift of this EncodedValue object and potentially changes the submitted init
object afterwards via calling next
|
int init(EncodedValue.InitializerConfig init)
EncodedValue.InitializerConfig.next(int)
String getName()
int getVersion()
Copyright © 2012–2020. All rights reserved.