Package org.apache.juneau.commons.lang
package org.apache.juneau.commons.lang
Language utilities including value wrappers, version management, string formatting,
state enums, and other common language constructs.
-
ClassDescriptionStores a Map of ASCII characters to Strings in a quick-lookup array.Stores a set of ASCII characters for quick lookup.Builder class.A simple mutable boolean value.A simple mutable byte value.A simple mutable character value.A simple mutable double value.A simple mutable boolean flag.A simple mutable float value.Utility class for generating integer hash codes.A simple mutable integer value.A simple mutable long value.A simple mutable short value.Enumeration of state machine states for use in parsing operations.Unified string formatter supporting both MessageFormat-style and printf-style formatting in the same pattern.A simple mutable string value.Three-state enumeration for boolean-like values that can be explicitly set or unset.Value<T>A generic mutable value wrapper.Listener interface for monitoring value changes in
Valueobjects.Represents a version string such as"1.2" or"1.2.3" Represents an OSGi-style version range like"1.2" or"[1.0,2.0)" .A simple weighted average of numbers.