
| Constructor and Description |
|---|
PlanKey(int type,
int[] dims,
int mode)
Default constructor.
|
public PlanKey(int type,
int[] dims,
int mode)
type - the transform type.dims - the logical dimensions of the transform.mode - the mode of the transform.public boolean equals(Object o)
equals(Object) contract.public int hashCode()
hashCode() contract.