A B C D E F G H I L M N O P R S T U V

A

AbstractAgenda - class edu.cmu.andrew.icalendar.AbstractAgenda.
Skeleton agenda class that implements the more obvious methods in terms of the harder methods.
AbstractAgenda() - Constructor for class edu.cmu.andrew.icalendar.AbstractAgenda
 
AbstractEvent - class edu.cmu.andrew.icalendar.AbstractEvent.
A skeleton Event class.
AbstractEvent.PropertyMap - class edu.cmu.andrew.icalendar.AbstractEvent.PropertyMap.
A Map<String, List<Property> >
AbstractEvent.PropertyMap(AbstractEvent) - Constructor for class edu.cmu.andrew.icalendar.AbstractEvent.PropertyMap
 
AbstractEvent() - Constructor for class edu.cmu.andrew.icalendar.AbstractEvent
 
ADD_EVENT - Static variable in class edu.cmu.andrew.icalendar.AgendaRight
 
ADMIN - Static variable in class edu.cmu.andrew.icalendar.AgendaRight
 
Agenda - interface edu.cmu.andrew.icalendar.Agenda.
 
AgendaComparator - class edu.cmu.andrew.icalendar.AgendaComparator.
Implementation of Comparator for use with Agenda objects.
AgendaComparator() - Constructor for class edu.cmu.andrew.icalendar.AgendaComparator
 
AgendaRight - class edu.cmu.andrew.icalendar.AgendaRight.
 
AgendaRight(String, char, int) - Constructor for class edu.cmu.andrew.icalendar.AgendaRight
 
AgendaType - class edu.cmu.andrew.icalendar.AgendaType.
 
AgendaType(String, char) - Constructor for class edu.cmu.andrew.icalendar.AgendaType
 

B

BadComponentException - exception edu.cmu.andrew.icalendar.BadComponentException.
Exception thrown when attempting to parse an invalid ICalendar object.
BadComponentException() - Constructor for class edu.cmu.andrew.icalendar.BadComponentException
 
BadComponentException(String) - Constructor for class edu.cmu.andrew.icalendar.BadComponentException
 
BadComponentException(String, int) - Constructor for class edu.cmu.andrew.icalendar.BadComponentException
 
BadComponentException(String, ParsePosition) - Constructor for class edu.cmu.andrew.icalendar.BadComponentException
 
bitmask - Variable in class edu.cmu.andrew.icalendar.AgendaRight
 
bychar - Static variable in class edu.cmu.andrew.icalendar.AgendaType
 
bystring - Static variable in class edu.cmu.andrew.icalendar.AgendaType
 

C

c - Variable in class edu.cmu.andrew.icalendar.AgendaType
 
CANCELLED - Static variable in class edu.cmu.andrew.icalendar.EventStatus
 
checkInvariant() - Method in class edu.cmu.andrew.icalendar.components.VJournal
 
checkInvariant() - Method in class edu.cmu.andrew.icalendar.components.VFreeBusy
 
checkInvariant() - Method in class edu.cmu.andrew.icalendar.components.VEvent
 
checkInvariant() - Method in class edu.cmu.andrew.icalendar.components.VAlarm
 
checkInvariant() - Method in class edu.cmu.andrew.icalendar.components.VTodo
 
checkInvariant() - Method in class edu.cmu.andrew.icalendar.components.VTimeZone
 
checkInvariant() - Method in class edu.cmu.andrew.icalendar.components.VCalendar
 
checkString(BufferedReader, String) - Static method in class edu.cmu.andrew.icalendar.VCalendarParser
 
clone() - Method in class edu.cmu.andrew.icalendar.util.ConcatIterator
 
col - Variable in class edu.cmu.andrew.icalendar.BadComponentException
 
compare(Object, Object) - Method in class edu.cmu.andrew.icalendar.AgendaComparator
 
compare(Object, Object) - Method in class edu.cmu.andrew.icalendar.EventComparator
 
compare(Object, Object) - Method in class edu.cmu.andrew.icalendar.EventComparator.SortByStartDate
 
compare(Object, Object) - Method in class edu.cmu.andrew.icalendar.EventComparator.SortByOwningAgenda
 
compare(Object, Object) - Method in class edu.cmu.andrew.icalendar.EventComparator.SortBySummary
 
compare(Object, Object) - Method in class edu.cmu.andrew.icalendar.EventComparator.SortByCreationDate
 
Component - class edu.cmu.andrew.icalendar.Component.
A single ICalendar component from BEGIN: to END: This is a representation of a generic ICalendar component.
Component() - Constructor for class edu.cmu.andrew.icalendar.Component
 
ConcatIterator - class edu.cmu.andrew.icalendar.util.ConcatIterator.
Concatanates several CharacterIterators together to form a larger CharacterIterator.
ConcatIterator(List) - Constructor for class edu.cmu.andrew.icalendar.util.ConcatIterator
 
