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