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