Interface RotateRight
-
- All Known Subinterfaces:
DecompositionStore<N>
- All Known Implementing Classes:
GenericStore
,R064Store
public interface RotateRight
-
-
Field Summary
Fields Modifier and Type Field Description static RotateRight
NULL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
rotateRight(int low, int high, double cos, double sin)
-
-
-
Field Detail
-
NULL
static final RotateRight NULL
-
-