public abstract class PrimitiveOp extends Object implements Op
| Modifier | Constructor and Description |
|---|---|
protected |
PrimitiveOp(Operation operation)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Operation |
op()
Returns the underlying
Operation |
String |
toString() |
Copyright © 2015–2019. All rights reserved.