|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListMultimap | |
|---|---|
| biweekly.component | |
| biweekly.io.json | |
| biweekly.parameter | |
| biweekly.property.marshaller | |
| biweekly.util | |
| Uses of ListMultimap in biweekly.component |
|---|
| Fields in biweekly.component declared as ListMultimap | |
|---|---|
protected ListMultimap<Class<? extends ICalComponent>,ICalComponent> |
ICalComponent.components
|
protected ListMultimap<Class<? extends ICalProperty>,ICalProperty> |
ICalComponent.properties
|
| Methods in biweekly.component that return ListMultimap | |
|---|---|
ListMultimap<Class<? extends ICalComponent>,ICalComponent> |
ICalComponent.getComponents()
Gets all the sub-components associated with this component. |
ListMultimap<Class<? extends ICalProperty>,ICalProperty> |
ICalComponent.getProperties()
Gets all the properties associated with this component. |
| Uses of ListMultimap in biweekly.io.json |
|---|
| Methods in biweekly.io.json that return ListMultimap | |
|---|---|
ListMultimap<String,String> |
JCalValue.asObject()
Parses this jCal value as an object property value. |
| Methods in biweekly.io.json with parameters of type ListMultimap | |
|---|---|
static JCalValue |
JCalValue.object(ListMultimap<String,Object> value)
Creates an object value. |
| Uses of ListMultimap in biweekly.parameter |
|---|
| Subclasses of ListMultimap in biweekly.parameter | |
|---|---|
class |
ICalParameters
Contains the list of parameters that belong to a property. |
| Uses of ListMultimap in biweekly.property.marshaller |
|---|
| Methods in biweekly.property.marshaller that return ListMultimap | |
|---|---|
protected static ListMultimap<String,String> |
ICalPropertyMarshaller.object(String value)
Parses an object property value. |
| Uses of ListMultimap in biweekly.util |
|---|
| Constructors in biweekly.util with parameters of type ListMultimap | |
|---|---|
ListMultimap(ListMultimap<K,V> orig)
Creates a copy of an existing multimap. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||