public class MinMaxBounds
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static MinMaxBounds |
UNBOUNDED |
Constructor and Description |
---|
MinMaxBounds(java.lang.Float min,
java.lang.Float max) |
Modifier and Type | Method and Description |
---|---|
static MinMaxBounds |
deserialize(JsonElement element) |
boolean |
test(float value) |
boolean |
testSquare(double value) |
public static final MinMaxBounds UNBOUNDED
public boolean test(float value)
public boolean testSquare(double value)
public static MinMaxBounds deserialize(JsonElement element)