CONFIRMED - Static variable in class edu.cmu.andrew.icalendar.EventStatus
 
CREATE_EVENT - Static variable in class edu.cmu.andrew.icalendar.AgendaRight
 
CREATE_SUB - Static variable in class edu.cmu.andrew.icalendar.AgendaRight
 
created - Variable in class edu.cmu.andrew.icalendar.AbstractEvent
 
crlf - Static variable in class edu.cmu.andrew.icalendar.AbstractAgenda
 
current - Variable in class edu.cmu.andrew.icalendar.util.ConcatIterator
 
current() - Method in class edu.cmu.andrew.icalendar.util.ConcatIterator
 

D

DATE - Static variable in class edu.cmu.andrew.icalendar.DateType
 
DATE_TIME - Static variable in class edu.cmu.andrew.icalendar.DateType
 
DATE_TIME_UTC - Static variable in class edu.cmu.andrew.icalendar.DateType
 
DateType - class edu.cmu.andrew.icalendar.DateType.
Enumerated type representing the different ways of representing DATE-TIME objects in iCalendar.
DateType(String, String, boolean) - Constructor for class edu.cmu.andrew.icalendar.DateType
 
dateval - Variable in class edu.cmu.andrew.icalendar.properties.UnknownDate
 
DELETE_EVENT - Static variable in class edu.cmu.andrew.icalendar.AgendaRight
 
df - Static variable in class edu.cmu.andrew.icalendar.properties.UnknownDuration
 
dt - Variable in class edu.cmu.andrew.icalendar.properties.UnknownDate
 
DYNAMIC - Static variable in class edu.cmu.andrew.icalendar.AgendaType
 

E

eatString(BufferedReader, String) - Static method in class edu.cmu.andrew.icalendar.VCalendarParser
Consumes the string s from the BufferedReader.
EDIT_EVENT - Static variable in class edu.cmu.andrew.icalendar.AgendaRight
 
edu.cmu.andrew.icalendar - package edu.cmu.andrew.icalendar
 
edu.cmu.andrew.icalendar.components - package edu.cmu.andrew.icalendar.components
 
edu.cmu.andrew.icalendar.parameters - package edu.cmu.andrew.icalendar.parameters
 
edu.cmu.andrew.icalendar.properties - package edu.cmu.andrew.icalendar.properties
 
edu.cmu.andrew.icalendar.util - package edu.cmu.andrew.icalendar.util
 
EMPTY_AGENDA - Static variable in class edu.cmu.andrew.icalendar.ICalendar
 
endindex - Variable in class edu.cmu.andrew.icalendar.util.ConcatIterator
 
entrySet() - Method in class edu.cmu.andrew.icalendar.AbstractEvent.PropertyMap
 
EQUAL - Static variable in class edu.cmu.andrew.icalendar.EventComparator
 
equals(Object) - Method in class edu.cmu.andrew.icalendar.AgendaComparator
 
equals(Object) - Method in class edu.cmu.andrew.icalendar.EventComparator
 
equals(Object) - Method in class edu.cmu.andrew.icalendar.EventComparator.SortByStartDate
 
equals(Object) - Method in class edu.cmu.andrew.icalendar.EventComparator.SortByOwningAgenda
 
equals(Object) - Method in class edu.cmu.andrew.icalendar.EventComparator.SortBySummary
 
equals(Object) - Method in class edu.cmu.andrew.icalendar.EventComparator.SortByCreationDate
 
Event - interface edu.cmu.andrew.icalendar.Event.
Any class exporting this interface represents a single event.
EventComparator - class edu.cmu.andrew.icalendar.EventComparator.
Implementation of Comparator for use with Event objects.
EventComparator.SortByCreationDate - class edu.cmu.andrew.icalendar.EventComparator.SortByCreationDate.
 
EventComparator.SortByCreationDate() - Constructor for class edu.cmu.andrew.icalendar.EventComparator.SortByCreationDate
 
EventComparator.SortByOwningAgenda - class edu.cmu.andrew.icalendar.EventComparator.SortByOwningAgenda.
 
EventComparator.SortByOwningAgenda() - Constructor for class edu.cmu.andrew.icalendar.EventComparator.SortByOwningAgenda
 
EventComparator.SortByStartDate - class edu.cmu.andrew.icalendar.EventComparator.SortByStartDate.
 
EventComparator.SortByStartDate() - Constructor for class edu.cmu.andrew.icalendar.EventComparator.SortByStartDate
 
EventComparator.SortBySummary - class edu.cmu.andrew.icalendar.EventComparator.SortBySummary.
 
EventComparator.SortBySummary() - Constructor for class edu.cmu.andrew.icalendar.EventComparator.SortBySummary
 
EventComparator() - Constructor for class edu.cmu.andrew.icalendar.EventComparator
 
EventStatus - class edu.cmu.andrew.icalendar.EventStatus.
Enumerated type representing the value of the iCalendar STATUS property.
EventStatus(String) - Constructor for class edu.cmu.andrew.icalendar.EventStatus
 

F

FIRST_GREATER_THAN - Static variable in class edu.cmu.andrew.icalendar.EventComparator
 
FIRST_LESS_THAN - Static variable in class edu.cmu.andrew.icalendar.EventComparator
 
first() - Method in class edu.cmu.andrew.icalendar.util.ConcatIterator
 
format(Date) - Method in class edu.cmu.andrew.icalendar.DateType
Given the Date object, format it according to this datespec.

G

get(Object) - Method in class edu.cmu.andrew.icalendar.AbstractEvent.PropertyMap
 
getBeginIndex() - Method in class edu.cmu.andrew.icalendar.util.ConcatIterator
 
getCalid() - Method in interface edu.cmu.andrew.icalendar.Agenda
Returns the canonical name of this agenda.
getCN() - Method in interface edu.cmu.andrew.icalendar.Agenda
Returns the canonical human friendly name of this agenda.
getComponents() - Method in class edu.cmu.andrew.icalendar.Component
Return a List containing Component representing all subcomponents of this Component.
getCreated() - Method in interface edu.cmu.andrew.icalendar.Event
Returns the creation date/time of this event.
getCreated() - Method in interface edu.cmu.andrew.icalendar.Agenda
Return the time when this agenda was created.
getCreated() - Method in class edu.cmu.andrew.icalendar.AbstractAgenda
 
getCreated() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
getCreated() - Method in class edu.cmu.andrew.icalendar.components.VEvent
standard accessor
getDateValue() - Method in class edu.cmu.andrew.icalendar.properties.UnknownDate
 
getDescription() - Method in interface edu.cmu.andrew.icalendar.Event
The detailed description of this event.
getDescription() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
getDescription() - Method in class edu.cmu.andrew.icalendar.components.VEvent
standard accessor
getEnddate() - Method in interface edu.cmu.andrew.icalendar.Event
Returns the ending date of this event.
getEnddate() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
getEnddate() - Method in class edu.cmu.andrew.icalendar.components.VEvent
standard accessor
getEndIndex() - Method in class edu.cmu.andrew.icalendar.util.ConcatIterator
 
getEventClass() - Method in interface edu.cmu.andrew.icalendar.Event
One of "PUBLIC", "PRIVATE", or "CONFIDENTIAL".
getEventClass() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
getEventClass() - Method in class edu.cmu.andrew.icalendar.components.VEvent
standard accessor
getEvents() - Method in interface edu.cmu.andrew.icalendar.Agenda
Returns the set of events referred to by this agenda.
getEvents() - Method in class edu.cmu.andrew.icalendar.AbstractAgenda
 
getEventsByDate(Date, Date) - Method in interface edu.cmu.andrew.icalendar.Agenda
Returns the set of events referred to by this agenda, narrowed by the specified date range.
getEventsByDate(Date, Date) - Method in class edu.cmu.andrew.icalendar.AbstractAgenda
 
getIndex() - Method in class edu.cmu.andrew.icalendar.util.ConcatIterator
 
getIndexable() - Method in interface edu.cmu.andrew.icalendar.Event
What data should be indexed from this event?
getIndexable() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
getIndexable() - Method in class edu.cmu.andrew.icalendar.components.VEvent
 
getInstance() - Static method in class edu.cmu.andrew.icalendar.EventComparator
 
getInstance(int) - Static method in class edu.cmu.andrew.icalendar.EventComparator
 
getInstance(String, Map, List) - Static method in class edu.cmu.andrew.icalendar.Component
Create a Property object of the correct type for name.
getInstance(String, String) - Static method in class edu.cmu.andrew.icalendar.Parameter
 
getInstance(String, String, Map) - Static method in class edu.cmu.andrew.icalendar.Property
Create a Property object of the correct type for name.
getIntValue() - Method in class edu.cmu.andrew.icalendar.properties.UnknownInteger
 
getLocation() - Method in interface edu.cmu.andrew.icalendar.Event
The location of this event.
getLocation() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
getLocation() - Method in class edu.cmu.andrew.icalendar.components.VEvent
standard accessor
getMask() - Method in class edu.cmu.andrew.icalendar.AgendaRight
 
getName() - Method in class edu.cmu.andrew.icalendar.Property
Accessor for the name.
getName() - Method in class edu.cmu.andrew.icalendar.Parameter
 
getName() - Method in class edu.cmu.andrew.icalendar.Component
Return the name of this Component.
getName() - Method in class edu.cmu.andrew.icalendar.components.VJournal
 
