Uses of Class
org.apache.juneau.commons.lang.CharValue
Packages that use CharValue
Package
Description
Language utilities including value wrappers, version management, string formatting,
state enums, and other common language constructs.
-
Uses of CharValue in org.apache.juneau.commons.lang
Methods in org.apache.juneau.commons.lang that return CharValueModifier and TypeMethodDescriptionAdds the specified value to the current value.static CharValueCharValue.create()Creates a new character value initialized to'\0' (null character).CharValue.decrement()Decrements the value by 1.CharValue.increment()Increments the value by 1.static CharValueCreates a new character value with the specified initial value.