|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CategoryCollection
A collection of Category
s.
Method Summary | |
---|---|
boolean |
contains(java.lang.String categoryReferenceName)
Checks whether this collection contains a Category that has the
specified name. |
Category |
get(int index)
Gets the Category object at the specified index in this
collection. |
Category |
get(java.lang.String categoryReferenceName)
Gets the Category in this collection with the specified reference
name. |
java.util.Iterator<Category> |
iterator()
|
int |
size()
|
Method Detail |
---|
java.util.Iterator<Category> iterator()
iterator
in interface java.lang.Iterable<Category>
int size()
Category
s in the collection.Category get(int index)
Category
object at the specified index in this
collection.
index
- The index of the desired Category
Category
at the specified index in this collection.Category get(java.lang.String categoryReferenceName)
Category
in this collection with the specified reference
name.
categoryReferenceName
- The reference name of the Category
to get.
Category
that has the specified name.boolean contains(java.lang.String categoryReferenceName)
Category
that has the
specified name.
categoryReferenceName
- The reference name of the Category
of interest.
Category
that has the reference specified name
exists in this collection; otherwise, false.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |