インタフェースの使用
org.piax.common.ComparableKey
| パッケージ | 説明 |
|---|---|
| org.piax.common | |
| org.piax.common.subspace | |
| org.piax.common.wrapper | |
| org.piax.util |
-
org.piax.commonでのComparableKeyの使用
ComparableKeyを実装しているorg.piax.commonのクラス 修飾子とタイプ クラス 説明 static classComparableKey.SpecialKeyclassObjectIdA class that corresponds to an identifier of a object.classPeerIdstatic classPeerId.SpecialIdclassServiceIdA class that corresponds to an identifier of a service.classTransportIdA class of a identifier of a Transport.classTransportIdPath階層構造にあるTransportにおいて、上位層に向かう順序で最下位層から当該TransportのTransportId を並べたListを扱うクラス。 -
org.piax.common.subspaceでのComparableKeyの使用
ComparableKey型の型パラメータを持つorg.piax.common.subspaceのクラス 修飾子とタイプ クラス 説明 classKeyRange<K extends ComparableKey<?>>A class that corresponds to the range of keyclassKeyRanges<K extends ComparableKey<?>>ComparableであるKey型を要素として持つ様々な範囲指定を統一的に扱うためのクラス。classLower<K extends ComparableKey<?>>A class that corresponds to the range lower thanclassUpper<K extends ComparableKey<?>>A class that corresponds to the upper limitComparableKey型のパラメータを持つorg.piax.common.subspaceのメソッド 修飾子とタイプ メソッド 説明 booleanKeyRange. contains(ComparableKey<?> key)booleanKeyRanges. contains(ComparableKey<?> k)Returns true if a key is within this Range. -
org.piax.common.wrapperでのComparableKeyの使用
org.piax.common.wrapperでのComparableKeyのサブインタフェース 修飾子とタイプ インタフェース 説明 interfaceWrappedComparableKey<K extends Comparable<?>>A common interface of wrapped keys.ComparableKeyを実装しているorg.piax.common.wrapperのクラス 修飾子とタイプ クラス 説明 classBooleanKeyA key wrapper of boolean type.classByteKeyA key wrapper of byte type.classCharacterKeyA key wrapper of character type.classConvertedComparableKey<K extends Key>A key wrapper of converted comparable type.classDoubleKeyA key wrapper of double type.classEnumKey<K extends Enum<K>>A key wrapper of enum type.classFloatKeyA key wrapper of float type.classIntegerKeyA key wrapper of integer type.classLongKeyA key wrapper of long type.classNamedKey<K extends Comparable<?>>A key wrapper of name (identifier)classNumberKey<N extends Number & Comparable<?>>A key wrapper of number type.classShortKeyA key wrapper of short type.classStringKeyA key wrapper of string type.classWrappedComparableKeyImpl<K extends Comparable<?>>A common implementation of wrapped keys. -
org.piax.utilでのComparableKeyの使用
ComparableKeyを実装しているorg.piax.utilのクラス 修飾子とタイプ クラス 説明 static classKeyComparator.Infinity