java.lang.Object
net.fortuna.ical4j.model.LocationTypeList
- All Implemented Interfaces:
Serializable,Iterable<String>
Deprecated.
replaced with standard Java collections.
$Id LocationTypeList.java $ [23-Apr-2004]
Defines a list of iCalendar location types.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Default constructor.LocationTypeList(String aValue) Deprecated.Parses the specified string representation to create a list of categories.LocationTypeList(LocationType... locationTypes) Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
LocationTypeList
public LocationTypeList()Deprecated.Default constructor. -
LocationTypeList
Deprecated.Parses the specified string representation to create a list of categories.- Parameters:
aValue- a string representation of a list of categories
-
LocationTypeList
Deprecated.
-
-
Method Details
-
toString
Deprecated. -
add
Deprecated.Add a location type to the list.- Parameters:
locationType- the location type to add- Returns:
- true if the object is added successfully
- See Also:
-
isEmpty
public final boolean isEmpty()Deprecated.- Returns:
- boolean indicates if the list is empty
- See Also:
-
iterator
Deprecated. -
remove
Deprecated.Remove a locationType from the list.- Parameters:
locationType- the location type to remove- Returns:
- true if the list contained the specified category
- See Also:
-
size
public final int size()Deprecated.- Returns:
- the number of categories in the list
- See Also:
-