getName() - Method in class edu.cmu.andrew.icalendar.components.VFreeBusy
 
getName() - Method in class edu.cmu.andrew.icalendar.components.VEvent
 
getName() - Method in class edu.cmu.andrew.icalendar.components.VAlarm
 
getName() - Method in class edu.cmu.andrew.icalendar.components.VTodo
 
getName() - Method in class edu.cmu.andrew.icalendar.components.VTimeZone
 
getName() - Method in class edu.cmu.andrew.icalendar.components.VCalendar
 
getName() - Method in class edu.cmu.andrew.icalendar.parameters.UnknownParameter
 
getName() - Method in class edu.cmu.andrew.icalendar.properties.UnknownDate
 
getName() - Method in class edu.cmu.andrew.icalendar.properties.UnknownString
 
getName() - Method in class edu.cmu.andrew.icalendar.properties.Transp
 
getName() - Method in class edu.cmu.andrew.icalendar.properties.UnknownDuration
 
getName() - Method in class edu.cmu.andrew.icalendar.properties.UnknownProperty
Returns the name of this property.
getName() - Method in class edu.cmu.andrew.icalendar.properties.UnknownInteger
 
getNthValue(String) - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
getOwningAgenda() - Method in interface edu.cmu.andrew.icalendar.Event
All events stored in the event store have an "owning agenda".
getOwningAgenda() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
getOwningAgenda() - Method in class edu.cmu.andrew.icalendar.components.VEvent
 
getParameter(String) - Method in class edu.cmu.andrew.icalendar.Property
Given a name, return a List containing Parameter objects representing all of the parameters with this name.
getPriority() - Method in interface edu.cmu.andrew.icalendar.Event
the priority of the event, if any, from 1 to 9, with 1 the highest priority.
getPriority() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
getPriority() - Method in class edu.cmu.andrew.icalendar.components.VEvent
standard accessor
getProperty(String) - Method in class edu.cmu.andrew.icalendar.Component
Return a List containing Property representing all of the properties associated with this component
getPropertyMap() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
Returns a Map of attributes.
getPropertyMap() - Method in class edu.cmu.andrew.icalendar.Component
 
getRep() - Method in class edu.cmu.andrew.icalendar.AgendaRight
 
getSecondaryMap() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
Returns a Map of secondary attributes, assuming secondary attributes are single-valued strings, of iCalendar property name to property value, without and parameters.
getSecondaryValue(String) - Method in interface edu.cmu.andrew.icalendar.Event
All other event properties are considered "secondary": they do not influence the scheduling of meetings relative to each other.
getSecondaryValue(String) - Method in class edu.cmu.andrew.icalendar.components.VEvent
 
getSecondsValue() - Method in class edu.cmu.andrew.icalendar.properties.UnknownDuration
 
getSeq() - Method in interface edu.cmu.andrew.icalendar.Event
The sequence number of an event is incremented every time the event is modified in a substantial fashion.
getSeq() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
getSeq() - Method in class edu.cmu.andrew.icalendar.components.VEvent
standard accessor
getSingleDate(String) - Method in class edu.cmu.andrew.icalendar.Component
 
getSingleDuration(String) - Method in class edu.cmu.andrew.icalendar.Component
 
getSingleInteger(String) - Method in class edu.cmu.andrew.icalendar.Component
 
getSingleString(String) - Method in class edu.cmu.andrew.icalendar.Component
 
getStartdate() - Method in interface edu.cmu.andrew.icalendar.Event
The date that this event starts on.
getStartdate() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
getStartdate() - Method in class edu.cmu.andrew.icalendar.components.VEvent
standard accessor
getStatus() - Method in interface edu.cmu.andrew.icalendar.Event
The status of the event.
getStatus() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
getStatus() - Method in class edu.cmu.andrew.icalendar.components.VEvent
standard accessor
getSummary() - Method in interface edu.cmu.andrew.icalendar.Event
The summary ("title") of this event.
getSummary() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
getSummary() - Method in class edu.cmu.andrew.icalendar.components.VEvent
standard accessor
getthedate(String, Date) - Method in class edu.cmu.andrew.icalendar.components.VEvent
 
gettheinteger(String, int) - Method in class edu.cmu.andrew.icalendar.components.VEvent
 
getthestring(String, String) - Method in class edu.cmu.andrew.icalendar.components.VEvent
 
getTransp() - Method in interface edu.cmu.andrew.icalendar.Event
Whether or not this event is transparent to other events.
getTransp() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
getTransp() - Method in class edu.cmu.andrew.icalendar.components.VEvent
standard accessor
getTransp() - Method in class edu.cmu.andrew.icalendar.properties.Transp
Method getTransp.
getType() - Method in interface edu.cmu.andrew.icalendar.Agenda
Returns the type of this agenda.
getUid() - Method in interface edu.cmu.andrew.icalendar.Event
The unique ID of an event is a globally unique identification that is invariant across the life of this event, regardless of invitations/removals/cancellations.
getUid() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
getUid() - Method in class edu.cmu.andrew.icalendar.components.VEvent
standard accessor
getValue() - Method in class edu.cmu.andrew.icalendar.Property
Accessor for the value.
getValue() - Method in class edu.cmu.andrew.icalendar.Parameter
 
