public abstract class Comparators extends ObjectSE
ComparatorSE バリアントの一般的に型指定されたファクトリメソッドを持つ便利なエントリポイント。| コンストラクターと説明 |
|---|
Comparators() |
| 修飾子と型 | メソッドと説明 |
|---|---|
static <T> ComparatorSE<T> | comparable()ComparableSE アダプターを返します。 |
static <T> ComparatorSE<T> | nullsHigh()null 値を受け入れ、null 以外の値よりも上位にソートする ComparableSE アダプターを返します。 |
static <T> ComparatorSE<T> | nullsHigh(ComparatorSE<T> comparator)null 値を受け入れ、null 以外の値よりも高くソートする、指定されたコンパレーターのデコレーターを返します。 |
static <T> ComparatorSE<T> | nullsLow()null 値を受け入れ、null 以外の値よりも低い値にソートする ComparableSE アダプターを返します。 |
static <T> ComparatorSE<T> | nullsLow(ComparatorSE<T> comparator)null 値を受け入れ、null 以外の値よりも低い順に並べ替える、指定されたコンパレータのデコレータを返します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static <T> ComparatorSE<T> comparable()
ComparableSE アダプターを返します。public static <T> ComparatorSE<T> nullsLow()
ComparableSE アダプターを返します。public static <T> ComparatorSE<T> nullsLow(ComparatorSE<T> comparator)
public static <T> ComparatorSE<T> nullsHigh()
ComparableSE アダプターを返します。public static <T> ComparatorSE<T> nullsHigh(ComparatorSE<T> comparator)