public class Form extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
forEach(java.util.function.BiConsumer<? super String,? super String> action) |
String |
get(String name) |
String |
get(String name,
String defaultValue) |
boolean |
getBoolean(String name) |
boolean |
getBoolean(String name,
boolean defaultValue) |
double |
getDouble(String name) |
double |
getDouble(String name,
double defaultValue) |
float |
getFloat(String name) |
float |
getFloat(String name,
float defaultValue) |
int |
getInteger(String name) |
int |
getInteger(String name,
int defaultValue) |
long |
getLong(String name) |
long |
getLong(String name,
long defaultValue) |
Set<String> |
keys() |
public void forEach(java.util.function.BiConsumer<? super String,? super String> action)
public int getInteger(String name)
public int getInteger(String name, int defaultValue)
public long getLong(String name)
public long getLong(String name, long defaultValue)
public float getFloat(String name)
public float getFloat(String name, float defaultValue)
public double getDouble(String name)
public double getDouble(String name, double defaultValue)
public boolean getBoolean(String name)
public boolean getBoolean(String name, boolean defaultValue)
Copyright © 2015. All Rights Reserved.