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