com.sun.electric.database.geometry.btree.unboxed
Interface UnboxedFunction<A extends java.io.Serializable,B extends java.io.Serializable>
- All Known Implementing Classes:
- UnboxedMinMaxHalfDouble
public interface UnboxedFunction<A extends java.io.Serializable,B extends java.io.Serializable>
A function from one Unboxed to another.
Method Summary |
void |
call(byte[] buf_a,
int ofs_a,
byte[] buf_b,
int ofs_b)
The function MUST support situations where the argument
and return buffers overlap. |
call
void call(byte[] buf_a,
int ofs_a,
byte[] buf_b,
int ofs_b)
- The function MUST support situations where the argument
and return buffers overlap.