|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xpointer.datatype.SchemeListImpl
An implementation of the SchemeList interface.
Constructor Summary | |
SchemeListImpl()
Creates new SchemeListImpl |
Method Summary | |
void |
addScheme(Scheme scheme)
|
int |
getLength()
Returns the number of schemes in the list |
Scheme |
item(int i)
Returns the i-th scheme in the list |
void |
removeScheme(Scheme scheme)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SchemeListImpl()
Method Detail |
public void addScheme(Scheme scheme)
public int getLength()
SchemeList
getLength
in interface SchemeList
public Scheme item(int i)
SchemeList
item
in interface SchemeList
public void removeScheme(Scheme scheme)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |