Class DoubleList

Object
org.anchoranalysis.bean.AnchorBean<DoubleList>
org.anchoranalysis.bean.primitive.DoubleList
All Implemented Interfaces:
Iterable<Double>, PrimitiveBeanCollection<Double>

public class DoubleList
extends AnchorBean<DoubleList>
implements PrimitiveBeanCollection<Double>
A bean defining a list of Doubles.

An example:


    <datasets config-class="org.anchoranalysis.bean.primitive.StringList" config-factory="doubleList">
 	    <item>1.2</item>
 	    <item>-0.34354</item>
 	    <item>7.2e5</item>
   </datasets>
 
Author:
Owen Feehan