T
- A ConditionalObject
-derived type.public abstract class ConditionalObjectCollectionGeneric<T extends ConditionalObject> extends ConditionalObjectCollection implements Iterable<T>
ConditionalObject
-derived instances used in conditional formatting.Modifier and Type | Method and Description |
---|---|
T |
get(int index)
Gets the conditional object at the specified index.
|
Iterator<T> |
iterator()
Returns an iterator that iterates through the
ConditionalObjectCollectionGeneric . |
int |
size()
Gets the number of conditional objects contained in the
ConditionalObjectCollectionGeneric . |
conditionalObjectIterator
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final T get(int index)
get
in class ConditionalObjectCollection
index
- The zero-based index of the conditional object to get.IndexOutOfBoundsException
- index
is less than 0 or is equal to or greater than size()
.public final Iterator<T> iterator()
ConditionalObjectCollectionGeneric
.iterator
in interface Iterable<T extends ConditionalObject>
ConditionalObjectCollectionGeneric
.public final int size()
ConditionalObjectCollectionGeneric
.size
in class ConditionalObjectCollection
ConditionalObjectCollectionGeneric
.© GemBox Ltd. — All rights reserved.