|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectRangeSymbols
public class RangeSymbols
Symbols used by RangeFormat when parsing and formatting a range.
RangeFormat
| utility/geotk-utility (download) | View source code for this class |
| Field Summary | |
|---|---|
char |
closeExclusive
The character closing a range in which the maximal value is exclusive. |
char |
closeExclusiveAlt
An alternative character closing a range in which the maximal value is exclusive. |
char |
closeInclusive
The character closing a range in which the maximal value is inclusive. |
char |
openExclusive
The character opening a range in which the minimal value is exclusive. |
char |
openExclusiveAlt
An alternative character opening a range in which the minimal value is exclusive. |
char |
openInclusive
The character opening a range in which the minimal value is inclusive. |
String |
separator
The string to use as a separator between minimal and maximal value, not including whitespaces. |
| Constructor Summary | |
|---|---|
RangeSymbols()
Creates a new set of range symbols initialized to their default values. |
|
| Method Summary | |
|---|---|
RangeSymbols |
clone()
Returns a clone of this set of symbols. |
| Methods inherited from class Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public char openInclusive
'['.
public char openExclusive
'('. Note that the ']' character
is also sometime used.
public char openExclusiveAlt
openExclusive is used),
but is accepted during parsing. The default value is ']'.
public char closeInclusive
']'.
public char closeExclusive
')'. Note that the '[' character
is also sometime used.
public char closeExclusiveAlt
closeExclusive is used),
but is accepted during parsing. The default value is '['.
public String separator
"…" (unicode 2026).
| Constructor Detail |
|---|
public RangeSymbols()
| Method Detail |
|---|
public RangeSymbols clone()
clone in class ObjectObject.clone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||