|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.type.ArrayInt
public final class ArrayInt
cold fusion array object
Constructor Summary | |
---|---|
ArrayInt()
constructor with default dimesnion (1) |
|
ArrayInt(int[] objects)
constructor with to data to fill |
Method Summary | |
---|---|
int |
add(int o)
|
void |
clear()
|
boolean |
contains(int key)
|
int |
get(int key)
|
int |
get(int key,
int defaultValue)
|
int[] |
keys()
|
int |
remove(int key)
|
int |
removeEL(int key)
|
int |
set(int key,
int value)
|
int |
size()
|
long |
sizeOf()
return the size of the object |
int[] |
toArray()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayInt()
public ArrayInt(int[] objects)
objects
- Objects array data to fillMethod Detail |
---|
public int get(int key, int defaultValue)
public int get(int key) throws ExpressionException
ExpressionException
public int set(int key, int value)
public int size()
public int[] keys()
public int remove(int key) throws ExpressionException
ExpressionException
public int removeEL(int key)
public void clear()
public int add(int o)
public int[] toArray()
public boolean contains(int key)
public long sizeOf()
Sizeable
sizeOf
in interface Sizeable
railo.runtime.engine.Sizeable#sizeOf()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |