|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Nested Class Summary |
| Nested classes inherited from class railo.runtime.type.Collection |
Collection.Key |
| Method Summary | |
java.lang.Object |
append(java.lang.Object o)
append a new value to the end of the array |
java.lang.Object |
appendEL(java.lang.Object o)
|
boolean |
containsKey(int key)
contains this key |
java.lang.Object |
get(int key,
java.lang.Object defaultValue)
return object a given position, key can only be a integer from 1 to array len |
int |
getDimension()
return dimension of the array |
java.lang.Object |
getE(int key)
return object a given position, key can only be a integer from 1 to array len |
boolean |
insert(int key,
java.lang.Object value)
insert a value add defined position |
int[] |
intKeys()
|
java.lang.Object |
prepend(java.lang.Object o)
add a new value to the begin of the array |
java.lang.Object |
removeE(int key)
removes a value ad defined key |
java.lang.Object |
removeEL(int key)
removes a value ad defined key |
void |
resize(int to)
resize array to defined size |
java.lang.Object |
setE(int key,
java.lang.Object value)
set value at defined position |
java.lang.Object |
setEL(int key,
java.lang.Object value)
set value at defined position, on error return null |
void |
sort(java.lang.String sortType,
java.lang.String sortOrder)
sort values of a array |
java.lang.Object[] |
toArray()
|
java.util.List |
toList()
|
| Methods inherited from interface railo.runtime.type.Collection |
clear, clone, containsKey, containsKey, duplicate, get, get, get, get, keys, keysAsString, remove, removeEL, set, set, setEL, setEL, size |
| Methods inherited from interface railo.runtime.dump.Dumpable |
toDumpData |
| Methods inherited from interface railo.runtime.type.Iteratorable |
iterator, keyIterator |
| Methods inherited from interface railo.runtime.op.Castable |
castToBoolean, castToBooleanValue, castToDateTime, castToDateTime, castToDoubleValue, castToDoubleValue, castToString, castToString, compareTo, compareTo, compareTo, compareTo |
| Method Detail |
public int getDimension()
public java.lang.Object get(int key,
java.lang.Object defaultValue)
key - key as integer
public java.lang.Object getE(int key)
throws PageException
key - key as integer
PageException
public java.lang.Object setEL(int key,
java.lang.Object value)
key - key of the new valuevalue - value to set
public java.lang.Object setE(int key,
java.lang.Object value)
throws PageException
key - value -
PageExceptionpublic int[] intKeys()
public boolean insert(int key,
java.lang.Object value)
throws PageException
key - position to insertvalue - value to insert
PageException
public java.lang.Object append(java.lang.Object o)
throws PageException
o - value to insert
PageExceptionpublic java.lang.Object appendEL(java.lang.Object o)
public java.lang.Object prepend(java.lang.Object o)
throws PageException
o - value to insert
PageException
public void resize(int to)
throws PageException
to - new minimum size of the array
PageException
public void sort(java.lang.String sortType,
java.lang.String sortOrder)
throws PageException
sortType - search type (text,textnocase,numeric)sortOrder - (asc,desc)
PageExceptionpublic java.lang.Object[] toArray()
public java.util.List toList()
public java.lang.Object removeE(int key)
throws PageException
key - key to remove
PageExceptionpublic java.lang.Object removeEL(int key)
key - key to remove
public boolean containsKey(int key)
key -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||