|
Simple Machine | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectUtil.IntStream
public class IntStream
A stream of integer values; use for access to instruction field values when encoding into instruction.
Constructor Summary | |
---|---|
IntStream(int anInt)
|
|
IntStream(int[] anIntArray)
|
Method Summary | |
---|---|
IntStream |
concat(IntStream anIntStream)
|
int |
getValue()
|
void |
mark()
|
void |
rewind()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntStream(int[] anIntArray)
public IntStream(int anInt)
Method Detail |
---|
public int getValue()
public void mark()
public void rewind()
public IntStream concat(IntStream anIntStream)
|
Simple Machine | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |