edu.iris.Fissures.seed.builder
Class AhExportBuilder.ComplexNumberList

java.lang.Object
  extended by edu.iris.Fissures.seed.builder.AhExportBuilder.ComplexNumberList
Enclosing class:
AhExportBuilder

protected static class AhExportBuilder.ComplexNumberList
extends java.lang.Object

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

list

protected final java.util.List list
Constructor Detail

AhExportBuilder.ComplexNumberList

protected AhExportBuilder.ComplexNumberList()
Method Detail

add

public void add(BasicExportBuilder.ComplexNumber n)
Adds a complex number to the list.

Parameters:
n - the complex number.

get

public BasicExportBuilder.ComplexNumber get(int index)
Gets the complex number from the list.

Parameters:
index - the index.
Returns:
the complex number or null if none.

size

public int size()
Gets the size of the list.

Returns:
the size of the list.