getValue() - Method in class edu.cmu.andrew.icalendar.parameters.UnknownParameter
 
getValue() - Method in class edu.cmu.andrew.icalendar.properties.UnknownDate
 
getValue() - Method in class edu.cmu.andrew.icalendar.properties.UnknownString
 
getValue() - Method in class edu.cmu.andrew.icalendar.properties.Transp
 
getValue() - Method in class edu.cmu.andrew.icalendar.properties.UnknownDuration
 
getValue() - Method in class edu.cmu.andrew.icalendar.properties.UnknownProperty
Returns the value of this property.
getValue() - Method in class edu.cmu.andrew.icalendar.properties.UnknownInteger
 
getValues() - Static method in class edu.cmu.andrew.icalendar.AgendaRight
 

H

hasEndtime() - Method in interface edu.cmu.andrew.icalendar.Event
The equivalent to hasStarttime.
hasEndtime() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
hasEndtime() - Method in class edu.cmu.andrew.icalendar.components.VEvent
 
hasStarttime() - Method in interface edu.cmu.andrew.icalendar.Event
Returns true if the startdate has a time component.
hasStarttime() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
hasStarttime() - Method in class edu.cmu.andrew.icalendar.components.VEvent
 
hasTime() - Method in class edu.cmu.andrew.icalendar.properties.UnknownDate
 

I

ICalendar - class edu.cmu.andrew.icalendar.ICalendar.
 
ICalendar() - Constructor for class edu.cmu.andrew.icalendar.ICalendar
 
ICalendarParseException - exception edu.cmu.andrew.icalendar.ICalendarParseException.
Exception thrown when attempting to parse an invalid ICalendar object.
ICalendarParseException() - Constructor for class edu.cmu.andrew.icalendar.ICalendarParseException
 
ICalendarParseException(Exception) - Constructor for class edu.cmu.andrew.icalendar.ICalendarParseException
 
ICalendarParseException(String) - Constructor for class edu.cmu.andrew.icalendar.ICalendarParseException
 
index - Variable in class edu.cmu.andrew.icalendar.util.ConcatIterator
 
istransp - Variable in class edu.cmu.andrew.icalendar.properties.Transp
 

L

l - Variable in class edu.cmu.andrew.icalendar.util.ConcatIterator
 
last() - Method in class edu.cmu.andrew.icalendar.util.ConcatIterator
 
li - Variable in class edu.cmu.andrew.icalendar.util.ConcatIterator
 
LOCATION - Static variable in class edu.cmu.andrew.icalendar.AgendaType
 

M

multipleOk() - Method in class edu.cmu.andrew.icalendar.Property
Returns whether or not multiple instances of these properties may appear in a single component.
multipleOk() - Method in class edu.cmu.andrew.icalendar.Parameter
 
multipleOk() - Method in class edu.cmu.andrew.icalendar.parameters.UnknownParameter
 
multipleOk() - Method in class edu.cmu.andrew.icalendar.properties.UnknownDate
 
multipleOk() - Method in class edu.cmu.andrew.icalendar.properties.UnknownString
 
multipleOk() - Method in class edu.cmu.andrew.icalendar.properties.UnknownSingleString
 
multipleOk() - Method in class edu.cmu.andrew.icalendar.properties.UnknownSingleDate
 
multipleOk() - Method in class edu.cmu.andrew.icalendar.properties.Transp
 
multipleOk() - Method in class edu.cmu.andrew.icalendar.properties.UnknownDuration
 
multipleOk() - Method in class edu.cmu.andrew.icalendar.properties.UnknownSingleDuration
 
multipleOk() - Method in class edu.cmu.andrew.icalendar.properties.UnknownProperty
Returns whether or not multiple instances of these properties may appear in a single component.
multipleOk() - Method in class edu.cmu.andrew.icalendar.properties.UnknownInteger
 
multipleOk() - Method in class edu.cmu.andrew.icalendar.properties.UnknownSingleInteger
 

N

name - Variable in class edu.cmu.andrew.icalendar.AgendaType
 
name - Variable in class edu.cmu.andrew.icalendar.EventStatus
 
name - Variable in class edu.cmu.andrew.icalendar.DateType
 
name - Variable in class edu.cmu.andrew.icalendar.AgendaRight
 
name - Variable in class edu.cmu.andrew.icalendar.parameters.UnknownParameter
 
name - Variable in class edu.cmu.andrew.icalendar.properties.UnknownDate
 
name - Variable in class edu.cmu.andrew.icalendar.properties.UnknownString
 
name - Variable in class edu.cmu.andrew.icalendar.properties.UnknownSingleDate
 
name - Variable in class edu.cmu.andrew.icalendar.properties.UnknownDuration
 
name - Variable in class edu.cmu.andrew.icalendar.properties.UnknownSingleDuration
 
name - Variable in class edu.cmu.andrew.icalendar.properties.UnknownProperty
 
name - Variable in class edu.cmu.andrew.icalendar.properties.UnknownInteger
 
name - Variable in class edu.cmu.andrew.icalendar.properties.UnknownSingleInteger
 
newFromCharacterIterators(List) - Static method in class edu.cmu.andrew.icalendar.util.ConcatIterator
Given a List<CharacterIterator> return a CharacterIterator that iterates through each in succession.
newFromStrings(List) - Static method in class edu.cmu.andrew.icalendar.util.ConcatIterator
Given a List<String> return a CharacterIterator that iterates through each string in succession.
next() - Method in class edu.cmu.andrew.icalendar.util.ConcatIterator
 
nextchar - Variable in class edu.cmu.andrew.icalendar.VCalendarParser
 

O

ORGANIZATION - Static variable in class edu.cmu.andrew.icalendar.AgendaType
 
output(Writer) - Method in class edu.cmu.andrew.icalendar.Property
Write the iCalendar representation to w.
output(Writer) - Method in class edu.cmu.andrew.icalendar.Parameter
 
outputAgendaMetadata(Writer) - Method in class edu.cmu.andrew.icalendar.AbstractAgenda
 
outputEmptyAgenda(Writer) - Method in interface edu.cmu.andrew.icalendar.Agenda
Outputs an iCalendar object to the specified writer.
outputEmptyAgenda(Writer) - Method in class edu.cmu.andrew.icalendar.AbstractAgenda
 
outputICalendar(Writer) - Method in interface edu.cmu.andrew.icalendar.Event
Write the iCalendar representation to w.
outputICalendar(Writer) - Method in interface edu.cmu.andrew.icalendar.Agenda
Outputs an iCalendar object to the specified writer.
outputICalendar(Writer) - Method in class edu.cmu.andrew.icalendar.AbstractAgenda
 
outputICalendar(Writer) - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
outputICalendar(Writer) - Method in class edu.cmu.andrew.icalendar.Component
Write the iCalendar representation to w.
outputICalendar(Writer) - Method in class edu.cmu.andrew.icalendar.components.VCalendar
 
outputICalendar(Writer, Date, Date) - Method in interface edu.cmu.andrew.icalendar.Agenda
Outputs an iCalendar object to the specified writer.
outputICalendar(Writer, Date, Date) - Method in class edu.cmu.andrew.icalendar.AbstractAgenda
 

P

Parameter - class edu.cmu.andrew.icalendar.Parameter.
 
Parameter() - Constructor for class edu.cmu.andrew.icalendar.Parameter
 
parameters - Variable in class edu.cmu.andrew.icalendar.Property
contains a map from parameter name -> List of Parameter objects
parse(BufferedReader) - Static method in class edu.cmu.andrew.icalendar.VCalendarParser
Constructs a VCalendar from the input stream
parse(String) - Method in class edu.cmu.andrew.icalendar.DateType
Parse the given date with this datespec.
parseArbitraryComponent(BufferedReader) - Static method in class edu.cmu.andrew.icalendar.VCalendarParser
Constructs any valid iCalendar component from the input stream.
parseComponent(BufferedReader) - Method in class edu.cmu.andrew.icalendar.VCalendarParser
given a stream at "BEGIN:", produce an object of that component
parseParameter(BufferedReader) - Method in class edu.cmu.andrew.icalendar.VCalendarParser
 
parseProperty(BufferedReader) - Method in class edu.cmu.andrew.icalendar.VCalendarParser
given a stream at the start of a property line, parse the property.
parsePropertyList(Map, BufferedReader) - Static method in class edu.cmu.andrew.icalendar.VCalendarParser
 
peekChar(BufferedReader) - Static method in class edu.cmu.andrew.icalendar.VCalendarParser
 
PERSON - Static variable in class edu.cmu.andrew.icalendar.AgendaType
 
previous() - Method in class edu.cmu.andrew.icalendar.util.ConcatIterator
 
PrimaryProps - Variable in class edu.cmu.andrew.icalendar.AbstractEvent.PropertyMap
 
properties - Variable in class edu.cmu.andrew.icalendar.Component
contains a map from property name -> List of Property objects
Property - class edu.cmu.andrew.icalendar.Property.
 
Property() - Constructor for class edu.cmu.andrew.icalendar.Property
 

R

