|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AssociativeOperation<S extends java.io.Serializable>
An associative operation on unboxed values. http://en.wikipedia.org/wiki/Monoid http://en.wikipedia.org/wiki/Semigroup
Method Summary | |
---|---|
void |
multiply(byte[] buf1,
int ofs1,
byte[] buf2,
int ofs2,
byte[] buf_dest,
int ofs_dest)
Compute (buf1,ofs1)*(buf2,ofs2) and write it to (buf_dest,ofs_dest). |
Methods inherited from interface com.sun.electric.database.geometry.btree.unboxed.Unboxed |
---|
deserialize, getSize, serialize |
Method Detail |
---|
void multiply(byte[] buf1, int ofs1, byte[] buf2, int ofs2, byte[] buf_dest, int ofs_dest)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |