| Class | Description |
|---|---|
| CaseClasses<T,V> |
Manages objects that are like enums in that they are constant, but unlike
enums in that new instances can be created during runtime.
|
| CharacterBitSet |
Represents a collection of unique characters.
|
| ClearableStringBuilder |
Wraps a
StringBuilder object, providing utility methods for clearing
it. |
| DataUri |
Represents a data URI.
|
| GeoUri |
Represents a URI for encoding a geographical position.
|
| GeoUri.Builder |
Builder class for
GeoUri. |
| Gobble |
Gets the entire contents of an input stream or a file.
|
| HtmlUtils |
Generic HTML utility methods.
|
| IOUtils |
I/O helper classes.
|
| ListMultimap<K,V> |
A multimap that uses
ArrayList objects to store its values. |
| PartialDate |
Represents a date in which some of the components are missing.
|
| PartialDate.Builder |
Constructs instances of the
PartialDate class. |
| StringUtils |
Helper class for dealing with strings.
|
| TelUri |
Represents a URI for encoding telephone numbers.
|
| TelUri.Builder | |
| VCardFloatFormatter |
Formats floating-point values for vCards.
|
| XmlUtils |
Generic XML utility methods.
|
| Enum | Description |
|---|---|
| VCardDateFormat |
Parses and formats vCard timestamp values.
|
Copyright © 2012–2023 Michael Angstadt. All rights reserved.