|
Hilbert II - Version 0.03.04 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.qedeq.kernel.dto.module.LinkListVo
List of links. A link is just a string that identifies something.
| Constructor Summary | |
LinkListVo()
Constructs an empty list of links. |
|
| Method Summary | |
void |
add(String id)
Add link to list. |
boolean |
equals(Object obj)
|
String |
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 LinkListVo()
| Method Detail |
public final void add(String id)
id - Identifier to add.public final int size()
LinkList
size in interface LinkListpublic final String get(int index)
LinkListindex-th element of list.
get in interface LinkListindex - Index.
public boolean equals(Object obj)
public int hashCode()
public String toString()
|
Hilbert II - Version 0.03.04 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| ©left GNU General Public Licence All Rights Reserved. |