com.steptools.stdev.keystone
Class ArrayInteger
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
com.steptools.stdev.keystone.AggregatePrimitive<Integer>
com.steptools.stdev.keystone.AggregateInteger
com.steptools.stdev.keystone.ArrayInteger
- All Implemented Interfaces:
- Instance, Aggregate<Integer>, Cloneable, Iterable<Integer>, Collection<Integer>, List<Integer>
public class ArrayInteger
- extends AggregateInteger
Represents EXPRESS ARRAY of integer
|
Method Summary |
Domain |
domain()
Get the Domain of this object |
| Methods inherited from class com.steptools.stdev.keystone.AggregateInteger |
add, add, add, add, addObject, addObject, createBuffer, get, getBuffer, getCapacity, getValue, set, set, setObject |
| Methods inherited from class java.util.AbstractList |
addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subList |
| 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 |
DOMAIN
public static final AggregateDomain DOMAIN
- The domain for this class
ArrayInteger
public ArrayInteger()
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.