ambit2.core.data
Class ArrayResult<T>

Package class diagram package ArrayResult
java.lang.Object
  extended by ambit2.core.data.ArrayResult<T>
All Implemented Interfaces:
org.openscience.cdk.qsar.result.IDescriptorResult
Direct Known Subclasses:
IntArrayResult

public class ArrayResult<T>
extends java.lang.Object
implements org.openscience.cdk.qsar.result.IDescriptorResult


Constructor Summary
ArrayResult()
           
ArrayResult(T[] array)
           
 
Method Summary
 T get(int index)
           
 int length()
           
 void set(int index, T value)
           
 int size()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArrayResult

public ArrayResult()

ArrayResult

public ArrayResult(T[] array)
Method Detail

get

public T get(int index)

set

public void set(int index,
                T value)

size

public int size()

toString

public java.lang.String toString()
Specified by:
toString in interface org.openscience.cdk.qsar.result.IDescriptorResult
Overrides:
toString in class java.lang.Object

length

public int length()
Specified by:
length in interface org.openscience.cdk.qsar.result.IDescriptorResult