public final class CFFOperator
extends java.lang.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(java.lang.Object object) |
|
CFFOperator.Key |
getKey() |
The key of the operator.
|
java.lang.String |
getName() |
The name of the operator.
|
static CFFOperator |
getOperator(java.lang.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() |
|
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)
name
- the given nameCopyright © 2008–2018. All rights reserved.