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
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.
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.
StringUtils Contains miscellaneous string utilities.
XmlUtils Generic XML utility methods.
 

Enum Summary
ISOFormat Represents the various ISO8601 date-time formats that iCalendar dates can be represented as.
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.