|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.russell_allen.smallworld.SmallObject
com.russell_allen.smallworld.SmallByteArray
class SmallByteArray
| Field Summary | |
|---|---|
byte[] |
values
|
| Fields inherited from class com.russell_allen.smallworld.SmallObject |
|---|
data, id, objClass |
| Constructor Summary | |
|---|---|
SmallByteArray()
|
|
SmallByteArray(SmallObject cl,
int size)
|
|
SmallByteArray(SmallObject cl,
java.lang.String text)
|
|
| Method Summary | |
|---|---|
SmallObject |
copy(SmallObject cl)
|
java.lang.String |
toString()
|
| Methods inherited from class com.russell_allen.smallworld.SmallObject |
|---|
duplicate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public byte[] values
| Constructor Detail |
|---|
public SmallByteArray(SmallObject cl,
int size)
public SmallByteArray(SmallObject cl,
java.lang.String text)
public SmallByteArray()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic SmallObject copy(SmallObject cl)
copy in class SmallObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||