Interface | Description |
---|---|
StringUtils.JoinCallback<T> |
Callback interface used with the
StringUtils.join(Collection, String, JoinCallback) method. |
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.
|
DateTimeComponents |
Contains the raw components of a date-time value.
|
Duration |
Represents a period of time (for example, "2 hours and 30 minutes").
|
Duration.Builder |
Builds
Duration objects. |
Google2445Utils |
Contains utility methods related to the google-rfc-2445 project.
|
ICalDate |
Represents a date-time value.
|
ICalFloatFormatter |
Formats floating-point values for iCalendar objects.
|
IOUtils |
I/O helper classes.
|
ListMultimap<K,V> |
A multimap that uses
List objects to store its values. |
Period |
A period of time.
|
Recurrence |
Represents a recurrence rule value.
|
Recurrence.Builder |
Constructs
Recurrence objects. |
Recurrence.ByDay | |
StringUtils |
Contains miscellaneous string utilities.
|
UtcOffset |
Represents a UTC offset.
|
VersionNumber |
Represents a software version number (e.g.
|
XmlUtils |
Generic XML utility methods.
|
Enum | Description |
---|---|
ICalDateFormat |
Defines all of the date formats that are used in iCalendar objects, and also
parses/formats iCalendar dates.
|
Recurrence.DayOfWeek |
Represents each of the seven days of the week.
|
Recurrence.Frequency |
Represents the frequency at which a recurrence rule repeats itself.
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.