|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.seed.builder.AhExportBuilder.ComplexNumberList
protected static class AhExportBuilder.ComplexNumberList
The complex number list.
Field Summary | |
---|---|
protected java.util.List |
list
|
Constructor Summary | |
---|---|
protected |
AhExportBuilder.ComplexNumberList()
|
Method Summary | |
---|---|
void |
add(BasicExportBuilder.ComplexNumber n)
Adds a complex number to the list. |
BasicExportBuilder.ComplexNumber |
get(int index)
Gets the complex number from the list. |
int |
size()
Gets the size of the list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final java.util.List list
Constructor Detail |
---|
protected AhExportBuilder.ComplexNumberList()
Method Detail |
---|
public void add(BasicExportBuilder.ComplexNumber n)
n
- the complex number.public BasicExportBuilder.ComplexNumber get(int index)
index
- the index.
public int size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |