public class InputProviders
extends java.lang.Object
| 构造器和说明 |
|---|
InputProviders() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Input |
fixedBool(boolean fixedValue) |
static Input |
fixedDouble(double fixedValue) |
static Input |
fixedFloat(float fixedValue) |
static Input |
fixedInt(int fixedValue) |
static Input |
fixedLong(long fixedValue) |
static Input |
fixedString(java.lang.String fixedValue) |
public static Input fixedString(java.lang.String fixedValue)
public static Input fixedInt(int fixedValue)
public static Input fixedLong(long fixedValue)
public static Input fixedFloat(float fixedValue)
public static Input fixedDouble(double fixedValue)
public static Input fixedBool(boolean fixedValue)