Package biweekly.util

Interface Summary
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 Summary
Base64 Encodes and decodes data into base64.
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.
ICalDateFormatter Helper class that formats and parses iCalendar dates.
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.
StringUtils Contains miscellaneous string utilities.
UtcOffset Represents a UTC offset.
XmlUtils Generic XML utility methods.
 

Enum Summary
ISOFormat Represents the various ISO8601 date-time formats that iCalendar dates can be represented as.
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 Michael Angstadt. All Rights Reserved.