rep - Variable in class edu.cmu.andrew.icalendar.AgendaRight
 
repmap - Static variable in class edu.cmu.andrew.icalendar.AgendaRight
 
RESOURCE - Static variable in class edu.cmu.andrew.icalendar.AgendaType
 

S

s - Variable in class edu.cmu.andrew.icalendar.BadComponentException
 
sdf - Variable in class edu.cmu.andrew.icalendar.DateType
 
seconds - Variable in class edu.cmu.andrew.icalendar.properties.UnknownDuration
 
setIndex(int) - Method in class edu.cmu.andrew.icalendar.util.ConcatIterator
 
SORT_BY_CREATION_DATE - Static variable in class edu.cmu.andrew.icalendar.EventComparator
 
SORT_BY_OWNING_AGENDA - Static variable in class edu.cmu.andrew.icalendar.EventComparator
 
SORT_BY_START_DATE_INSTANCE - Static variable in class edu.cmu.andrew.icalendar.EventComparator
 
SORT_BY_SUMMARY - Static variable in class edu.cmu.andrew.icalendar.EventComparator
 
subComponents - Variable in class edu.cmu.andrew.icalendar.Component
contains a map of Component objects

T

TENTATIVE - Static variable in class edu.cmu.andrew.icalendar.EventStatus
 
toChar() - Method in class edu.cmu.andrew.icalendar.AgendaType
 
toString() - Method in class edu.cmu.andrew.icalendar.AgendaType
 
toString() - Method in class edu.cmu.andrew.icalendar.Property
Returns this Property in iCalendar form.
toString() - Method in class edu.cmu.andrew.icalendar.EventStatus
 
toString() - Method in class edu.cmu.andrew.icalendar.DateType
 
toString() - Method in class edu.cmu.andrew.icalendar.BadComponentException
 
toString() - Method in class edu.cmu.andrew.icalendar.Parameter
 
toString() - Method in class edu.cmu.andrew.icalendar.AgendaRight
 
toString() - Method in class edu.cmu.andrew.icalendar.AbstractAgenda
 
toString() - Method in class edu.cmu.andrew.icalendar.AbstractEvent
 
toString() - Method in class edu.cmu.andrew.icalendar.Component
Returns this Component in iCalendar form.
Transp - class edu.cmu.andrew.icalendar.properties.Transp.
 
Transp(String, boolean) - Constructor for class edu.cmu.andrew.icalendar.properties.Transp
 
Transp(String, String) - Constructor for class edu.cmu.andrew.icalendar.properties.Transp
 

U

uid - Variable in class edu.cmu.andrew.icalendar.AbstractEvent
create a UID for this object in case getUid isn't overriden
uid - Variable in class edu.cmu.andrew.icalendar.components.VEvent
 
union - Variable in class edu.cmu.andrew.icalendar.AbstractEvent.PropertyMap
 
UNKNOWN - Static variable in class edu.cmu.andrew.icalendar.AgendaType
 
UnknownDate - class edu.cmu.andrew.icalendar.properties.UnknownDate.
A generic property that must contain a Date value.
UnknownDate(String, DateType, Date) - Constructor for class edu.cmu.andrew.icalendar.properties.UnknownDate
Constructs a date property given a Java Date object.
UnknownDate(String, String) - Constructor for class edu.cmu.andrew.icalendar.properties.UnknownDate
 
UnknownDuration - class edu.cmu.andrew.icalendar.properties.UnknownDuration.
A generic property that must contain a duration.
UnknownDuration(String, String) - Constructor for class edu.cmu.andrew.icalendar.properties.UnknownDuration
 
UnknownInteger - class edu.cmu.andrew.icalendar.properties.UnknownInteger.
A generic property that must contain an integer value.
UnknownInteger(String, int) - Constructor for class edu.cmu.andrew.icalendar.properties.UnknownInteger
 
UnknownInteger(String, String) - Constructor for class edu.cmu.andrew.icalendar.properties.UnknownInteger
 
UnknownParameter - class edu.cmu.andrew.icalendar.parameters.UnknownParameter.
 
UnknownParameter(String, String) - Constructor for class edu.cmu.andrew.icalendar.parameters.UnknownParameter
 
UnknownProperty - class edu.cmu.andrew.icalendar.properties.UnknownProperty.
A generic property of unknown type.
UnknownProperty(String, String) - Constructor for class edu.cmu.andrew.icalendar.properties.UnknownProperty
Standard constructor taking the name and value.
UnknownSingleDate - class edu.cmu.andrew.icalendar.properties.UnknownSingleDate.
A generic property that must contain an integer value.
UnknownSingleDate(String, DateType, Date) - Constructor for class edu.cmu.andrew.icalendar.properties.UnknownSingleDate
Constructor UnknownSingleDate.
UnknownSingleDate(String, String) - Constructor for class edu.cmu.andrew.icalendar.properties.UnknownSingleDate
 
