public class CategoryPath
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedList |
_categoryElements |
Constructor and Description |
---|
CategoryPath() |
CategoryPath(java.lang.String category)
Construct a CategoryPath.
|
Modifier and Type | Method and Description |
---|---|
void |
addCategoryElement(CategoryElement categoryElement)
Adds the specified categoryElement to the end of the categoryElement set.
|
CategoryElement |
categoryElementAt(int index)
Returns the CategoryElement at the specified index.
|
boolean |
isEmpty() |
void |
removeAllCategoryElements()
Removes all categoryElements.
|
int |
size()
returns the number of CategoryElements.
|
java.lang.String |
toString() |
public CategoryPath()
public CategoryPath(java.lang.String category)
public int size()
public boolean isEmpty()
public void removeAllCategoryElements()
public void addCategoryElement(CategoryElement categoryElement)
public CategoryElement categoryElementAt(int index)
public java.lang.String toString()
toString
in class java.lang.Object