Uses of Class
dev.cel.common.values.UintValue
-
Packages that use UintValue Package Description dev.cel.common.values -
-
Uses of UintValue in dev.cel.common.values
Methods in dev.cel.common.values that return UintValue Modifier and Type Method Description static UintValueUintValue. create(long value, boolean enableUnsignedLongs)static UintValueUintValue. create(com.google.common.primitives.UnsignedLong value)
-