public class Upper<K extends ComparableKey<?>> extends LowerUpper
isPlusDir, maxNum, range| コンストラクタと説明 |
|---|
Upper(boolean inclusive,
K point,
int maxNum) |
Upper(K point) |
Upper(K point,
int maxNum) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
K |
getPoint() |
boolean |
isInclusive() |
String |
toString() |
getMaxNum, getRange, isPlusDirpublic Upper(boolean inclusive,
K point,
int maxNum)
inclusive - true if the point is included.point - the pointmaxNum - maximum number of the keys that matches.public Upper(K point, int maxNum)
public Upper(K point)
public boolean isInclusive()
public K getPoint()
public String toString()
toString クラス内 LowerUpperCopyright © 2017. All rights reserved.