|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList
com.endeca.navigation.ERecRollupKeyList
public class ERecRollupKeyList
Collection of record rollup keys exposed as a
java.util.List.
Note: ERecRollupKeyList objects are unmodifiable and therefore do not support
any modification operations (such as add, remove, and clear) that are inherited.
Attempting to modify the object may result in a runtime exception
(UnsupportedOperationException).
| Field Summary |
|---|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Method Summary | |
|---|---|
Object |
get(int index)
Gets rollup key at offset index. |
ERecRollupKey |
getKey(int index)
Gets rollup key at offset index. |
ERecRollupKey |
getKey(String name)
Gets rollup key with the name name. |
int |
size()
Gets the size of lists or the number of rollup keys in this list. |
| Methods inherited from class java.util.AbstractList |
|---|
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, 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 |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, subList, toArray, toArray |
| Method Detail |
|---|
public Object get(int index)
index.
Will throw an IndexOutOfBound exception if offset is not legal.
Type of object returned is ERecRollupKey.
get in interface Listget in class AbstractListIndexOutOfBoundsException - if index is out
of range.public int size()
size in interface Collectionsize in interface Listsize in class AbstractCollectionpublic ERecRollupKey getKey(int index)
index. Typed version of
the method get(index) from the List interface.
Will throw an IndexOutOfBound exception if offset is not legal.
IndexOutOfBoundsException - if index is out
of range.public ERecRollupKey getKey(String name)
name.
null if key could with specified name could
not be found.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||