public abstract class AggregateBoolean extends AggregateObject<ExpBoolean>
modCount| Constructor and Description | 
|---|
| AggregateBoolean() | 
| Modifier and Type | Method and Description | 
|---|---|
| ExpBoolean | getValue(int idx)Get the value at a specified index | 
addObject, addObject, setObjectadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waittrimToSizepublic ExpBoolean getValue(int idx)
idx - the element to get.