|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.ProofListVo
public class ProofListVo
List of proofs.
| Constructor Summary | |
|---|---|
ProofListVo()
Constructs an empty list of proofs. |
|
| Method Summary | |
|---|---|
void |
add(ProofVo proof)
Add proof to this list. |
boolean |
equals(java.lang.Object obj)
|
Proof |
get(int index)
Get index-th element of list. |
int |
hashCode()
|
int |
size()
Get size of list. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProofListVo()
| Method Detail |
|---|
public final void add(ProofVo proof)
proof - Proof to add.public final int size()
ProofList
size in interface ProofListpublic final Proof get(int index)
ProofListindex-th element of list.
get in interface ProofListindex - Index.
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||