public final class CFFOperator extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
CFFOperator.Key |
This class is a holder for a key value.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object object) |
|
CFFOperator.Key |
getKey() |
The key of the operator.
|
String |
getName() |
The name of the operator.
|
static CFFOperator |
getOperator(String name) |
Returns the operator corresponding to the given name.
|
static CFFOperator |
getOperator(CFFOperator.Key key) |
Returns the operator corresponding to the given key.
|
int |
hashCode() |
|
String |
toString() |
public CFFOperator.Key getKey()
public String getName()
public static CFFOperator getOperator(CFFOperator.Key key)
key
- the given keypublic static CFFOperator getOperator(String name)
name
- the given nameCopyright © 2008–2018. All rights reserved.