public static final class JoinSequence.Range<K> extends Object
Constructor and Description |
---|
Range(K lower,
boolean lowerIncluded,
K upper,
boolean upperIncluded) |
Modifier and Type | Method and Description |
---|---|
boolean |
isLowerBoundIncluded() |
boolean |
isUpperBoundIncluded() |
K |
lowerBound()
Get the lower bound, if there is one.
|
String |
toString() |
K |
upperBound()
Get the upper bound, if there is one.
|
public K lowerBound()
public K upperBound()
public boolean isUpperBoundIncluded()
public boolean isLowerBoundIncluded()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.