|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.vmmagic.unboxed.AddressArray
public final class AddressArray
Constructor Summary | |
---|---|
AddressArray()
|
Method Summary | |
---|---|
static AddressArray |
create(int size)
|
Address |
get(int index)
|
int |
length()
|
void |
set(int index,
Address v)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddressArray()
Method Detail |
---|
public static AddressArray create(int size)
public Address get(int index)
public void set(int index, Address v)
public int length()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |