|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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(java.lang.Object oo)
Tests if the argument is in this set. |
boolean |
contains(java.lang.String name)
Tests if the Dimension identified by name
is in this set. |
Dimension |
get(java.lang.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(java.lang.String name)
name - String which identifies the desired dimensionpublic boolean contains(java.lang.String name)
name
is in this set.name - String which identifies the desired dimensiontrue if and only if this set contains
the named Dimension.public boolean contains(java.lang.Object oo)
oo - some Objecttrue if and only if this set contains
oo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||