[all packages] [package ] [class hierarchy] [index]

public class MmemCell

(source file: ../MmemCell.java)
java.lang.Object
   |
   +----MmemCell

The pure class interface.
public class MmemCell
Mix Accumulator Register and Memory Cells. A Mix accumulator is a 5 bytes word plus a sign.


Methods

O get_sign()
O lShiftLong(long)
O longValues(int, int)
Return a long value in the range.
O rShiftLong(long)
O set(long, boolean)
O set(long)
O set_sign(boolean)
O store(long, long, long)
Store a long value in the range
O toString()

Methods

O rShiftLong
protected long rShiftLong(long l);

O lShiftLong

protected long lShiftLong(long l);

O store

protected MmemCell store(long start,
                         long end,
                         long v);
Store a long value in the range

Parameters:
start -
end -
long -

O longValues

protected 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 set

protected void set(long l);

O set

protected void set(long l,
                   boolean b);

O set_sign

protected void set_sign(boolean b);

O get_sign

protected boolean get_sign();

O toString

public String toString();


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