public class StringRange extends Object
| Constructor and Description |
|---|
StringRange(String source) |
| Modifier and Type | Method and Description |
|---|---|
static StringRange |
autocast(String x,
StringRange y) |
static StringRange |
cast(char[] x,
StringRange y) |
static StringRange |
cast(StringValue x,
StringRange y) |
int |
compareLowerBound(StringRange range) |
int |
compareUpperBound(StringRange range) |
boolean |
contains(CharSequence s) |
boolean |
contains(NumericComparableString s) |
boolean |
contains(StringRange range) |
boolean |
equals(Object o) |
NumericComparableString |
getLowerBound() |
ARangeParser.ParseStruct.BoundType |
getLowerBoundType() |
NumericComparableString |
getUpperBound() |
ARangeParser.ParseStruct.BoundType |
getUpperBoundType() |
int |
hashCode() |
String |
toString() |
public StringRange(String source)
public NumericComparableString getLowerBound()
public ARangeParser.ParseStruct.BoundType getLowerBoundType()
public NumericComparableString getUpperBound()
public ARangeParser.ParseStruct.BoundType getUpperBoundType()
public boolean contains(NumericComparableString s)
public boolean contains(CharSequence s)
public int compareUpperBound(StringRange range)
public int compareLowerBound(StringRange range)
public boolean contains(StringRange range)
public static StringRange autocast(String x, StringRange y)
public static StringRange cast(char[] x, StringRange y)
public static StringRange cast(StringValue x, StringRange y)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.