S
- public class ImmutableConfidenceLevel<S> extends java.lang.Object implements ConfidenceLevel<S>, java.io.Serializable
ConfidenceLevel
to hold the value set by the user.Constructor and Description |
---|
ImmutableConfidenceLevel(S confidenceLevel) |
Modifier and Type | Method and Description |
---|---|
S |
confidenceLevel() |
boolean |
equals(java.lang.Object obj) |
java.lang.Class<? extends ManipulationOption> |
getMarkerInterface() |
int |
hashCode() |
java.lang.String |
toString() |
public ImmutableConfidenceLevel(S confidenceLevel)
public java.lang.Class<? extends ManipulationOption> getMarkerInterface()
getMarkerInterface
in interface Option<ManipulationOption>
public S confidenceLevel()
confidenceLevel
in interface ConfidenceLevel<S>
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object