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