UnknownSingleDuration - class edu.cmu.andrew.icalendar.properties.UnknownSingleDuration.
A generic property that must contain a duration.
UnknownSingleDuration(String, String) - Constructor for class edu.cmu.andrew.icalendar.properties.UnknownSingleDuration
 
UnknownSingleInteger - class edu.cmu.andrew.icalendar.properties.UnknownSingleInteger.
A generic property that must contain an integer value.
UnknownSingleInteger(String, int) - Constructor for class edu.cmu.andrew.icalendar.properties.UnknownSingleInteger
 
UnknownSingleInteger(String, String) - Constructor for class edu.cmu.andrew.icalendar.properties.UnknownSingleInteger
 
UnknownSingleString - class edu.cmu.andrew.icalendar.properties.UnknownSingleString.
A generic property that must contain a String value, without any siblings.
UnknownSingleString(String, String) - Constructor for class edu.cmu.andrew.icalendar.properties.UnknownSingleString
 
UnknownString - class edu.cmu.andrew.icalendar.properties.UnknownString.
A generic property that must contain a String value.
UnknownString(String, String) - Constructor for class edu.cmu.andrew.icalendar.properties.UnknownString
 
UTC_TZ - Static variable in class edu.cmu.andrew.icalendar.DateType
 

V

VAlarm - class edu.cmu.andrew.icalendar.components.VAlarm.
A single ICalendar object from BEGIN:VALARM to END:VALARM
VAlarm(Map, List) - Constructor for class edu.cmu.andrew.icalendar.components.VAlarm
 
value - Variable in class edu.cmu.andrew.icalendar.parameters.UnknownParameter
 
value - Variable in class edu.cmu.andrew.icalendar.properties.UnknownString
 
value - Variable in class edu.cmu.andrew.icalendar.properties.UnknownSingleDate
 
value - Variable in class edu.cmu.andrew.icalendar.properties.UnknownDuration
 
value - Variable in class edu.cmu.andrew.icalendar.properties.UnknownSingleDuration
 
value - Variable in class edu.cmu.andrew.icalendar.properties.UnknownProperty
 
value - Variable in class edu.cmu.andrew.icalendar.properties.UnknownInteger
 
value - Variable in class edu.cmu.andrew.icalendar.properties.UnknownSingleInteger
 
valueOf(char) - Static method in class edu.cmu.andrew.icalendar.AgendaType
 
valueOf(char) - Static method in class edu.cmu.andrew.icalendar.AgendaRight
 
valueOf(String) - Static method in class edu.cmu.andrew.icalendar.AgendaType
Resolve a string to the appropriate AgendaType.
valueOf(String) - Static method in class edu.cmu.andrew.icalendar.EventStatus
 
values - Static variable in class edu.cmu.andrew.icalendar.AgendaRight
 
VCalendar - class edu.cmu.andrew.icalendar.components.VCalendar.
A single ICalendar object from BEGIN:VCALENDAR to END:VCALENDAR.
VCalendar(Map, List) - Constructor for class edu.cmu.andrew.icalendar.components.VCalendar
 
VCalendarParser - class edu.cmu.andrew.icalendar.VCalendarParser.
Turn streams into ICalendarObjects.
VCalendarParser() - Constructor for class edu.cmu.andrew.icalendar.VCalendarParser
 
VEvent - class edu.cmu.andrew.icalendar.components.VEvent.
A single ICalendar object from BEGIN:VEVENT to END:VEVENT
VEvent(Map, List) - Constructor for class edu.cmu.andrew.icalendar.components.VEvent
 
VFreeBusy - class edu.cmu.andrew.icalendar.components.VFreeBusy.
A single ICalendar object from BEGIN:FREEBUSY to END:FREEBUSY
VFreeBusy(Map, List) - Constructor for class edu.cmu.andrew.icalendar.components.VFreeBusy
 
VJournal - class edu.cmu.andrew.icalendar.components.VJournal.
A single ICalendar object from BEGIN:VJOURNAL to END:VJOURNAL
VJournal() - Constructor for class edu.cmu.andrew.icalendar.components.VJournal
 
VJournal(Map, List) - Constructor for class edu.cmu.andrew.icalendar.components.VJournal
 
VTimeZone - class edu.cmu.andrew.icalendar.components.VTimeZone.
A single ICalendar object from BEGIN:FREEBUSY to END:FREEBUSY
VTimeZone(Map, List) - Constructor for class edu.cmu.andrew.icalendar.components.VTimeZone
 
VTodo - class edu.cmu.andrew.icalendar.components.VTodo.
A single ICalendar object containing the todo component
VTodo(Map, List) - Constructor for class edu.cmu.andrew.icalendar.components.VTodo
 

A B C D E F G H I L M N O P R S T U V