public abstract class RangeValue extends Value
| Constructor and Description |
|---|
RangeValue() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
appendFrom(java.lang.StringBuilder sb,
boolean inclusive) |
protected abstract void |
appendTo(java.lang.StringBuilder sb,
boolean inclusive) |
RangeValue |
inclusiveMax(boolean val) |
RangeValue |
inclusiveMin(boolean val) |
boolean |
isCombinable() |
java.lang.String |
toString() |
public boolean isCombinable()
isCombinable in class Valueprotected abstract void appendFrom(java.lang.StringBuilder sb,
boolean inclusive)
protected abstract void appendTo(java.lang.StringBuilder sb,
boolean inclusive)
public RangeValue inclusiveMin(boolean val)
public RangeValue inclusiveMax(boolean val)
Copyright © 2025. All rights reserved.