Uses of Class
org.apache.juneau.commons.lang.ByteValue
Packages that use ByteValue
Package
Description
Language utilities including value wrappers, version management, string formatting,
state enums, and other common language constructs.
-
Uses of ByteValue in org.apache.juneau.commons.lang
Methods in org.apache.juneau.commons.lang that return ByteValueModifier and TypeMethodDescriptionAdds the specified value to the current value.static ByteValueByteValue.create()Creates a new byte value initialized to0 .ByteValue.decrement()Decrements the value by 1.ByteValue.increment()Increments the value by 1.static ByteValueCreates a new byte value with the specified initial value.