protected static interface Seq.SeqAdapter
| Modifier and Type | Method and Description |
|---|---|
Object |
addValue(Object seq,
Object element) |
Object |
get(Object seq,
int idx) |
Object |
insert(Object seq,
int idx,
Object element) |
Object |
putByKey(Object seq,
Object key,
Object element) |
Object |
removeByKeyOrIndex(Object seq,
Object key) |
Object |
removeValue(Object seq,
Object value) |
Object |
roAddValue(Object seq,
Object element) |
Object |
roInsert(Object seq,
int idx,
Object element) |
Object |
roPutByKey(Object seq,
Object key,
Object element) |
Object |
roRemoveByKeyOrIndex(Object seq,
Object keyidx) |
Object |
roRemoveValue(Object seq,
Object value) |
Object |
roSet(Object seq,
int idx,
Object element) |
Object |
set(Object seq,
int idx,
Object element) |
Object |
shallowClone(Object seq) |
Object set(Object seq, int idx, Object element) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionObject roSet(Object seq, int idx, Object element) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionObject get(Object seq, int idx) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionObject insert(Object seq, int idx, Object element) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionObject roInsert(Object seq, int idx, Object element) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionObject removeByKeyOrIndex(Object seq, Object key) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionObject roRemoveByKeyOrIndex(Object seq, Object keyidx) throws IndexOutOfBoundsException
IndexOutOfBoundsExceptionCopyright © 2022. All rights reserved.