パッケージ org.piax.common.subspace
クラス KeyRange<K extends ComparableKey<?>>
java.lang.Object
org.piax.common.subspace.Range<K>
org.piax.common.subspace.KeyRange<K>
- すべての実装されたインタフェース:
Serializable,Cloneable,Destination,KeyContainable<ComparableKey<?>>
public class KeyRange<K extends ComparableKey<?>> extends Range<K> implements KeyContainable<ComparableKey<?>>
A class that corresponds to the range of key
- 関連項目:
- 直列化された形式
-
フィールドの概要
-
コンストラクタの概要
-
メソッドの概要
修飾子とタイプ メソッド 説明 booleancontains(ComparableKey<?> key)クラスから継承されたメソッド org.piax.common.subspace.Range
clone, contains, contains, equals, hashCode, hasIntersection, isFollowedBy, isSameRange, isSingleton, isWhole, newRange, newRange, rangeString, retain, split, toString, toString2
-
コンストラクタの詳細
-
メソッドの詳細
-
contains
- 定義:
containsインタフェース内KeyContainable<K extends ComparableKey<?>>
-