|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- Type for non-primitive binary operations.public interface BinaryOp<T>
Interface for parallel prefix binary operation.
ParallelPrefix
Method Summary | |
---|---|
byte |
transform(byte a,
byte b)
Transform two bytes to one. |
char |
transform(char a,
char b)
Transform two bytes to one. |
double |
transform(double a,
double b)
Transform two bytes to one. |
float |
transform(float a,
float b)
Transform two bytes to one. |
int |
transform(int a,
int b)
Transform two bytes to one. |
long |
transform(long a,
long b)
Transform two bytes to one. |
short |
transform(short a,
short b)
Transform two bytes to one. |
T |
transform(T a,
T b)
Transform two bytes to one. |
Method Detail |
---|
byte transform(byte a, byte b)
a
- op oneb
- op two
char transform(char a, char b)
a
- op oneb
- op two
short transform(short a, short b)
a
- op oneb
- op two
int transform(int a, int b)
a
- op oneb
- op two
long transform(long a, long b)
a
- op oneb
- op two
float transform(float a, float b)
a
- op oneb
- op two
double transform(double a, double b)
a
- op oneb
- op two
T transform(T a, T b)
a
- op oneb
- op two
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |