public abstract class AggregateLogical extends AggregateObject<Logical>
modCount
Constructor and Description |
---|
AggregateLogical() |
Modifier and Type | Method and Description |
---|---|
Logical |
getValue(int idx)
Get the value at a specified index
|
addObject, addObject, setObject
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
trimToSize
public Logical getValue(int idx)
idx
- the element to get.