Uses of Package
org.apache.wicket.util.string
Packages that use org.apache.wicket.util.string
Package
Description
Input/Output utilities.
String utilities.
This package provides casting utilities.
-
Classes in org.apache.wicket.util.string used by org.apache.wicket.util.ioClassDescriptionThis is a copy or combination of
java.lang.StringBufferandjava.lang.StringIt has a special method getValue() which returns the internal char array. -
Classes in org.apache.wicket.util.string used by org.apache.wicket.util.langClassDescriptionHolds an immutable String value and optionally a Locale, with methods to convert to various types.Thrown when a string value cannot be converted to some type.
-
Classes in org.apache.wicket.util.string used by org.apache.wicket.util.stringClassDescriptionAn abstract base class for string list implementations.This is a copy or combination of
java.lang.StringBufferandjava.lang.StringIt has a special method getValue() which returns the internal char array.Typesafe string iterator interfaceTypesafe interface to an ordered sequence of strings.This is a prepending stringbuffer optimized for constantly prepending strings to the front of the buffer.A typesafe, mutable list of strings supporting a variety of convenient operations as well as expected operations from List such as add(), size(), remove(), iterator(), get(int index) and toArray().Holds an immutable String value and optionally a Locale, with methods to convert to various types.Thrown when a string value cannot be converted to some type. -
Classes in org.apache.wicket.util.string used by org.apache.wicket.util.valueClassDescriptionHolds an immutable String value and optionally a Locale, with methods to convert to various types.Thrown when a string value cannot be converted to some type.