|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.model.IndexedPropertyList
Provides indexing of properties on parameter names.
Constructor Summary | |
IndexedPropertyList(PropertyList list)
Creates a new instance indexed on all parameters. |
|
IndexedPropertyList(PropertyList list,
String indexParameter)
Creates a new instance indexed on the specified parameter name. |
Method Summary | |
PropertyList |
getProperties(String paramName)
Returns a list of properties containing a parameter with the specified name |
Property |
getProperty(String paramName)
Returns the first property containing a parameter with the specified name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IndexedPropertyList(PropertyList list, String indexParameter)
list
- indexParameter
- public IndexedPropertyList(PropertyList list)
list
- Method Detail |
public PropertyList getProperties(String paramName)
paramName
- the name of the parameter contained in the
returned properties
public Property getProperty(String paramName)
paramName
- the name of the parameter identified in the returned
property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |