概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前の文字
次の文字
フレームあり
フレームなし
すべてのクラス
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
I
IllegalIdentifierException
- exception shohaku.core.lang.
IllegalIdentifierException
.
指定された識別子が誤りである事を通知する未チェック例外を提供します。
IllegalIdentifierException()
- class shohaku.core.lang.
IllegalIdentifierException
のコンストラクタ
デフォルトコンストラクタ。
IllegalIdentifierException(String)
- class shohaku.core.lang.
IllegalIdentifierException
のコンストラクタ
エラーメッセージを設定して初期化します。
IllegalIdentifierException(Throwable)
- class shohaku.core.lang.
IllegalIdentifierException
のコンストラクタ
起因例外を設定して初期化します。
IllegalIdentifierException(String, Throwable)
- class shohaku.core.lang.
IllegalIdentifierException
のコンストラクタ
エラーメッセージと起因例外を設定して初期化します。
InputResource
- interface shohaku.core.resource.
InputResource
.
リソースの更新日時や入力ストリームを返す入力リソースインターフェースを定義します。
InputResourceLoader
- class shohaku.core.resource.
InputResourceLoader
.
URIから入力リソースを生成するファクトリを提供します。
InputResourceLoader()
- class shohaku.core.resource.
InputResourceLoader
のコンストラクタ
クラスローダとプレフィックスを null で初期化します。
InsertionOrderHashCache
- class shohaku.core.collections.cache.
InsertionOrderHashCache
.
挿入順にエントリを格納するハッシュテーブル構造を持つキャッシュを提供します。
InsertionOrderHashCache()
- class shohaku.core.collections.cache.
InsertionOrderHashCache
のコンストラクタ
デフォルトの初期容量と負荷係数、最大キャッシュサイズで初期化します。
InsertionOrderHashCache(int)
- class shohaku.core.collections.cache.
InsertionOrderHashCache
のコンストラクタ
指定された初期容量とデフォルトの負荷係数、最大キャッシュサイズで初期化します。
InsertionOrderHashCache(int, float)
- class shohaku.core.collections.cache.
InsertionOrderHashCache
のコンストラクタ
指定された初期容量と負荷係数とデフォルトの最大キャッシュサイズで初期化します。
InsertionOrderHashCache(Cache)
- class shohaku.core.collections.cache.
InsertionOrderHashCache
のコンストラクタ
指定されたキャッシュの全てのエントリを格納して初期化します。
InsertionOrderHashCache(int, float, int)
- class shohaku.core.collections.cache.
InsertionOrderHashCache
のコンストラクタ
指定された初期容量と負荷係数、最大キャッシュサイズで初期化します。
IntrospectionBeansException
- exception shohaku.core.lang.
IntrospectionBeansException
.
オブジェクトに対するイントロスペクション処理に失敗した場合に発生します。
IntrospectionBeansException()
- class shohaku.core.lang.
IntrospectionBeansException
のコンストラクタ
デフォルトコンストラクタ。
IntrospectionBeansException(String)
- class shohaku.core.lang.
IntrospectionBeansException
のコンストラクタ
エラーメッセージを設定して初期化します。
IntrospectionBeansException(Throwable)
- class shohaku.core.lang.
IntrospectionBeansException
のコンストラクタ
起因例外を設定して初期化します。
IntrospectionBeansException(String, Throwable)
- class shohaku.core.lang.
IntrospectionBeansException
のコンストラクタ
エラーメッセージと起因例外を設定して初期化します。
IteratorUtils
- class shohaku.core.collections.
IteratorUtils
.
Iterator インタフェースのユーティリティメソッドを提供します。
IteratorUtils()
- class shohaku.core.collections.
IteratorUtils
のコンストラクタ
i
- class shohaku.core.collections.decorator.
DecoratedIterator
の変数
基となる反復子。
identityArrayBox(Object[])
- class shohaku.core.collections.
BoxUtils
の static メソッド
オブジェクト配列の全要素を参照同一性で比較するボックスを生成して返却します。
identityArrayMapBox(Object[], Object)
- class shohaku.core.collections.
MapBoxUtils
の static メソッド
オブジェクト配列のキーの全要素を参照同一性で比較するマップボックスを生成して返却します。
identityBox(Object)
- class shohaku.core.collections.
BoxUtils
の static メソッド
単一のオブジェクトを参照同一性で比較するボックスを生成して返却します。
identityHash(Object)
- class shohaku.core.helpers.
HHash
の static メソッド
デフォルトのハッシュコードを (src == null) ? 0 : System.identityHashCode(src))で算出して返します。
identityHash(Object[])
- class shohaku.core.helpers.
HHash
の static メソッド
配列の要素のデフォルトのハッシュコードを (src == null) ? 0 : System.identityHashCode(src)で算出して総数を返します。
identityMapBox(Object, Object)
- class shohaku.core.collections.
MapBoxUtils
の static メソッド
単一のオブジェクトのキーを参照同一性で比較するマップボックスを生成して返却します。
ifBlank(String)
- class shohaku.core.helpers.
HEval
の static メソッド
第一引数がスペース文字列の場合は空文字列を返却します。
ifBlank(String, String)
- class shohaku.core.helpers.
HEval
の static メソッド
第一引数がスペース文字列の場合は第二引数を返却し、以外は第一引数を返却します。
ifNull(String)
- class shohaku.core.helpers.
HEval
の static メソッド
第一引数が null の場合は空文字列を返却します。
ifNull(Object, String)
- class shohaku.core.helpers.
HEval
の static メソッド
第一引数が null の場合は第二引数を返却し、以外は第一引数の文字列表現を返却します。
ifNull(Object, Object)
- class shohaku.core.helpers.
HEval
の static メソッド
第一引数が null の場合は第二引数を返却し、以外は第一引数を返却します。
ifWhiteSpace(String)
- class shohaku.core.helpers.
HEval
の static メソッド
第一引数がJavaの基準による空白文字列の場合は空文字列を返却します。
ifWhiteSpace(String, String)
- class shohaku.core.helpers.
HEval
の static メソッド
第一引数がJavaの基準による空白文字列の場合は第二引数を返却し、以外は第一引数を返却します。
increment()
- class shohaku.core.lang.
VariableByte
のメソッド
格納される変数に対して値 1 を増分します。
increment()
- class shohaku.core.lang.
VariableDouble
のメソッド
格納される変数に対して値 1 を増分します。
increment()
- class shohaku.core.lang.
VariableFloat
のメソッド
格納される変数に対して値 1 を増分します。
increment()
- class shohaku.core.lang.
VariableInteger
のメソッド
格納される変数に対して値 1 を増分します。
increment()
- class shohaku.core.lang.
VariableLong
のメソッド
格納される変数に対して値 1 を増分します。
increment()
- class shohaku.core.lang.
VariableShort
のメソッド
格納される変数に対して値 1 を増分します。
indexOf(Object)
- class shohaku.core.collections.decorator.
DecoratedList
のメソッド
基となるリストの同メソッドを呼び出します。
indexOf(CharSequence, char, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
文字シーケンス内の指定の文字と一致する文字を検索してそのインデックスを返します。
indexOf(CharSequence, int, char, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
文字シーケンス内の指定の文字と一致する文字を指定の開始位置から検索してそのインデックスを返します。
indexOf(CharSequence, int, int, char, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
文字シーケンス内の指定の文字と一致する文字を指定の開始位置と終了位置の間を検索してそのインデックスを返します。
indexOf(CharSequence, CharSequence, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
文字シーケンス内の指定の文字と一致する文字シーケンスを検索してその開始位置のインデックスを返します。
indexOf(CharSequence, int, CharSequence, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
文字シーケンス内の指定の文字と一致する文字シーケンスを指定の開始位置から検索してその開始位置のインデックスを返します。
indexOf(CharSequence, int, int, CharSequence, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
文字シーケンス内の指定の文字と一致する文字シーケンスを指定の開始位置と終了位置の間を検索してその開始位置のインデックスを返します。
indexOf(List, int, int, Object, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
指定された値と同値の要素を開始位置から終了位置まで線形検索しそのインデックスを返却します。
indexOf(Object[], int, int, Object, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
指定された値と同値の要素を開始位置から終了位置まで線形検索しそのインデックスを返却します。
indexOf(boolean[], int, int, boolean, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
指定された値と同値の要素を開始位置から終了位置まで線形検索しそのインデックスを返却します。
indexOf(char[], int, int, char, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
指定された値と同値の要素を開始位置から終了位置まで線形検索しそのインデックスを返却します。
indexOf(byte[], int, int, byte, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
指定された値と同値の要素を開始位置から終了位置まで線形検索しそのインデックスを返却します。
indexOf(short[], int, int, short, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
指定された値と同値の要素を開始位置から終了位置まで線形検索しそのインデックスを返却します。
indexOf(int[], int, int, int, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
指定された値と同値の要素を開始位置から終了位置まで線形検索しそのインデックスを返却します。
indexOf(long[], int, int, long, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
指定された値と同値の要素を開始位置から終了位置まで線形検索しそのインデックスを返却します。
indexOf(float[], int, int, float, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
指定された値と同値の要素を開始位置から終了位置まで線形検索しそのインデックスを返却します。
indexOf(double[], int, int, double, int)
- class shohaku.core.helpers.
HSeek
の static メソッド
指定された値と同値の要素を開始位置から終了位置まで線形検索しそのインデックスを返却します。
infiniteLoopIterator()
- class shohaku.core.collections.
IteratorUtils
の static メソッド
無限に反復し null を返し続ける更新不可の反復子を生成して返却します。
infiniteLoopIterator(Object)
- class shohaku.core.collections.
IteratorUtils
の static メソッド
無限に反復し infiniteValue を返し続ける更新不可の反復子を生成して返却します。
info(Object)
- interface shohaku.core.lang.feature.
LogFeature
のメソッド
ログを出力します。
info(Object, Throwable)
- interface shohaku.core.lang.feature.
LogFeature
のメソッド
ログを出力します。
init()
- class shohaku.core.beans.
DefaultTypeTransformer
のメソッド
コンストラクタから呼ばれる初期化のフックポイントです。
initialize(Map)
- class shohaku.core.lang.feature.
FeatureFactory
のメソッド
初期化を実行します。
intValue()
- class shohaku.core.lang.
VariableByte
のメソッド
int で返却します。
intValue()
- class shohaku.core.lang.
VariableDouble
のメソッド
int で返却します。
intValue()
- class shohaku.core.lang.
VariableFloat
のメソッド
int で返却します。
intValue()
- class shohaku.core.lang.
VariableInteger
のメソッド
int で返却します。
intValue()
- class shohaku.core.lang.
VariableLong
のメソッド
int で返却します。
intValue()
- interface shohaku.core.lang.
VariableNumber
のメソッド
指定された値を int 型として返します。
intValue()
- class shohaku.core.lang.
VariableShort
のメソッド
int で返却します。
invoke(Map)
- class shohaku.core.beans.binder.
BindMethod
のメソッド
メソッドを呼び出し結果を返却します。
invoke(Class)
- class shohaku.core.beans.dynamic.
FactoryMethodDesc
のメソッド
指定されたクラスからメソッドを呼び出し結果を返却します。
invoke(Object)
- class shohaku.core.beans.dynamic.
FactoryMethodDesc
のメソッド
指定されたインスタンスからメソッドを呼び出し結果を返却します。
invoke(Class)
- class shohaku.core.beans.dynamic.
MethodDesc
のメソッド
指定されたクラスからメソッドを呼び出し結果を返却します。
invoke(Object)
- class shohaku.core.beans.dynamic.
MethodDesc
のメソッド
指定されたインスタンスからメソッドを呼び出し結果を返却します。
invoke(Object[])
- interface shohaku.core.functor.
FInvoker
のメソッド
パラメータに基づき処理を実行し結果を返却します。
invokeMethod(Object, Method, Object)
- class shohaku.core.helpers.
HBeans
の static メソッド
指定されたインスタンスとクラスからメソッドを呼び出し結果を返却します。
invokeMethod(Object, Method, Object[])
- class shohaku.core.helpers.
HBeans
の static メソッド
指定されたインスタンスとクラスからメソッドを呼び出し結果を返却します。
isAndBlank(CharSequence, CharSequence)
- class shohaku.core.helpers.
HEval
の static メソッド
引数が全て null または空かスペースのみの文字シーケンスであるかを評価します。
isAndBlank(CharSequence, CharSequence, CharSequence)
- class shohaku.core.helpers.
HEval
の static メソッド
引数が全て null または空かスペースのみの文字シーケンスであるかを評価します。
isAndBlank(CharSequence[])
- class shohaku.core.helpers.
HEval
の static メソッド
全ての配列の要素が null または空かスペースのみの文字シーケンスであるかを評価します。
isAndEmpty(CharSequence, CharSequence)
- class shohaku.core.helpers.
HEval
の static メソッド
引数が全て null または空の文字シーケンスであるかを評価します。
isAndEmpty(CharSequence[])
- class shohaku.core.helpers.
HEval
の static メソッド
全ての配列の要素が null または空の文字シーケンスであるかを評価します。
isAndInstanceOf(Object, Class, Class)
- class shohaku.core.helpers.
HEval
の static メソッド
指定されたオブジェクトが全てのクラス型に割り当て可能か評価します。
isAndInstanceOf(Object, Class[])
- class shohaku.core.helpers.
HEval
の static メソッド
指定されたオブジェクトが全てのクラス型に割り当て可能か評価します。
isAndNull(Object, Object)
- class shohaku.core.helpers.
HEval
の static メソッド
引数が全て null 値であるかを評価します。
isAndNull(Object[])
- class shohaku.core.helpers.
HEval
の static メソッド
全ての配列の要素が null 値であるかを評価します。
isArray(Object)
- class shohaku.core.helpers.
HEval
の static メソッド
配列型であるかを評価します。
isArrayClass(Class)
- class shohaku.core.helpers.
HEval
の static メソッド
配列型のクラスか評価します。
isAssignmentCompatible(Class[], Class[])
- class shohaku.core.helpers.
HBeans
の static メソッド
第一引数に対して第二引数が全て割り当て可能か検証します。
isAssignmentCompatible(Class, Class)
- class shohaku.core.helpers.
HBeans
の static メソッド
第一引数に対して第二引数が割り当て可能か検証します。
isBlank(CharSequence)
- class shohaku.core.helpers.
HEval
の static メソッド
引数が null または空かスペースのみの文字シーケンスであるかを評価します。
isCharAt(CharSequence, int, char)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された文字シーケンスのインデックスの文字と指定の文字が一致するか評価します。
isCharsOnly(CharSequence, char[])
- class shohaku.core.helpers.
HValid
の static メソッド
指定の文字のみで構成される文字シーケンスか評価します。
isCharsOnly(CharSequence, char[], int, int)
- class shohaku.core.helpers.
HValid
の static メソッド
指定の文字のみで構成される文字シーケンスか評価します。
isCharsRange(CharSequence, RangeInt)
- class shohaku.core.helpers.
HValid
の static メソッド
指定の範囲内の文字のみで構成される文字シーケンスか評価します。
isCharsRange(CharSequence, RangeInt[])
- class shohaku.core.helpers.
HValid
の static メソッド
指定の範囲内の文字のみで構成される文字シーケンスか評価します。
isConstructor()
- class shohaku.core.beans.dynamic.
FactoryMethodDesc
のメソッド
コンストラクタの場合は true を返す。
isContains(boolean[], boolean)
- class shohaku.core.helpers.
HEval
の static メソッド
引数 e が配列 a に含まれているか評価します。
isContains(char[], char)
- class shohaku.core.helpers.
HEval
の static メソッド
引数 e が配列 a に含まれているか評価します。
isContains(byte[], byte)
- class shohaku.core.helpers.
HEval
の static メソッド
引数 e が配列 a に含まれているか評価します。
isContains(short[], short)
- class shohaku.core.helpers.
HEval
の static メソッド
引数 e が配列 a に含まれているか評価します。
isContains(int[], int)
- class shohaku.core.helpers.
HEval
の static メソッド
引数 e が配列 a に含まれているか評価します。
isContains(long[], long)
- class shohaku.core.helpers.
HEval
の static メソッド
引数 e が配列 a に含まれているか評価します。
isContains(float[], float)
- class shohaku.core.helpers.
HEval
の static メソッド
引数 e が配列 a に含まれているか評価します。
isContains(double[], double)
- class shohaku.core.helpers.
HEval
の static メソッド
引数 e が配列 a に含まれているか評価します。
isContains(Object[], Object)
- class shohaku.core.helpers.
HEval
の static メソッド
引数 o が配列 a に含まれているか評価します。
isContains(Collection, Object)
- class shohaku.core.helpers.
HEval
の static メソッド
引数 o がコレクション c に含まれているか評価します。
isContains(String, char)
- class shohaku.core.helpers.
HEval
の static メソッド
指定の文字列に指定の文字が含まれているか評価します。
isContains(String, String)
- class shohaku.core.helpers.
HEval
の static メソッド
指定の文字列に指定の文字列が含まれているか評価します。
isContains(CharSequence, char)
- class shohaku.core.helpers.
HEval
の static メソッド
指定の文字シーケンスに指定の文字が含まれているか評価します。
isContains(CharSequence, CharSequence)
- class shohaku.core.helpers.
HEval
の static メソッド
指定の文字シーケンスに指定の文字シーケンスが含まれているか評価します。
isDateTime(CharSequence)
- class shohaku.core.helpers.
HValid
の static メソッド
日付文字列として認識できるか評価します。
isDateTime(CharSequence, String)
- class shohaku.core.helpers.
HValid
の static メソッド
日付文字列として認識できるか評価します。
isDateTime(CharSequence, Locale, String)
- class shohaku.core.helpers.
HValid
の static メソッド
日付文字列として認識できるか評価します。
isDateTime(CharSequence, DateFormatSymbols, String)
- class shohaku.core.helpers.
HValid
の static メソッド
日付文字列として認識できるか評価します。
isDateTime(CharSequence, DateFormatSymbols, String, boolean)
- class shohaku.core.helpers.
HValid
の static メソッド
日付文字列として認識できるか評価します。
isDateTime(CharSequence, Collection)
- class shohaku.core.helpers.
HValid
の static メソッド
一つ以上の書式パターンで日付文字列として認識できるか評価します。
isDateTime(CharSequence, Locale, Collection)
- class shohaku.core.helpers.
HValid
の static メソッド
一つ以上の書式パターンで日付文字列として認識できるか評価します。
isDateTime(CharSequence, DateFormatSymbols, Collection)
- class shohaku.core.helpers.
HValid
の static メソッド
一つ以上の書式パターンで日付文字列として認識できるか評価します。
isDateTime(CharSequence, DateFormatSymbols, Collection, boolean)
- class shohaku.core.helpers.
HValid
の static メソッド
一つ以上の書式パターンで日付文字列として認識できるか評価します。
isDebugEnabled()
- interface shohaku.core.lang.feature.
LogFeature
のメソッド
レベルが有効か判定します。
isDecimal(CharSequence, String)
- class shohaku.core.helpers.
HValid
の static メソッド
数値文字列として認識できるか評価します。
isDecimal(CharSequence, Locale, String)
- class shohaku.core.helpers.
HValid
の static メソッド
数値文字列として認識できるか評価します。
isDecimal(CharSequence, DecimalFormatSymbols, String)
- class shohaku.core.helpers.
HValid
の static メソッド
数値文字列として認識できるか評価します。
isDecimal(CharSequence, Collection)
- class shohaku.core.helpers.
HValid
の static メソッド
一つ以上の書式パターンで数値文字列として認識できるか評価します。
isDecimal(CharSequence, Locale, Collection)
- class shohaku.core.helpers.
HValid
の static メソッド
一つ以上の書式パターンで数値文字列として認識できるか評価します。
isDecimal(CharSequence, DecimalFormatSymbols, Collection)
- class shohaku.core.helpers.
HValid
の static メソッド
一つ以上の書式パターンで数値文字列として認識できるか評価します。
isEmpty()
- interface shohaku.core.collections.
Cache
のメソッド
キャッシュが空の場合に true を返却します。
isEmpty()
- class shohaku.core.collections.cache.
AbstractCache
のメソッド
isEmpty()
- class shohaku.core.collections.decorator.
DecoratedCollection
のメソッド
基となるコレクションの同メソッドを呼び出します。
isEmpty()
- class shohaku.core.collections.decorator.
DecoratedMap
のメソッド
基となるマップの同メソッドを呼び出します。
isEmpty()
- class shohaku.core.collections.decorator.
DecoratedMapEntrySet
のメソッド
基となるコレクションの同メソッドを呼び出します。
isEmpty(CharSequence)
- class shohaku.core.helpers.
HEval
の static メソッド
引数が null または空の文字シーケンスであるかを評価します。
isEmpty(char[])
- class shohaku.core.helpers.
HEval
の static メソッド
引数が null または空の状態であるかを評価します。
isEmpty(boolean[])
- class shohaku.core.helpers.
HEval
の static メソッド
引数が null または空の状態であるかを評価します。
isEmpty(byte[])
- class shohaku.core.helpers.
HEval
の static メソッド
引数が null または空の状態であるかを評価します。
isEmpty(short[])
- class shohaku.core.helpers.
HEval
の static メソッド
引数が null または空の状態であるかを評価します。
isEmpty(int[])
- class shohaku.core.helpers.
HEval
の static メソッド
引数が null または空の状態であるかを評価します。
isEmpty(long[])
- class shohaku.core.helpers.
HEval
の static メソッド
引数が null または空の状態であるかを評価します。
isEmpty(float[])
- class shohaku.core.helpers.
HEval
の static メソッド
引数が null または空の状態であるかを評価します。
isEmpty(double[])
- class shohaku.core.helpers.
HEval
の static メソッド
引数が null または空の状態であるかを評価します。
isEmpty(Object[])
- class shohaku.core.helpers.
HEval
の static メソッド
引数が null または空の状態であるかを評価します。
isEmpty(Map)
- class shohaku.core.helpers.
HEval
の static メソッド
引数が null または空の状態であるかを評価します。
isEmpty(Collection)
- class shohaku.core.helpers.
HEval
の static メソッド
引数が null または空の状態であるかを評価します。
isEnclose(CharSequence, char, char)
- class shohaku.core.helpers.
HEval
の static メソッド
指定の文字シーケンスが指定の接頭辞と接尾辞を持つか評価します。
isEnclose(CharSequence, CharSequence, CharSequence)
- class shohaku.core.helpers.
HEval
の static メソッド
指定の文字シーケンスが指定の接頭辞と接尾辞を持つか評価します。
isEncode(char, String)
- class shohaku.core.helpers.
HValid
の static メソッド
指定の文字セットで指定された文字をエンコードできるかを評価します。
isEncode(char, Charset)
- class shohaku.core.helpers.
HValid
の static メソッド
指定の文字セットで指定された文字をエンコードできるかを評価します。
isEncode(CharSequence, String)
- class shohaku.core.helpers.
HValid
の static メソッド
指定の文字セットで指定された文字シーケンスをエンコードできるかを評価します。
isEncode(CharSequence, Charset)
- class shohaku.core.helpers.
HValid
の static メソッド
指定の文字セットで指定された文字シーケンスをエンコードできるかを評価します。
isEqOrGreater(Comparable, Comparable)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された値の比較結果が、同値または第一引数の方が大きい事を示すか評価します。
isEqOrLess(Comparable, Comparable)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された値の比較結果が、同値または第一引数の方が小さい事を示すか評価します。
isEqual(Comparable, Comparable)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された値の比較結果が同値であるか評価します。
isEqualArraySize(Object[])
- class shohaku.core.helpers.
HEval
の static メソッド
指定された二次元配列の全ての要素の配列長が同一か評価します。
isEquals(Object, Object)
- class shohaku.core.helpers.
HEval
の static メソッド
null の検証を含み同値性を比較します。
isEquals(float, float)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された 2 つの値の同値性を、Float.equals と同一基準で評価します。
isEquals(double, double)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された 2 つの値の同値性を、Double.equals と同一基準で評価します。
isEquals(boolean[], boolean[])
- class shohaku.core.helpers.
HEval
の static メソッド
指定された 2 つの配列の同値性を評価します。
isEquals(char[], char[])
- class shohaku.core.helpers.
HEval
の static メソッド
指定された 2 つの配列の同値性を評価します。
isEquals(byte[], byte[])
- class shohaku.core.helpers.
HEval
の static メソッド
指定された 2 つの配列の同値性を評価します。
isEquals(short[], short[])
- class shohaku.core.helpers.
HEval
の static メソッド
指定された 2 つの配列の同値性を評価します。
isEquals(int[], int[])
- class shohaku.core.helpers.
HEval
の static メソッド
指定された 2 つの配列の同値性を評価します。
isEquals(long[], long[])
- class shohaku.core.helpers.
HEval
の static メソッド
指定された 2 つの配列の同値性を評価します。
isEquals(float[], float[])
- class shohaku.core.helpers.
HEval
の static メソッド
指定された 2 つの配列の同値性を評価します。
isEquals(double[], double[])
- class shohaku.core.helpers.
HEval
の static メソッド
指定された 2 つの配列の同値性を評価します。
isEquals(Object[], Object[])
- class shohaku.core.helpers.
HEval
の static メソッド
指定された 2 つの配列の同値性を評価します。
isEqualsArray(Object, Object)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された 2 つの値が、双方配列の場合は配列の同値性比較を、以外の場合は通常の同値性比較を評価します。
isEqualsClass(Object, Class)
- class shohaku.core.helpers.
HEval
の static メソッド
クラスが同一であるかを評価します。
isEqualsComponentType(Object, Class)
- class shohaku.core.helpers.
HEval
の static メソッド
配列のコンポーネント型が指定のクラスと同一であるかを評価します。
isEqualsIdentity(Object[], Object[])
- class shohaku.core.helpers.
HEval
の static メソッド
指定された 2 つの配列の参照同一性を評価します。
isErrorEnabled()
- interface shohaku.core.lang.feature.
LogFeature
のメソッド
レベルが有効か判定します。
isEscapeChar(char)
- class shohaku.core.util.
XProperties
のメソッド
エスケープシーケンス文字の以外の場合は true を返却します。
isFatalEnabled()
- interface shohaku.core.lang.feature.
LogFeature
のメソッド
レベルが有効か判定します。
isGreater(Comparable, Comparable)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された値の比較結果が第一引数の方が大きい事を示すか評価します。
isIndex(CharSequence, int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された文字シーケンスの範囲内のインデックスか評価します。
isIndex(CharSequence, int, int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された文字シーケンスの範囲内のインデックスか評価します。
isIndex(char[], int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(char[], int, int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(boolean[], int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(boolean[], int, int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(byte[], int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(byte[], int, int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(short[], int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(short[], int, int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(int[], int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(int[], int, int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(long[], int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(long[], int, int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(float[], int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(float[], int, int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(double[], int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(double[], int, int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(Object[], int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(Object[], int, int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された配列の範囲内のインデックスか評価します。
isIndex(int, int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定されたサイズの範囲内のインデックスか評価します。
isIndex(int, int, int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定されたサイズの範囲内のインデックスか評価します。
isInfiniteOrNaN(Number)
- class shohaku.core.helpers.
HValid
の static メソッド
数値の絶対値が無限量か、または非数 (NaN) であるか評価します。
isInfiniteOrNaN(Float)
- class shohaku.core.helpers.
HValid
の static メソッド
数値の絶対値が無限量か、または非数 (NaN) であるか評価します。
isInfiniteOrNaN(float)
- class shohaku.core.helpers.
HValid
の static メソッド
数値の絶対値が無限量か、または非数 (NaN) であるか評価します。
isInfiniteOrNaN(Double)
- class shohaku.core.helpers.
HValid
の static メソッド
数値の絶対値が無限量か、または非数 (NaN) であるか評価します。
isInfiniteOrNaN(double)
- class shohaku.core.helpers.
HValid
の static メソッド
数値の絶対値が無限量か、または非数 (NaN) であるか評価します。
isInfoEnabled()
- interface shohaku.core.lang.feature.
LogFeature
のメソッド
レベルが有効か判定します。
isInstanceOf(Object, Class)
- class shohaku.core.helpers.
HEval
の static メソッド
指定されたオブジェクトが全てのクラス型に割り当て可能か評価します。
isKeyValueSeparators(char)
- class shohaku.core.util.
XProperties
のメソッド
キーと値の区切り文字の場合は true を返却します。
isLess(Comparable, Comparable)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された値の比較結果が第一引数の方が小さい事を示すか評価します。
isLimit()
- interface shohaku.core.collections.
Cache
のメソッド
キャッシュサイズが上限に達しているか検証します。
isLimit()
- class shohaku.core.collections.cache.
AbstractCache
のメソッド
isLongBitsMax(float, float)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の最大値の範囲か、Float.compare と同様の比較基準で評価します。
isLongBitsMax(double, double)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の最大値の範囲か、Double.compare と同様の比較基準で評価します。
isLongBitsMin(float, float)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の最小値の範囲か、Float.compare と同様の比較基準で評価します。
isLongBitsMin(double, double)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の最小値の範囲か、Double.compare と同様の比較基準で評価します。
isLongBitsNegative(float)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が負数か、Float.compare と同様の比較基準で評価します。
isLongBitsNegative(double)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が負数か、Double.compare と同様の比較基準で評価します。
isLongBitsPositive(float)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が正数か、Float.compare と同様の比較基準で評価します。
isLongBitsPositive(double)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が正数か、Double.compare と同様の比較基準で評価します。
isLongBitsRange(float, float, float)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の範囲内か、Float.compare と同様の比較基準で評価します。
isLongBitsRange(double, double, double)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の範囲内か、Double.compare と同様の比較基準で評価します。
isLongBitsRangeAll(float[], float, float)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された全ての数値が指定の範囲内か、Float.compare と同様の比較基準で評価します。
isLongBitsRangeAll(double[], double, double)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された全ての数値が指定の範囲内か、Double.compare と同様の比較基準で評価します。
isLongBitsZeroOrNegative(float)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値がゼロまたは負数か、Float.compare と同様の比較基準で評価します。
isLongBitsZeroOrNegative(double)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値がゼロまたは負数か、Double.compare と同様の比較基準で評価します。
isLongBitsZeroOrPositive(float)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値がゼロまたは正数か、Float.compare と同様の比較基準で評価します。
isLongBitsZeroOrPositive(double)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値がゼロまたは正数か、Double.compare と同様の比較基準で評価します。
isMax(int, int)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の最大値の範囲か評価します。
isMax(long, long)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の最大値の範囲か評価します。
isMax(float, float)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の最大値の範囲か、数値比較演算子の比較基準で評価します。
isMax(double, double)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の最大値の範囲か、数値比較演算子の比較基準で評価します。
isMaxSize(CharSequence, int)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された文字シーケンスの長さが指定の最大値の範囲内か評価します。
isMin(int, int)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の最小値の範囲か評価します。
isMin(long, long)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の最小値の範囲か評価します。
isMin(float, float)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の最小値の範囲か、数値比較演算子の比較基準で評価します。
isMin(double, double)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の最小値の範囲か、数値比較演算子の比較基準で評価します。
isMinSize(CharSequence, int)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された文字シーケンスの長さが指定の最小値の範囲内か評価します。
isNegative(int)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が負数か評価します。
isNegative(long)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が負数か評価します。
isNegative(float)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が負数か、数値比較演算子の比較基準で評価します。
isNegative(double)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が負数か、数値比較演算子の比較基準で評価します。
isNotCommentChars(char)
- class shohaku.core.util.
XProperties
のメソッド
コメント列を示す文字の以外の場合は true を返却します。
isNotEqual(Comparable, Comparable)
- class shohaku.core.helpers.
HEval
の static メソッド
指定された値の比較結果が非同値であるか評価します。
isNull(Object)
- class shohaku.core.helpers.
HEval
の static メソッド
引数が null 値か評価します。
isOrBlank(CharSequence, CharSequence)
- class shohaku.core.helpers.
HEval
の static メソッド
引数に null または空かスペースのみの文字シーケンスが含まれるか評価します。
isOrBlank(CharSequence[])
- class shohaku.core.helpers.
HEval
の static メソッド
全ての配列の要素が null または空かスペースのみの文字シーケンスが含まれるか評価します。
isOrEmpty(CharSequence, CharSequence)
- class shohaku.core.helpers.
HEval
の static メソッド
引数に null または空の文字シーケンスが含まれるか評価します。
isOrEmpty(CharSequence[])
- class shohaku.core.helpers.
HEval
の static メソッド
全ての配列の要素が null または空の文字シーケンスが含まれるか評価します。
isOrEquals(Object, Object, Object)
- class shohaku.core.helpers.
HEval
の static メソッド
指定の値の内いずれかが同値であるかを評価します。
isOrEquals(Object, Object, Object, Object)
- class shohaku.core.helpers.
HEval
の static メソッド
指定の値の内いずれかが同値であるかを評価します。
isOrInstanceOf(Object, Class, Class)
- class shohaku.core.helpers.
HEval
の static メソッド
指定されたオブジェクトがいずれかのクラス型に割り当て可能か評価します。
isOrInstanceOf(Object, Class, Class, Class)
- class shohaku.core.helpers.
HEval
の static メソッド
指定されたオブジェクトがいずれかのクラス型に割り当て可能か評価します。
isOrInstanceOf(Object, Class[])
- class shohaku.core.helpers.
HEval
の static メソッド
指定されたオブジェクトがいずれかのクラス型に割り当て可能か評価します。
isOrNull(Object, Object)
- class shohaku.core.helpers.
HEval
の static メソッド
引数に null 値が含まれるか評価します。
isOrNull(Object, Object, Object)
- class shohaku.core.helpers.
HEval
の static メソッド
引数に null 値が含まれるか評価します。
isOrNull(Object, Object, Object, Object)
- class shohaku.core.helpers.
HEval
の static メソッド
引数に null 値が含まれるか評価します。
isOrNull(Object[])
- class shohaku.core.helpers.
HEval
の static メソッド
配列の要素に null 値が含まれるか評価します。
isOrPrefix(CharSequence, char[])
- class shohaku.core.helpers.
HEval
の static メソッド
指定の文字シーケンスに接頭辞の内いずれかが含まれるか評価します。
isOrPrefix(CharSequence, CharSequence[])
- class shohaku.core.helpers.
HEval
の static メソッド
指定の文字シーケンスに接頭辞の内いずれかが含まれるか評価します。
isOrStartsWith(CharSequence, CharSequence[], int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定の文字シーケンスの位置から前方一致するか評価します。
isOrSuffix(CharSequence, char[])
- class shohaku.core.helpers.
HEval
の static メソッド
指定の文字シーケンスに接尾辞の内いずれかが含まれるか評価します。
isOrSuffix(CharSequence, CharSequence[])
- class shohaku.core.helpers.
HEval
の static メソッド
指定の文字シーケンスに接尾辞の内いずれかが含まれるか評価します。
isPositive(int)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が正数か評価します。
isPositive(long)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が正数か評価します。
isPositive(float)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が正数か、数値比較演算子の比較基準で評価します。
isPositive(double)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が正数か、数値比較演算子の比較基準で評価します。
isPrefix(CharSequence, CharSequence)
- class shohaku.core.helpers.
HEval
の static メソッド
指定の文字シーケンスが指定の接頭辞を持つか評価します。
isRange(int, int, int)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の範囲内か評価します。
isRange(long, long, long)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の範囲内か評価します。
isRange(float, float, float)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の範囲内か、数値比較演算子の比較基準で評価します。
isRange(double, double, double)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値が指定の範囲内か、数値比較演算子の比較基準で評価します。
isRangeAll(byte[], byte, byte)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された全ての数値が指定の範囲内か評価します。
isRangeAll(short[], short, short)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された全ての数値が指定の範囲内か評価します。
isRangeAll(int[], int, int)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された全ての数値が指定の範囲内か評価します。
isRangeAll(long[], long, long)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された全ての数値が指定の範囲内か評価します。
isRangeAll(float[], float, float)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された全ての数値が指定の範囲内か、数値比較演算子の比較基準で評価します。
isRangeAll(double[], double, double)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された全ての数値が指定の範囲内か、数値比較演算子の比較基準で評価します。
isRangeSize(CharSequence, int, int)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された文字シーケンスの長さが指定の範囲内か評価します。
isSize(CharSequence, int)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された文字シーケンスの長さが指定の長さと同一か評価します。
isStartsWith(CharSequence, CharSequence, int)
- class shohaku.core.helpers.
HEval
の static メソッド
指定の文字シーケンスの位置から前方一致するか評価します。
isSuffix(CharSequence, CharSequence)
- class shohaku.core.helpers.
HEval
の static メソッド
指定の文字シーケンスが指定の接尾辞を持つか評価します。
isTraceEnabled()
- interface shohaku.core.lang.feature.
LogFeature
のメソッド
レベルが有効か判定します。
isWarnEnabled()
- interface shohaku.core.lang.feature.
LogFeature
のメソッド
レベルが有効か判定します。
isWhiteSpace(CharSequence)
- class shohaku.core.helpers.
HEval
の static メソッド
引数が null または空かJavaの基準による空白文字のみの文字シーケンスであるかを評価します。
isWhiteSpaceChars(char)
- class shohaku.core.util.
XProperties
のメソッド
スペース文字の場合は true を返却します。
isZeroOrNegative(int)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値がゼロまたは負数か評価します。
isZeroOrNegative(long)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値がゼロまたは負数か評価します。
isZeroOrNegative(float)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値がゼロまたは負数か、数値比較演算子の比較基準で評価します。
isZeroOrNegative(double)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値がゼロまたは負数か、数値比較演算子の比較基準で評価します。
isZeroOrPositive(int)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値がゼロまたは正数か評価します。
isZeroOrPositive(long)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値がゼロまたは正数か評価します。
isZeroOrPositive(float)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値がゼロまたは正数か、数値比較演算子の比較基準で評価します。
isZeroOrPositive(double)
- class shohaku.core.helpers.
HValid
の static メソッド
指定された数値がゼロまたは正数か、数値比較演算子の比較基準で評価します。
iterator()
- class shohaku.core.collections.decorator.
DecoratedCollection
のメソッド
基となるコレクションの同メソッドの戻り値を DecoratedIterator で装飾した反復子を返却します。
iterator()
- class shohaku.core.collections.decorator.
DecoratedMapEntrySet
のメソッド
decoratedEntry(Map.Entry) で装飾した要素を返す反復子を返却します。
概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前の文字
次の文字
フレームあり
フレームなし
すべてのクラス
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X