|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
DimensionSet is an inquiry interface for a collection of Dimensions. Uses naming conventions of Collection framework.
Collection,
Dimension| Method Summary | |
boolean |
contains(Object oo)
Tests if the argument is in this set. |
boolean |
contains(String name)
Tests if the Dimension identified by name
is in this set. |
Dimension |
get(String name)
Retrieve the dimension associated with the specified name. |
DimensionIterator |
iterator()
Returns DimensionIterator for the elements. |
int |
size()
Returns the number of elements in the set |
Dimension[] |
toArray()
Returns a new Array containing the elements of this set. |
| Method Detail |
public int size()
public DimensionIterator iterator()
DimensionIteratorpublic Dimension[] toArray()
public Dimension get(String name)
name - String which identifies the desired dimension
public boolean contains(String name)
name
is in this set.
name - String which identifies the desired dimension
true if and only if this set contains
the named Dimension.public boolean contains(Object oo)
oo - some Object
true if and only if this set contains
oo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||