public abstract class LatticeOperation<V extends java.io.Serializable> extends UnboxedPair<V,V> implements java.io.Serializable
Constructor and Description |
---|
LatticeOperation(Unboxed<V> uv) |
Modifier and Type | Method and Description |
---|---|
abstract void |
glb(byte[] buf1,
int ofs1,
byte[] buf2,
int ofs2,
byte[] dest,
int dest_ofs) |
abstract void |
lub(byte[] buf1,
int ofs1,
byte[] buf2,
int ofs2,
byte[] dest,
int dest_ofs) |
deserialize, getSize, serialize