|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fortuna.ical4j.model.IndexedComponentList
public class IndexedComponentList
Provides indexing of components on a specific property.
| Constructor Summary | |
|---|---|
IndexedComponentList(ComponentList list,
java.lang.String propertyName)
Creates a new instance indexed on properties with the specified name. |
|
| Method Summary | |
|---|---|
Component |
getComponent(java.lang.String propertyValue)
Returns the first component containing a property with the specified value. |
ComponentList |
getComponents(java.lang.String propertyValue)
Returns a list of components containing a property with the specified value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexedComponentList(ComponentList list,
java.lang.String propertyName)
list - a list of componentspropertyName - the name of the properties to index on| Method Detail |
|---|
public ComponentList getComponents(java.lang.String propertyValue)
propertyValue - the value of the property contained in the
returned components
public Component getComponent(java.lang.String propertyValue)
propertyValue - the value of the property identified in the returned
component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||