public class KeyRange<K extends ComparableKey<?>> extends Range<K> implements KeyContainable<ComparableKey<?>>
from, fromInclusive, keyComp, to, toInclusive| コンストラクタと説明 |
|---|
KeyRange(K key) |
KeyRange(K from,
boolean fromInclusive,
K to,
boolean toInclusive) |
KeyRange(K from,
K to) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
contains(ComparableKey<?> key) |
clone, contains, contains, equals, hashCode, isSameRange, isSingleton, isWhole, rangeString, split, toString, toString2public KeyRange(K key)
public boolean contains(ComparableKey<?> key)
contains インタフェース内 KeyContainable<ComparableKey<?>>Copyright © 2017. All rights reserved.