[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.


Methods

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

Methods

O 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.

O toString

public String toString();


[all packages] [package ] [class hierarchy] [index]
Maccumulator.html