|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.distributed.jddac.MutableIntegerArray
public class MutableIntegerArray
This class holds an array of primitive int values; these values can be modified.
| Constructor Summary | |
|---|---|
MutableIntegerArray(int[] values)
|
|
| Method Summary | |
|---|---|
int |
get(int index)
Get value of specified element. |
int[] |
getValues()
|
void |
set(int index,
int value)
Set value of specified element. |
int |
size()
|
java.lang.String |
toString()
Return String representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MutableIntegerArray(int[] values)
| Method Detail |
|---|
public void set(int index,
int value)
public int get(int index)
public int size()
public int[] getValues()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||