[all packages]
[package ]
[class hierarchy]
[index]
public class Maccumulator
(source file: ../Maccumulator.java)
java.lang.Object
|
+----Maccumulator
The pure class interface.
public class Maccumulator
- Mix Accumulator Register.
A Mix accumulator is a 5 byte word plus a sign.

longValues(int, int)
-
Return a long value in the range.
toString()
-

longValues
public long longValues(int start,
int end);
-
Return a long value in the range.
- Parameters:
- start - the start value of the range.
- end - the end value of the range.
toString
public String toString();
[all packages]
[package ]
[class hierarchy]
[index]
Maccumulator.html