Class ModelStateIndexCodec
java.lang.Object
io.fluxzero.common.api.modeling.ModelStateIndexCodec
Encodes opaque model state indices as fixed-width text that retains signed-long ordering.
-
Method Summary
-
Method Details
-
encode
Returns an order-preserving representation of the complete signedlongrange.The sign bit is flipped before unsigned decimal formatting. Fixed-width padding then makes lexical ordering identical to the original numeric ordering without scaling or loss of precision.
-