|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectshohaku.core.helpers.EvalX
値を評価する式のヘルパーメソッド群の拡張機能を提供します。
| コンストラクタの概要 | |
EvalX()
|
|
| メソッドの概要 | |
static boolean |
isRangeAll(byte[] a,
byte from,
byte to)
指定された数値が指定の範囲内か評価します。 |
static boolean |
isRangeAll(double[] a,
double from,
double to)
指定された数値が指定の範囲内か評価します。 |
static boolean |
isRangeAll(float[] a,
float from,
float to)
指定された数値が指定の範囲内か評価します。 |
static boolean |
isRangeAll(int[] a,
int from,
int to)
指定された数値が指定の範囲内か評価します。 |
static boolean |
isRangeAll(long[] a,
long from,
long to)
指定された数値が指定の範囲内か評価します。 |
static boolean |
isRangeAll(short[] a,
short from,
short to)
指定された数値が指定の範囲内か評価します。 |
static boolean |
isRangeSizeAndChars(java.lang.CharSequence cs,
int min,
int max,
char from,
char to)
指定された文字シーケンスが指定の文字列数と指定の文字の範囲内か評価します。 |
static boolean |
isSizeAndRangeChars(java.lang.CharSequence cs,
int length,
char from,
char to)
指定された文字シーケンスが指定の文字列数と同一であると同時に文字の範囲内か評価します。 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public EvalX()
| メソッドの詳細 |
public static boolean isSizeAndRangeChars(java.lang.CharSequence cs,
int length,
char from,
char to)
cs - 評価する文字シーケンスlength - 文字列数from - 範囲の最小値to - 範囲の最大値
true
public static boolean isRangeSizeAndChars(java.lang.CharSequence cs,
int min,
int max,
char from,
char to)
cs - 評価する文字シーケンスmin - 文字数の最小値max - 文字数の最大値from - 範囲の最小値to - 範囲の最大値
true
public static boolean isRangeAll(byte[] a,
byte from,
byte to)
a - 評価する数値from - 範囲の最小値to - 範囲の最大値
true
public static boolean isRangeAll(short[] a,
short from,
short to)
a - 評価する数値from - 範囲の最小値to - 範囲の最大値
true
public static boolean isRangeAll(int[] a,
int from,
int to)
a - 評価する数値from - 範囲の最小値to - 範囲の最大値
true
public static boolean isRangeAll(long[] a,
long from,
long to)
a - 評価する数値from - 範囲の最小値to - 範囲の最大値
true
public static boolean isRangeAll(float[] a,
float from,
float to)
a - 評価する数値from - 範囲の最小値to - 範囲の最大値
true
public static boolean isRangeAll(double[] a,
double from,
double to)
a - 評価する数値from - 範囲の最小値to - 範囲の最大値
true
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||