| Interface | Description |
|---|---|
| StringUtils.JoinCallback<T> |
Callback interface used with various
VCardStringUtils.join()
methods. |
| StringUtils.JoinMapCallback<K,V> |
Callback interface used with the
StringUtils.join(Map, String, JoinMapCallback) method. |
| 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.
|
| DataUri |
Represents a URI for encoding binary data.
|
| GeoUri |
Represents a URI for encoding a geographical position.
|
| GeoUri.Builder |
Builder class for
GeoUri. |
| IOUtils |
I/O helper classes.
|
| ListMultimap<K,V> |
A multimap that uses
List objects to store its values. |
| PartialDate |
Represents a date in which some of the components are missing.
|
| StringUtils |
Helper class for dealing with vCard strings.
|
| TelUri |
Represents a URI for encoding telephone numbers.
|
| TelUri.Builder | |
| UtcOffset |
Represents a UTC offset.
|
| VCardFloatFormatter |
Formats floating-point values for vCards.
|
| XmlUtils |
Generic XML utility methods.
|
| Enum | Description |
|---|---|
| VCardDateFormat |
Defines all of the date formats that are used in vCards, and also
parses/formats vCard dates.
|
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.