ST-Developer Java Reference

com.steptools.stdev.keystone
Class BagReal

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<T>
          extended by com.steptools.stdev.keystone.AggregatePrimitive<Double>
              extended by com.steptools.stdev.keystone.AggregateReal
                  extended by com.steptools.stdev.keystone.BagReal
All Implemented Interfaces:
Instance, Aggregate<Double>, Cloneable, Iterable<Double>, Collection<Double>, List<Double>

public class BagReal
extends AggregateReal

Represents EXPRESS BAG of real


Field Summary
static AggregateDomain DOMAIN
          The domain for this class
 
Fields inherited from class com.steptools.stdev.keystone.AggregatePrimitive
size
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
BagReal()
           
 
Method Summary
 Domain domain()
          Get the Domain of this object
 
Methods inherited from class com.steptools.stdev.keystone.AggregateReal
add, add, add, add, addObject, addObject, createBuffer, get, getBuffer, getCapacity, getValue, set, set, setObject, trimToSize
 
Methods inherited from class com.steptools.stdev.keystone.AggregatePrimitive
checkIndex, clone, size, updateCapacity
 
Methods inherited from class java.util.AbstractList
addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, subList, toArray, toArray
 

Field Detail

DOMAIN

public static final AggregateDomain DOMAIN
The domain for this class

Constructor Detail

BagReal

public BagReal()
Method Detail

domain

public Domain domain()
Description copied from interface: Instance
Get the Domain of this object

Returns:
The Domain for this object. If this is a view object, the domain for the base, and not for the view is returned.

ST-Developer Java Reference