|
Hilbert II - Version 0.02.01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.bo.module.SubsectionListBo
List of nodes. In LaTeX terms a node is something like an "subsection".
| Constructor Summary | |
SubsectionListBo()
Constructs an empty node list. |
|
| Method Summary | |
void |
add(SubsectionType node)
Add subsection to this list. |
boolean |
equals(Object obj)
|
SubsectionType |
get(int index)
Get index-th element of list. |
int |
hashCode()
|
int |
size()
Get size of list. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SubsectionListBo()
| Method Detail |
public final void add(SubsectionType node)
node - Subsection or node to add.public final int size()
SubsectionList
size in interface SubsectionListpublic final SubsectionType get(int index)
SubsectionListindex-th element of list.
get in interface SubsectionListindex - Index.
public boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.02.01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |