パッケージ org.piax.common.subspace

クラス Lower<K extends ComparableKey<?>>

java.lang.Object
org.piax.common.subspace.LowerUpper
org.piax.common.subspace.Lower<K>
すべての実装されたインタフェース:
Serializable, Destination

public class Lower<K extends ComparableKey<?>>
extends LowerUpper
A class that corresponds to the range lower than
関連項目:
直列化された形式
  • コンストラクタの詳細

    • Lower

      public 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.
    • Lower

      public Lower​(K point, int maxNum)
    • Lower

      public Lower​(K point)
  • メソッドの詳細