public class CFFOperator
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CFFOperator.Key
This class is a holder for a key value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
CFFOperator.Key |
getKey()
The key of the operator.
|
java.lang.String |
getName()
The name of the operator.
|
static CFFOperator |
getOperator(CFFOperator.Key key)
Returns the operator corresponding to the given key.
|
static CFFOperator |
getOperator(java.lang.String name)
Returns the operator corresponding to the given name.
|
int |
hashCode() |
java.lang.String |
toString() |
public CFFOperator.Key getKey()
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public static CFFOperator getOperator(CFFOperator.Key key)
key
- the given keypublic static CFFOperator getOperator(java.lang.String name)
key
- the given name