$ A B C D E F G H I J K L M N O P R S T U V W Z 
すべてのクラス すべてのパッケージ

$

$() - クラス のメソッドorg.codelibs.core.collection.Maps
Mapを返します。
$(K, V) - クラス のメソッドorg.codelibs.core.collection.Maps
Mapにキーと値を追加します。

A

absolute(ResultSet, int) - クラス のstaticメソッドorg.codelibs.core.sql.ResultSetUtil
カーソルを指定した位置まで進めます。
add(boolean[], boolean) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
boolean配列の末尾にbooleanの値を追加した配列を返します。
add(byte[], byte) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
byte配列の末尾にbyteの値を追加した配列を返します。
add(double[], double) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
double配列の末尾にdoubleの値を追加した配列を返します。
add(float[], float) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
float配列の末尾にfloatの値を追加した配列を返します。
add(int[], int) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
int配列の末尾にintの値を追加した配列を返します。
add(int, E) - クラス のメソッドorg.codelibs.core.collection.SLinkedList
指定した位置にオブジェクトを追加します。
add(long[], long) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
long配列の末尾にlongの値を追加した配列を返します。
add(short[], short) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
short配列の末尾にshortの値を追加した配列を返します。
add(E) - クラス のメソッドorg.codelibs.core.collection.LruHashSet
Adds the specified element to this set if it is not already present.
add(String) - クラス のメソッドorg.codelibs.core.collection.CaseInsensitiveSet
 
add(Disposable) - クラス のstaticメソッドorg.codelibs.core.misc.DisposableUtil
破棄可能なリソースを登録します。
add(T[], T) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列の末尾にオブジェクトを追加した配列を返します。
addAll(boolean[], boolean[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
二つの配列を連結した配列を返します。
addAll(byte[], byte[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
二つの配列を連結した配列を返します。
addAll(char[], char[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
二つの配列を連結した配列を返します。
addAll(double[], double[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
二つの配列を連結した配列を返します。
addAll(float[], float[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
二つの配列を連結した配列を返します。
addAll(int[], int[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
二つの配列を連結した配列を返します。
addAll(long[], long[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
二つの配列を連結した配列を返します。
addAll(short[], short[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
二つの配列を連結した配列を返します。
addAll(T[], T[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
二つの配列を連結した配列を返します。
addBatch(PreparedStatement) - クラス のstaticメソッドorg.codelibs.core.sql.PreparedStatementUtil
バッチを追加します。
addBefore(E) - クラス のメソッドorg.codelibs.core.collection.SLinkedList.Entry
前に追加します。
addFieldDescs(Class<?>) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
クラスまたはインターフェースに定義されたフィールドを追加します。
addFirst(E) - クラス のメソッドorg.codelibs.core.collection.SLinkedList
先頭に追加します。
addFirst(Disposable) - クラス のstaticメソッドorg.codelibs.core.misc.DisposableUtil
破棄可能なリソースを先頭に登録します。
addLast(E) - クラス のメソッドorg.codelibs.core.collection.SLinkedList
最後に追加します。
addPropertyDesc(PropertyDescImpl) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
PropertyDescを追加します.
addTimeoutTarget(TimeoutTarget, int, boolean) - クラス のメソッドorg.codelibs.core.timer.TimeoutManager
TimeoutTargetを追加します。
addTraverserFactory(String, TraversalUtil.TraverserFactory) - クラス のstaticメソッドorg.codelibs.core.io.TraversalUtil
TraversalUtil.TraverserFactoryを追加します。
adjustNumber(Class<?>[], Object[], int) - クラス のstaticメソッドorg.codelibs.core.beans.impl.BeanDescImpl
指定された位置の引数型が数値の場合、引数を適合するように変換します。
algorithm - クラス の変数org.codelibs.core.crypto.CachedCipher
 
AnnotationUtil - org.codelibs.core.langのクラス
アノテーションのためのユーティリティクラスです。
AnnotationUtil() - クラス のコンストラクタorg.codelibs.core.lang.AnnotationUtil
 
appendAttr(Attr, StringBuilder) - クラス のstaticメソッドorg.codelibs.core.xml.DomUtil
Attrの文字列表現を追加します。
appendAttrs(NamedNodeMap, StringBuilder) - クラス のstaticメソッドorg.codelibs.core.xml.DomUtil
NamedNodeMapの文字列表現を追加します。
appendCDATASection(CDATASection, StringBuilder) - クラス のstaticメソッドorg.codelibs.core.xml.DomUtil
CDATASectionの文字列表現を追加します。
appendChildren(NodeList, StringBuilder) - クラス のstaticメソッドorg.codelibs.core.xml.DomUtil
NodeListの文字列表現を追加します。
appendElement(Element, StringBuilder) - クラス のstaticメソッドorg.codelibs.core.xml.DomUtil
Elementの文字列表現を追加します。
appendEntityReference(EntityReference, StringBuilder) - クラス のstaticメソッドorg.codelibs.core.xml.DomUtil
EntityReferenceを追加します。
appendHex(StringBuilder, byte) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
文字列に、数値を16進数に変換した文字列を追加します。
appendHex(StringBuilder, int) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
文字列に、数値を16進数に変換した文字列を追加します。
appendNode(Node, StringBuilder) - クラス のstaticメソッドorg.codelibs.core.xml.DomUtil
Nodeの文字列表現を追加します。
appendText(Text, StringBuilder) - クラス のstaticメソッドorg.codelibs.core.xml.DomUtil
Textの文字列表現を追加します。
argName - 例外 の変数org.codelibs.core.exception.ClIllegalArgumentException
null である引数の名前
args - 例外 の変数org.codelibs.core.exception.ClIllegalArgumentException
メッセージの引数
arguments - クラス の変数org.codelibs.core.beans.impl.ParameterizedClassDescImpl
型引数を表すParameterizedClassDescの配列
ArrayIterator<T> - org.codelibs.core.collectionのクラス
配列をIteratorにするAdaptorです。
ArrayIterator(T...) - クラス のコンストラクタorg.codelibs.core.collection.ArrayIterator
ArrayIteratorを作成します。
ArrayMap<K,​V> - org.codelibs.core.collectionのクラス
配列の性質を併せ持つ Mapです。
ArrayMap() - クラス のコンストラクタorg.codelibs.core.collection.ArrayMap
デフォルトの初期容量を持つインスタンスを構築します。
ArrayMap(int) - クラス のコンストラクタorg.codelibs.core.collection.ArrayMap
指定された初期容量を持つインスタンスを構築します。
ArrayMap(Map<? extends K, ? extends V>) - クラス のコンストラクタorg.codelibs.core.collection.ArrayMap
指定されたMapと同じマッピングでインスタンスを構築します。
ArrayMap.ArrayMapIterator - org.codelibs.core.collectionのクラス
ArrayMap用のIteratorです。
ArrayMap.Entry<K,​V> - org.codelibs.core.collectionのクラス
ArrayMapMap.Entryです。
ArrayMapIterator() - クラス のコンストラクタorg.codelibs.core.collection.ArrayMap.ArrayMapIterator
 
ArrayUtil - org.codelibs.core.collectionのクラス
配列に対するユーティリティクラスです。
ArrayUtil() - クラス のコンストラクタorg.codelibs.core.collection.ArrayUtil
 
asArray(Boolean...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
Booleanの配列を返します。
asArray(Byte...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
Byteの配列を返します。
asArray(Character...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
Characterの配列を返します。
asArray(Double...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
Doubleの配列を返します。
asArray(Float...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
Floatの配列を返します。
asArray(Integer...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
Integerの配列を返します。
asArray(Long...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
Longの配列を返します。
asArray(Object...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
Objectの配列を返します。
asArray(Short...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
Shortの配列を返します。
asArray(BigDecimal...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
BigDecimalの配列を返します。
asArray(BigInteger...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
BigIntegerの配列を返します。
asBooleanArray(boolean...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
booleanの配列を返します。
asByteArray(byte...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
byteの配列を返します。
asCharArray(char...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
charの配列を返します。
asDoubleArray(double...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
doubleの配列を返します。
asFloatArray(float...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
floatの配列を返します。
asIntArray(int...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
intの配列を返します。
asLongArray(long...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
longの配列を返します。
assertArgument(String, boolean, String) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
引数が不正でないことを表明します。
assertArgumentArrayIndex(String, int, int) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
インデックスが不正でないことを表明します。
assertArgumentNotEmpty(String, boolean[]) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
引数がnullでも空の配列でもないことを表明します。
assertArgumentNotEmpty(String, byte[]) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
引数がnullでも空の配列でもないことを表明します。
assertArgumentNotEmpty(String, char[]) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
引数がnullでも空の配列でもないことを表明します。
assertArgumentNotEmpty(String, double[]) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
引数がnullでも空の配列でもないことを表明します。
assertArgumentNotEmpty(String, float[]) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
引数がnullでも空の配列でもないことを表明します。
assertArgumentNotEmpty(String, int[]) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
引数がnullでも空の配列でもないことを表明します。
assertArgumentNotEmpty(String, long[]) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
引数がnullでも空の配列でもないことを表明します。
assertArgumentNotEmpty(String, short[]) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
引数がnullでも空の配列でもないことを表明します。
assertArgumentNotEmpty(String, CharSequence) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
引数がnullでも空文字列でもないことを表明します。
assertArgumentNotEmpty(String, Object[]) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
引数がnullでも空の配列でもないことを表明します。
assertArgumentNotEmpty(String, String) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
引数がnullでも空文字列でもないことを表明します。
assertArgumentNotEmpty(String, Collection<?>) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
引数がnullでも空のCollectionでもないことを表明します。
assertArgumentNotEmpty(String, Map<?, ?>) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
引数がnullでも空のMapでもないことを表明します。
assertArgumentNotNull(String, Object) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
引数がnullでないことを表明します。
assertIndex(boolean, String) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
indexが不正でないことを表明します。
AssertionUtil - org.codelibs.core.miscのクラス
表明についてのユーティリティクラスです。
AssertionUtil() - クラス のコンストラクタorg.codelibs.core.misc.AssertionUtil
 
assertState(boolean, String) - クラス のstaticメソッドorg.codelibs.core.misc.AssertionUtil
状態が不正でないことを表明します。
asShortArray(short...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
shortの配列を返します。
asStringArray(String...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
Stringの配列を返します。
available(InputStream) - クラス のstaticメソッドorg.codelibs.core.io.InputStreamUtil
InputStream.available()の例外処理をラップしたメソッドです。

B

BadPaddingRuntimeException - org.codelibs.core.exceptionの例外
 
BadPaddingRuntimeException(BadPaddingException) - 例外 のコンストラクタorg.codelibs.core.exception.BadPaddingRuntimeException
 
Base64Util - org.codelibs.core.miscのクラス
Base64を扱うためのユーティリティクラスです。
Base64Util() - クラス のコンストラクタorg.codelibs.core.misc.Base64Util
 
baseDir - クラス の変数org.codelibs.core.io.TraversalUtil.FileSystemTraverser
ベースディレクトリです。
beanClass - クラス の変数org.codelibs.core.beans.impl.BeanDescImpl
Beanのクラス
beanDelimiter - クラス の変数org.codelibs.core.beans.util.CopyOptions
JavaBeanのデリミタです。
beanDelimiter(char) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
JavaBeansのデリミタを設定します。
beanDelimiter(char) - クラス のstaticメソッドorg.codelibs.core.beans.util.CopyOptionsUtil
JavaBeansのデリミタを設定したCopyOptionsを返します。
beanDesc - クラス の変数org.codelibs.core.beans.impl.ConstructorDescImpl
このメソッドを所有するクラスのBeanDesc
beanDesc - クラス の変数org.codelibs.core.beans.impl.FieldDescImpl
このフィールドを所有するクラスのBeanDesc
beanDesc - クラス の変数org.codelibs.core.beans.impl.MethodDescImpl
このメソッドを所有するクラスのBeanDesc
BeanDesc - org.codelibs.core.beansのインタフェース
JavaBeansのメタデータを扱うためのインターフェースです。
BeanDescFactory - org.codelibs.core.beans.factoryのクラス
BeanDescを生成するクラスです。
BeanDescFactory() - クラス のコンストラクタorg.codelibs.core.beans.factory.BeanDescFactory
 
BeanDescImpl - org.codelibs.core.beans.implのクラス
BeanDescの実装クラスです。
BeanDescImpl(Class<?>) - クラス のコンストラクタorg.codelibs.core.beans.impl.BeanDescImpl
BeanDescImplを作成します。
BeanMap - org.codelibs.core.beans.utilのクラス
Stringがキーで、存在しないキーにアクセスする(get)と例外を投げるマップです。
BeanMap() - クラス のコンストラクタorg.codelibs.core.beans.util.BeanMap
 
BeanUtil - org.codelibs.core.beans.utilのクラス
JavaBeansとJavaBeans、あるいはJavaBeansとMapの間でプロパティをコピーするためのユーティリティです。
BeanUtil() - クラス のコンストラクタorg.codelibs.core.beans.util.BeanUtil
 
BigDecimalConversionUtil - org.codelibs.core.convertのクラス
BigDecimal用の変換ユーティリティです。
BigDecimalConversionUtil() - クラス のコンストラクタorg.codelibs.core.convert.BigDecimalConversionUtil
 
BigIntegerConversionUtil - org.codelibs.core.convertのクラス
BigInteger用の変換ユーティリティです。
BigIntegerConversionUtil() - クラス のコンストラクタorg.codelibs.core.convert.BigIntegerConversionUtil
 
BinaryConversionUtil - org.codelibs.core.convertのクラス
byte配列用の変換ユーティリティです。
BinaryConversionUtil() - クラス のコンストラクタorg.codelibs.core.convert.BinaryConversionUtil
 
BooleanConversionUtil - org.codelibs.core.convertのクラス
Boolean用の変換ユーティリティです。
BooleanConversionUtil() - クラス のコンストラクタorg.codelibs.core.convert.BooleanConversionUtil
 
buildCopyOptions(Consumer<CopyOptions>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
 
ByteConversionUtil - org.codelibs.core.convertのクラス
Byte用の変換ユーティリティです。
ByteConversionUtil() - クラス のコンストラクタorg.codelibs.core.convert.ByteConversionUtil
 

C

CachedCipher - org.codelibs.core.cryptoのクラス
 
CachedCipher() - クラス のコンストラクタorg.codelibs.core.crypto.CachedCipher
 
CalendarConversionUtil - org.codelibs.core.convertのクラス
Calendar用の変換ユーティリティです。
CalendarConversionUtil() - クラス のコンストラクタorg.codelibs.core.convert.CalendarConversionUtil
 
camelize(String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
_記法をキャメル記法に変換します。
cancel() - クラス のメソッドorg.codelibs.core.timer.TimeoutTask
キャンセルします。
CANONICAL_PROTOCOLS - クラス のstatic変数org.codelibs.core.net.URLUtil
プロトコルを正規化するためのマップ
capitalize(String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
JavaBeansの仕様にしたがってキャピタライズを行ないます。
CaseInsensitiveMap<V> - org.codelibs.core.collectionのクラス
キーで大文字小文字を気にしない ArrayMapです。
CaseInsensitiveMap() - クラス のコンストラクタorg.codelibs.core.collection.CaseInsensitiveMap
CaseInsensitiveMapを作成します。
CaseInsensitiveMap(int) - クラス のコンストラクタorg.codelibs.core.collection.CaseInsensitiveMap
CaseInsensitiveMapを作成します。
CaseInsensitiveSet - org.codelibs.core.collectionのクラス
大文字小文字を気にしない Setです。
CaseInsensitiveSet() - クラス のコンストラクタorg.codelibs.core.collection.CaseInsensitiveSet
CaseInsensitiveSetを作成します。
CaseInsensitiveSet(int) - クラス のコンストラクタorg.codelibs.core.collection.CaseInsensitiveSet
CaseInsensitiveSetを作成します。
CaseInsensitiveSet(Collection<String>) - クラス のコンストラクタorg.codelibs.core.collection.CaseInsensitiveSet
CaseInsensitiveSetを作成します。
CENT_SIGN - クラス のstatic変数org.codelibs.core.convert.StringConversionUtil
CENT SIGN
ChannelUtil - org.codelibs.core.nioのクラス
Channel用のユーティリティです。
ChannelUtil() - クラス のコンストラクタorg.codelibs.core.nio.ChannelUtil
 
CHARSET_UTF_8 - クラス のstatic変数org.codelibs.core.CoreLibConstants
 
charsetName - クラス の変数org.codelibs.core.crypto.CachedCipher
 
checkInterval - クラス の変数org.codelibs.core.misc.DynamicProperties
 
CLASS_SUFFIX - クラス のstatic変数org.codelibs.core.io.ClassTraversalUtil
クラスファイルの拡張子
ClassHandler - org.codelibs.core.ioのインタフェース
クラスを処理するハンドラのインターフェースです。
ClassIterator - org.codelibs.core.langのクラス
クラスの継承階層を親クラスに向かって反復するIteratorです。
ClassIterator(Class<?>) - クラス のコンストラクタorg.codelibs.core.lang.ClassIterator
インスタンスを構築します。
ClassIterator(Class<?>, boolean) - クラス のコンストラクタorg.codelibs.core.lang.ClassIterator
インスタンスを構築します。
classLoader - クラス の変数org.codelibs.core.lang.ClassLoaderIterator
クラスローダ
ClassLoaderIterator - org.codelibs.core.langのクラス
クラスローダの階層を親クラスローダに向かって反復するIteratorです。
ClassLoaderIterator(ClassLoader) - クラス のコンストラクタorg.codelibs.core.lang.ClassLoaderIterator
インスタンスを構築します。
ClassLoaderUtil - org.codelibs.core.langのクラス
ClassLoaderを扱うためのユーティリティ・クラスです。
ClassLoaderUtil() - クラス のコンストラクタorg.codelibs.core.lang.ClassLoaderUtil
 
ClassNotFoundRuntimeException - org.codelibs.core.exceptionの例外
クラスが見つからないときにスローされる例外です。
ClassNotFoundRuntimeException(ClassNotFoundException) - 例外 のコンストラクタorg.codelibs.core.exception.ClassNotFoundRuntimeException
ClassNotFoundRuntimeExceptionを作成します。
ClassNotFoundRuntimeException(String, ClassNotFoundException) - 例外 のコンストラクタorg.codelibs.core.exception.ClassNotFoundRuntimeException
ClassNotFoundRuntimeExceptionを作成します。
ClassTraversalUtil - org.codelibs.core.ioのクラス
クラスを横断して処理するためのハンドラです。
ClassTraversalUtil() - クラス のコンストラクタorg.codelibs.core.io.ClassTraversalUtil
 
ClassUtil - org.codelibs.core.langのクラス
Class用のユーティリティクラスです。
ClassUtil() - クラス のコンストラクタorg.codelibs.core.lang.ClassUtil
 
clazz - クラス の変数org.codelibs.core.lang.ClassIterator
クラス
clear() - クラス のstaticメソッドorg.codelibs.core.beans.factory.BeanDescFactory
キャッシュをクリアします。
clear() - クラス のメソッドorg.codelibs.core.collection.ArrayMap
 
clear() - クラス のメソッドorg.codelibs.core.collection.ArrayMap.Entry
状態をクリアします。
clear() - クラス のメソッドorg.codelibs.core.collection.CaseInsensitiveSet
 
clear() - クラス のメソッドorg.codelibs.core.collection.LruHashSet
Removes all of the elements from this set.
clear() - クラス のメソッドorg.codelibs.core.collection.SLinkedList
要素を空にします。
clear() - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
clear() - クラス のメソッドorg.codelibs.core.timer.TimeoutManager
管理している TimeoutTaskをクリアします。
ClIllegalArgumentException - org.codelibs.core.exceptionの例外
IllegalArgumentExceptionをラップする例外です。
ClIllegalArgumentException(String, String, Object[]) - 例外 のコンストラクタorg.codelibs.core.exception.ClIllegalArgumentException
ClIllegalArgumentExceptionを作成します。
ClIllegalArgumentException(String, String, Object[], Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.ClIllegalArgumentException
ClIllegalArgumentExceptionを作成します。
ClIllegalStateException - org.codelibs.core.exceptionの例外
IllegalStateExceptionをラップする例外です。
ClIllegalStateException() - 例外 のコンストラクタorg.codelibs.core.exception.ClIllegalStateException
ClIllegalStateExceptionを作成します。
ClIllegalStateException(String) - 例外 のコンストラクタorg.codelibs.core.exception.ClIllegalStateException
ClIllegalStateExceptionを作成します。
ClIllegalStateException(String, Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.ClIllegalStateException
ClIllegalStateExceptionを作成します。
ClIllegalStateException(Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.ClIllegalStateException
ClIllegalStateExceptionを作成します。
ClIndexOutOfBoundsException - org.codelibs.core.exceptionの例外
IndexOutOfBoundsExceptionをラップする例外です。
ClIndexOutOfBoundsException() - 例外 のコンストラクタorg.codelibs.core.exception.ClIndexOutOfBoundsException
ClIndexOutOfBoundsExceptionを作成します。
ClIndexOutOfBoundsException(String) - 例外 のコンストラクタorg.codelibs.core.exception.ClIndexOutOfBoundsException
ClIndexOutOfBoundsExceptionを作成します。
clone() - クラス のメソッドorg.codelibs.core.collection.ArrayMap
 
clone() - クラス のメソッドorg.codelibs.core.collection.SLinkedList
 
clone() - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
close() - クラス のメソッドorg.codelibs.core.io.TraversalUtil.FileSystemTraverser
 
close() - クラス のメソッドorg.codelibs.core.io.TraversalUtil.JarFileTraverser
 
close() - クラス のメソッドorg.codelibs.core.io.TraversalUtil.VfsZipTraverser
 
close() - インタフェース のメソッドorg.codelibs.core.io.Traverser
リソースの後処理を行います。
close(Closeable) - クラス のstaticメソッドorg.codelibs.core.io.CloseableUtil
Closeableをクローズします。
close(ResultSet) - クラス のstaticメソッドorg.codelibs.core.sql.ResultSetUtil
結果セットを閉じます。
close(Statement) - クラス のstaticメソッドorg.codelibs.core.sql.StatementUtil
Statementを閉じます。
close(JarFile) - クラス のstaticメソッドorg.codelibs.core.jar.JarFileUtil
Jarファイルをクローズします。
close(ZipFile) - クラス のstaticメソッドorg.codelibs.core.zip.ZipFileUtil
Zipファイルをクローズします。
CloseableUtil - org.codelibs.core.ioのクラス
Closeable用のユーティリティクラスです。
CloseableUtil() - クラス のコンストラクタorg.codelibs.core.io.CloseableUtil
 
closeEntry(ZipInputStream) - クラス のstaticメソッドorg.codelibs.core.zip.ZipInputStreamUtil
ZipInputStreamをクローズします。
closeQuietly(Closeable) - クラス のstaticメソッドorg.codelibs.core.io.CloseableUtil
 
ClRuntimeException - org.codelibs.core.exceptionの例外
A base exception class for CoreLib.
ClRuntimeException(String) - 例外 のコンストラクタorg.codelibs.core.exception.ClRuntimeException
ClRuntimeException(String, Object[]) - 例外 のコンストラクタorg.codelibs.core.exception.ClRuntimeException
ClRuntimeException(String, Object[], Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.ClRuntimeException
ClRuntimeException(String, Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.ClRuntimeException
ClSQLException - org.codelibs.core.exceptionの例外
S2Util用のSQLExceptionです。
ClSQLException(String, Object[]) - 例外 のコンストラクタorg.codelibs.core.exception.ClSQLException
ClSQLExceptionを作成します。
ClSQLException(String, Object[], String) - 例外 のコンストラクタorg.codelibs.core.exception.ClSQLException
ClSQLExceptionを作成します。
ClSQLException(String, Object[], String, int) - 例外 のコンストラクタorg.codelibs.core.exception.ClSQLException
ClSQLExceptionを作成します。
ClSQLException(String, Object[], String, int, String) - 例外 のコンストラクタorg.codelibs.core.exception.ClSQLException
ClSQLExceptionを作成します。
ClSQLException(String, Object[], String, int, Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.ClSQLException
ClSQLExceptionを作成します。
ClSQLException(String, Object[], String, int, Throwable, String) - 例外 のコンストラクタorg.codelibs.core.exception.ClSQLException
ClSQLExceptionを作成します。
ClSQLException(String, Object[], String, Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.ClSQLException
ClSQLExceptionを作成します。
ClSQLException(String, Object[], Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.ClSQLException
ClSQLExceptionを作成します。
ClUnsupportedOperationException - org.codelibs.core.exceptionの例外
UnsupportedOperationExceptionをラップする例外です。
ClUnsupportedOperationException() - 例外 のコンストラクタorg.codelibs.core.exception.ClUnsupportedOperationException
ClUnsupportedOperationExceptionを作成します。
ClUnsupportedOperationException(String) - 例外 のコンストラクタorg.codelibs.core.exception.ClUnsupportedOperationException
ClUnsupportedOperationExceptionを作成します。
ClUnsupportedOperationException(String, Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.ClUnsupportedOperationException
ClUnsupportedOperationExceptionを作成します。
ClUnsupportedOperationException(Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.ClUnsupportedOperationException
ClUnsupportedOperationExceptionを作成します。
CODE_NUMBER_LENGTH - クラス のstatic変数org.codelibs.core.message.MessageFormatter
メッセージコードの数値部の長さ
CollectionsUtil - org.codelibs.core.collectionのクラス
コレクションのためのユーティリティです。
CollectionsUtil() - クラス のコンストラクタorg.codelibs.core.collection.CollectionsUtil
 
CommonPoolUtil - org.codelibs.core.concurrentのクラス
 
concatName(String, String) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
クラス名の要素を結合します。
concurrentHashMap(KEY, VALUE) - クラス のstaticメソッドorg.codelibs.core.collection.Maps
指定されたキーと値を持つConcurrentHashMapを構築するためのMapsを返します。
constructor - クラス の変数org.codelibs.core.beans.impl.ConstructorDescImpl
コンストラクタ
ConstructorDesc - org.codelibs.core.beansのインタフェース
コンストラクタを扱うためのインターフェースです。
ConstructorDescImpl - org.codelibs.core.beans.implのクラス
ConstructorDescの実装クラスです。
ConstructorDescImpl(BeanDesc, Constructor<?>) - クラス のコンストラクタorg.codelibs.core.beans.impl.ConstructorDescImpl
インスタンスを構築します。
constructorDescs - クラス の変数org.codelibs.core.beans.impl.BeanDescImpl
ConstructorNotFoundRuntimeException - org.codelibs.core.exceptionの例外
Constructorが見つからなかったときにスローされる例外Vです。
ConstructorNotFoundRuntimeException(Class<?>, Class<?>[]) - 例外 のコンストラクタorg.codelibs.core.exception.ConstructorNotFoundRuntimeException
ConstructorNotFoundRuntimeException(Class<?>, Object[]) - 例外 のコンストラクタorg.codelibs.core.exception.ConstructorNotFoundRuntimeException
ConstructorUtil - org.codelibs.core.langのクラス
Constructor用のユーティリティクラスです。
ConstructorUtil() - クラス のコンストラクタorg.codelibs.core.lang.ConstructorUtil
 
contains(boolean[], boolean) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列に値が含まれていればtrueを返します。
contains(byte[], byte) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列に値が含まれていればtrueを返します。
contains(char[], char) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列に値が含まれていればtrueを返します。
contains(double[], double) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列に値が含まれていればtrueを返します。
contains(float[], float) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列に値が含まれていればtrueを返します。
contains(int[], int) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列に値が含まれていればtrueを返します。
contains(long[], long) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列に値が含まれていればtrueを返します。
contains(short[], short) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列に値が含まれていればtrueを返します。
contains(E) - クラス のメソッドorg.codelibs.core.collection.SLinkedList
要素が含まれているかどうかを返します。
contains(Object) - クラス のメソッドorg.codelibs.core.collection.CaseInsensitiveSet
 
contains(Object) - クラス のメソッドorg.codelibs.core.collection.LruHashSet
Returns true if this set contains the specified element.
contains(Object) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
contains(String, char) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
charを含んでいるかどうか返します。
contains(String, String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
文字列を含んでいるかどうか返します。
contains(T[], T) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列にオブジェクトが含まれていればtrueを返します。
containsKey(Object) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
 
containsKey(Object) - クラス のメソッドorg.codelibs.core.collection.CaseInsensitiveMap
 
containsKey(Object) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
containsKey(String) - クラス のメソッドorg.codelibs.core.collection.CaseInsensitiveMap
キーが含まれているかどうかを返します。
containsValue(Object) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
 
containsValue(Object) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
convertClass(String) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
プリミティブクラスの場合は、ラッパークラスに変換して返します。
converter(Converter, CharSequence...) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
コンバータを設定します。
converter(Converter, CharSequence...) - クラス のstaticメソッドorg.codelibs.core.beans.util.CopyOptionsUtil
コンバータを設定したCopyOptionsを返します。
Converter - org.codelibs.core.beansのインタフェース
文字列とオブジェクトの変換を行なうインターフェースです。
converterMap - クラス の変数org.codelibs.core.beans.util.CopyOptions
特定のプロパティに関連付けられたコンバータです。
ConverterRuntimeException - org.codelibs.core.exceptionの例外
Converterでエラーが起きた場合にスローされる例外です。
ConverterRuntimeException(String, Object, Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.ConverterRuntimeException
インスタンスを構築します。
converters - クラス の変数org.codelibs.core.beans.util.CopyOptions
特定のプロパティに関連付けられていないコンバータです。
convertIfNeed(Object) - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
convertIfNeed(Object) - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
プロパティの型に応じて必要なら適切に変換します。
convertMap(String, Locale) - クラス のstaticメソッドorg.codelibs.core.io.ResourceBundleUtil
リソースバンドルをMapに変換して返します。
convertMap(ResourceBundle) - クラス のstaticメソッドorg.codelibs.core.io.ResourceBundleUtil
リソースバンドルをMapに変換します。
convertNumber(Class<?>, Object) - クラス のstaticメソッドorg.codelibs.core.convert.NumberConversionUtil
適切な Numberに変換します。
convertPath(String, Class<?>) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
パスを変換します。
convertPrimitiveWrapper(Class<?>, Object) - クラス のstaticメソッドorg.codelibs.core.convert.NumberConversionUtil
指定されたプリミティブ型に対応するラッパー型に変換して返します。
convertValue(Object, String, Class<?>) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
値を変換します。
copy(byte[], File) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
バイト配列からファイルへコピーします。
copy(byte[], File, String) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
プラットフォームデフォルトエンコーディングのバイト配列から指定されたエンコーディングのファイルへコピーします。
copy(byte[], OutputStream) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
バイト配列から出力ストリームへコピーします。
copy(byte[], Writer) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
プラットフォームのデフォルトエンコーディングでバイト配列からライターへコピーします。
copy(byte[], StringBuilder) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
プラットフォームのデフォルトエンコーディングでバイト配列からStringBuilderへコピーします。
copy(byte[], String, File) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定されたエンコーディングのバイト配列からプラットフォームデフォルトエンコーディングのファイルへコピーします。
copy(byte[], String, File, String) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定されたエンコーディングのバイト配列から指定されたエンコーディングのファイルへコピーします。
copy(byte[], String, Writer) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定されたエンコーディングでバイト配列からライターへコピーします。
copy(byte[], String, StringBuilder) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定されたエンコーディングのバイト配列からプラットフォームデフォルトエンコーディングのStringBuilderへコピーします。
copy(File, File) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
ファイルからファイルへコピーします。
copy(File, File, String) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
プラットフォームデフォルトエンコーディングのファイルから指定されたエンコーディングのファイルへコピーします。
copy(File, OutputStream) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
ファイルから出力ストリームへコピーします。
copy(File, Writer) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
プラットフォームのデフォルトエンコーディングでファイルからライターへコピーします。
copy(File, StringBuilder) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
プラットフォームのデフォルトエンコーディングでファイルからStringBuilderへコピーします。
copy(File, String, File) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定されたエンコーディングのファイルからプラットフォームデフォルトエンコーディングのファイルへコピーします。
copy(File, String, File, String) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定されたエンコーディングのファイルから指定されたエンコーディングのファイルへコピーします。
copy(File, String, Writer) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定のエンコーディングでファイルからライターへコピーします。
copy(File, String, StringBuilder) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定されたエンコーディングでファイルからStringBuilderへコピーします。
copy(InputStream, File) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
入力ストリームからファイルへコピーします。
copy(InputStream, OutputStream) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
入力ストリームから出力ストリームへコピーします。
copy(InputStream, Writer) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
プラットフォームのデフォルトエンコーディングで入力ストリームからライターへコピーします。
copy(InputStream, StringBuilder) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
プラットフォームのデフォルトエンコーディングで入力ストリームからStringBuilderへコピーします。
copy(InputStream, String, Writer) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定のエンコーディングで入力ストリームからライターへコピーします。
copy(InputStream, String, StringBuilder) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定のエンコーディングで入力ストリームからStringBuilderへコピーします。
copy(Reader, File) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
プラットフォームのデフォルトエンコーディングでリーダーからファイルへコピーします。
copy(Reader, File, String) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定のエンコーディングでリーダーからファイルへコピーします。
copy(Reader, OutputStream) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
プラットフォームのデフォルトエンコーディングでリーダーから出力ストリームへコピーします。
copy(Reader, OutputStream, String) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定のエンコーディングでリーダーから出力ストリームへコピーします。
copy(Reader, Writer) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
リーダーからライターへコピーします。
copy(Reader, StringBuilder) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
リーダーからStringBuilderへコピーします。
copy(String, File) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
プラットフォームのデフォルトエンコーディングで文字列をファイルへコピーします。
copy(String, File, String) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定されたエンコーディングで文字列をファイルへコピーします。
copy(String, OutputStream) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
プラットフォームのデフォルトエンコーディングで文字列を出力ストリームへコピーします。
copy(String, OutputStream, String) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定されたエンコーディングで文字列を出力ストリームへコピーします。
copy(String, Writer) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
文字列をライターへコピーします。
copy(URL, File) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
URLからファイルへコピーします。
copy(URL, File, String) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
プラットフォームデフォルトエンコーディングのURLから指定されたエンコーディングのファイルへコピーします。
copy(URL, OutputStream) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
URLから出力ストリームへコピーします。
copy(URL, Writer) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
プラットフォームのデフォルトエンコーディングでURLからライターへコピーします。
copy(URL, StringBuilder) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
プラットフォームのデフォルトエンコーディングでURLからStringBuilderへコピーします。
copy(URL, String, File) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定されたエンコーディングのURLからプラットフォームデフォルトエンコーディングのファイルへコピーします。
copy(URL, String, File, String) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定されたエンコーディングのURLから指定されたエンコーディングのファイルへコピーします。
copy(URL, String, Writer) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定のエンコーディングでURLからライターへコピーします。
copy(URL, String, StringBuilder) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
指定されたエンコーディングでURLからStringBuilderへコピーします。
copyBeanToBean(Object, Object) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
BeanからBeanにコピーを行います。
copyBeanToBean(Object, Object, Consumer<CopyOptions>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
 
copyBeanToBean(Object, Object, CopyOptions) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
BeanからBeanにコピーを行います。
copyBeanToMap(Object, Map<String, Object>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
BeanからMapにコピーを行います。
copyBeanToMap(Object, Map<String, Object>, Consumer<CopyOptions>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
 
copyBeanToMap(Object, Map<String, Object>, CopyOptions) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
BeanからMapにコピーを行います。
copyBeanToNewBean(Object, Class<T>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
コピー元のBeanを新しいBeanのインスタンスにコピーして返します。
copyBeanToNewBean(Object, Class<T>, Consumer<CopyOptions>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
 
copyBeanToNewBean(Object, Class<T>, CopyOptions) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
コピー元のBeanを新しいBeanのインスタンスにコピーして返します。
copyBeanToNewMap(Object) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
コピー元のBeanを新しいLinkedHashMapのインスタンスにコピーして返します。
copyBeanToNewMap(Object, Class<? extends T>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
コピー元のBeanを新しいMapのインスタンスにコピーして返します。
copyBeanToNewMap(Object, Class<? extends T>, Consumer<CopyOptions>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
 
copyBeanToNewMap(Object, Class<? extends T>, CopyOptions) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
コピー元のBeanを新しいMapのインスタンスにコピーして返します。
copyBeanToNewMap(Object, Consumer<CopyOptions>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
 
copyBeanToNewMap(Object, CopyOptions) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
コピー元のBeanを新しいLinkedHashMapのインスタンスにコピーして返します。
copyInternal(FileInputStream, FileOutputStream) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
ファイル入力ストリームの内容をファイル出力ストリームにコピーします。
copyInternal(FileInputStream, OutputStream) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
ファイル入力ストリームの内容を出力ストリームにコピーします。
copyInternal(InputStream, FileOutputStream) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
入力ストリームの内容をファイル出力ストリームにコピーします。
copyInternal(InputStream, OutputStream) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
入力ストリームの内容を出力ストリームにコピーします。
copyInternal(Reader, Writer) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
リーダーの内容をライターにコピーします。
copyInternal(Reader, StringBuilder) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
リーダーの内容をStringBuilderにコピーします。
copyMapToBean(Map<String, ? extends Object>, Object) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
MapからBeanにコピーを行います。
copyMapToBean(Map<String, ? extends Object>, Object, Consumer<CopyOptions>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
 
copyMapToBean(Map<String, ? extends Object>, Object, CopyOptions) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
MapからBeanにコピーを行います。
copyMapToMap(Map<String, ? extends Object>, Map<String, Object>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
MapからMapにコピーを行います。
copyMapToMap(Map<String, ? extends Object>, Map<String, Object>, Consumer<CopyOptions>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
 
copyMapToMap(Map<String, ? extends Object>, Map<String, Object>, CopyOptions) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
MapからMapにコピーを行います。
copyMapToNewBean(Map<String, ? extends Object>, Class<T>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
コピー元のMapを新しいBeanのインスタンスにコピーして返します。
copyMapToNewBean(Map<String, ? extends Object>, Class<T>, Consumer<CopyOptions>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
 
copyMapToNewBean(Map<String, ? extends Object>, Class<T>, CopyOptions) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
コピー元のMapを新しいBeanのインスタンスにコピーして返します。
copyMapToNewMap(Map<String, ? extends Object>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
コピー元のMapを新しいLinkedHashMapのインスタンスにコピーして返します。
copyMapToNewMap(Map<String, ? extends Object>, Class<? extends T>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
コピー元のMapを新しいMapのインスタンスにコピーして返します。
copyMapToNewMap(Map<String, ? extends Object>, Class<? extends T>, Consumer<CopyOptions>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
 
copyMapToNewMap(Map<String, ? extends Object>, Class<? extends T>, CopyOptions) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
コピー元のMapを新しいMapのインスタンスにコピーして返します。
copyMapToNewMap(Map<String, ? extends Object>, Consumer<CopyOptions>) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
 
copyMapToNewMap(Map<String, ? extends Object>, CopyOptions) - クラス のstaticメソッドorg.codelibs.core.beans.util.BeanUtil
コピー元のMapを新しいLinkedHashMapのインスタンスにコピーして返します。
CopyOptions - org.codelibs.core.beans.utilのクラス
BeanUtilでJavaBeansやMapをコピーする際に指定するオプションです。
CopyOptions() - クラス のコンストラクタorg.codelibs.core.beans.util.CopyOptions
 
CopyOptionsUtil - org.codelibs.core.beans.utilのクラス
CopyOptionsのインスタンス化を容易にするためにstatic importして使うためのユーティリティです。
CopyOptionsUtil() - クラス のコンストラクタorg.codelibs.core.beans.util.CopyOptionsUtil
 
CopyUtil - org.codelibs.core.ioのクラス
コピーのためのユーティリティです。
CopyUtil() - クラス のコンストラクタorg.codelibs.core.io.CopyUtil
 
CoreLibConstants - org.codelibs.coreのクラス
Constants class.
CoreLibConstants() - クラス のコンストラクタorg.codelibs.core.CoreLibConstants
 
create() - クラス のstaticメソッドorg.codelibs.core.naming.InitialContextUtil
初期コンテキストを作成して返します。
create() - クラス のstaticメソッドorg.codelibs.core.net.UuidUtil
UUIDを作成します。
create(File) - クラス のstaticメソッドorg.codelibs.core.io.InputStreamUtil
FileInputStreamを作成します。
create(File) - クラス のstaticメソッドorg.codelibs.core.io.OutputStreamUtil
FileOutputStreamを作成します。
create(File) - クラス のstaticメソッドorg.codelibs.core.io.ReaderUtil
プラットフォームデフォルトエンコーディングでファイルから入力するReaderを作成します。
create(File) - クラス のstaticメソッドorg.codelibs.core.io.WriterUtil
プラットフォームデフォルトエンコーディングでファイルへ出力するWriterを作成します。
create(File) - クラス のstaticメソッドorg.codelibs.core.jar.JarFileUtil
指定されたJarファイルを読み取るためのJarFileを作成して返します。
create(File) - クラス のstaticメソッドorg.codelibs.core.zip.ZipFileUtil
指定されたZipファイルを読み取るためのZipFileを作成して返します。
create(File, String) - クラス のstaticメソッドorg.codelibs.core.io.ReaderUtil
指定のエンコーディングでファイルから入力するReaderを作成します。
create(File, String) - クラス のstaticメソッドorg.codelibs.core.io.WriterUtil
指定のエンコーディングでファイルへ出力するWriterを作成します。
create(InputStream) - クラス のstaticメソッドorg.codelibs.core.jar.JarInputStreamUtil
JarInputStreamを作成します。
create(InputStream, String) - クラス のstaticメソッドorg.codelibs.core.io.ReaderUtil
指定のエンコーディングでファイルから入力するReaderを作成します。
create(OutputStream, String) - クラス のstaticメソッドorg.codelibs.core.io.WriterUtil
指定のエンコーディングでストリームへ出力するWriterを作成します。
create(String) - クラス のstaticメソッドorg.codelibs.core.jar.JarFileUtil
指定されたJarファイルを読み取るためのJarFileを作成して返します。
create(String) - クラス のstaticメソッドorg.codelibs.core.net.URLUtil
文字列表現からURLオブジェクトを作成します。
create(String) - クラス のstaticメソッドorg.codelibs.core.zip.ZipFileUtil
指定されたZipファイルを読み取るためのZipFileを作成して返します。
create(URL, String) - クラス のstaticメソッドorg.codelibs.core.net.URLUtil
指定されたコンテキスト内の指定された仕様で構文解析することによって、URLを生成します。
create(URL, String, String) - インタフェース のメソッドorg.codelibs.core.io.TraversalUtil.TraverserFactory
Traverserのインスタンスを作成して返します。
create(Hashtable<?, ?>) - クラス のstaticメソッドorg.codelibs.core.naming.InitialContextUtil
指定した環境を使用して初期コンテキストを作成して返します。
createMessage(SAXException) - 例外 のstaticメソッドorg.codelibs.core.exception.SAXRuntimeException
メッセージを作成します。
createParameterizedClassDesc(Constructor<?>, int, Map<TypeVariable<?>, Type>) - クラス のstaticメソッドorg.codelibs.core.beans.factory.ParameterizedClassDescFactory
コンストラクタの引数型を表現するParameterizedClassDescを作成して返します。
createParameterizedClassDesc(Field, Map<TypeVariable<?>, Type>) - クラス のstaticメソッドorg.codelibs.core.beans.factory.ParameterizedClassDescFactory
フィールドの型を表現するParameterizedClassDescを作成して返します。
createParameterizedClassDesc(Method, int, Map<TypeVariable<?>, Type>) - クラス のstaticメソッドorg.codelibs.core.beans.factory.ParameterizedClassDescFactory
メソッドの引数型を表現するParameterizedClassDescを作成して返します。
createParameterizedClassDesc(Method, Map<TypeVariable<?>, Type>) - クラス のstaticメソッドorg.codelibs.core.beans.factory.ParameterizedClassDescFactory
メソッドの戻り値型を表現するParameterizedClassDescを作成して返します。
createParameterizedClassDesc(Type, Map<TypeVariable<?>, Type>) - クラス のstaticメソッドorg.codelibs.core.beans.factory.ParameterizedClassDescFactory
Typeを表現するParameterizedClassDescを作成して返します。
createParameterizedClassDesc(Type, Map<TypeVariable<?>, Type>) - クラス のstaticメソッドorg.codelibs.core.beans.impl.BeanDescImpl
Typeを表現するParameterizedClassDescを作成して返します。
current - クラス の変数org.codelibs.core.collection.ArrayMap.ArrayMapIterator
現在のインデックス
currentTimeMillis() - クラス のstaticメソッドorg.codelibs.core.lang.SystemUtil
 

D

DATE_FORMAT_DIGIT_ONLY - クラス のstatic変数org.codelibs.core.CoreLibConstants
 
DATE_FORMAT_ISO_8601_BASIC - クラス のstatic変数org.codelibs.core.CoreLibConstants
 
DATE_FORMAT_ISO_8601_EXTEND - クラス のstatic変数org.codelibs.core.CoreLibConstants
 
DATE_FORMAT_ISO_8601_EXTEND_UTC - クラス のstatic変数org.codelibs.core.CoreLibConstants
 
DateConversionUtil - org.codelibs.core.convertのクラス
日付だけを表現するオブジェクトからDateCalendarDate への変換ユーティリティです。
DateConversionUtil() - クラス のコンストラクタorg.codelibs.core.convert.DateConversionUtil
 
DateConversionUtil.DateFormatIterator - org.codelibs.core.convertのクラス
ロケールが持つスタイルに対応するDateFormatを反復するIteratorです。
DateConversionUtil.PlainDateFormatIterator - org.codelibs.core.convertのクラス
ロケールが持つスタイルに対応するDateFormatを反復するIteratorです。
dateConverter(String, CharSequence...) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
日付のコンバータを設定します。
dateConverter(String, CharSequence...) - クラス のstaticメソッドorg.codelibs.core.beans.util.CopyOptionsUtil
日付のコンバータを設定したCopyOptionsを返します。
DateConverter - org.codelibs.core.beans.converterのクラス
日付用のコンバータです。
DateConverter(String) - クラス のコンストラクタorg.codelibs.core.beans.converter.DateConverter
インスタンスを構築します。
DateFormatIterator(Locale) - クラス のコンストラクタorg.codelibs.core.convert.DateConversionUtil.DateFormatIterator
インスタンスを構築します。
DateFormatIterator(Locale) - クラス のコンストラクタorg.codelibs.core.convert.TimeConversionUtil.DateFormatIterator
インスタンスを構築します。
DateFormatIterator(Locale) - クラス のコンストラクタorg.codelibs.core.convert.TimestampConversionUtil.DateFormatIterator
インスタンスを構築します。
debug(Object) - クラス のメソッドorg.codelibs.core.log.Logger
DEBUG情報を出力します。
debug(Object, Throwable) - クラス のメソッドorg.codelibs.core.log.Logger
DEBUG情報を出力します。
DEBUG - org.codelibs.core.log.Logger.LogLevel
デバッグ
decamelize(String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
キャメル記法を_記法に変換します。
decapitalize(String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
JavaBeansの仕様にしたがってデキャピタライズを行ないます。
DecimalFormatSymbolsUtil - org.codelibs.core.textのクラス
DecimalFormatSymbols用のユーティリティクラスです。
DecimalFormatSymbolsUtil() - クラス のコンストラクタorg.codelibs.core.text.DecimalFormatSymbolsUtil
 
DecimalFormatUtil - org.codelibs.core.textのクラス
DecimalFormat用のユーティリティクラスです。
DecimalFormatUtil() - クラス のコンストラクタorg.codelibs.core.text.DecimalFormatUtil
 
decode(String) - クラス のstaticメソッドorg.codelibs.core.misc.Base64Util
Base64でエンコードされたデータをデコードします。
decode(String, String) - クラス のstaticメソッドorg.codelibs.core.net.URLUtil
指定のエンコーディング方式でapplication/x-www-form-urlencoded文字列をデコードします。
decrypto(byte[]) - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
decrypto(byte[], Key) - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
decryptoQueue - クラス の変数org.codelibs.core.crypto.CachedCipher
 
decryptoText(String) - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
DEFAULT_BUF_SIZE - クラス のstatic変数org.codelibs.core.io.CopyUtil
コピーで使用するバッファサイズ
DEFAULT_BUF_SIZE - クラス のstatic変数org.codelibs.core.io.FileUtil
Default Buffer Size
DEFAULT_DATE_CONVERTER - クラス のstatic変数org.codelibs.core.beans.util.CopyOptions
日付用のデフォルトコンバータです。
DEFAULT_INITIAL_CAPACITY - クラス のstatic変数org.codelibs.core.collection.LruHashMap
デフォルトの初期容量です。
DEFAULT_LOAD_FACTOR - クラス のstatic変数org.codelibs.core.collection.LruHashMap
デフォルトのロードファクタです。
DEFAULT_OPTIONS - クラス のstatic変数org.codelibs.core.beans.util.BeanUtil
デフォルトのオプション
DEFAULT_TIME_CONVERTER - クラス のstatic変数org.codelibs.core.beans.util.CopyOptions
時間用のデフォルトコンバータです。
DEFAULT_TIMESTAMP_CONVERTER - クラス のstatic変数org.codelibs.core.beans.util.CopyOptions
日時用のデフォルトコンバータです。
defaultString(String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
引数の文字列を返します。
defaultString(String, String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
引数の文字列を返します。
defaultValue(T, T) - クラス のstaticメソッドorg.codelibs.core.lang.ObjectUtil
オブジェクトを返します。
defineClass(ClassLoader, String, byte[], int, int) - クラス のstaticメソッドorg.codelibs.core.lang.ClassLoaderUtil
バイトの配列をClassクラスのインスタンスに変換します。
definePackage(ClassLoader, String, String, String, String, String, String, String, URL) - クラス のstaticメソッドorg.codelibs.core.lang.ClassLoaderUtil
指定のClassLoaderで名前を使ってパッケージを定義します。
deregisterAllDrivers() - クラス のstaticメソッドorg.codelibs.core.sql.DriverManagerUtil
現在のクラスローダに結びつけられている全てのJDBCドライバを登録解除します。
deregisterDriver(Driver) - クラス のstaticメソッドorg.codelibs.core.sql.DriverManagerUtil
JDBCドライバを登録解除します。
digest(String, String) - クラス のstaticメソッドorg.codelibs.core.security.MessageDigestUtil
指定されたアルゴリズムでテキストをハッシュ化して文字列にします。
Disposable - org.codelibs.core.miscのインタフェース
破棄可能なリソースを表現します。
disposables - クラス のstatic変数org.codelibs.core.misc.DisposableUtil
登録済みのDisposable
DisposableUtil - org.codelibs.core.miscのクラス
アプリケーションの終了時にリソースを破棄するためのユーティリティクラスです。
DisposableUtil() - クラス のコンストラクタorg.codelibs.core.misc.DisposableUtil
 
dispose() - インタフェース のメソッドorg.codelibs.core.misc.Disposable
このオブジェクトが保持しているリソースを破棄します。
dispose() - クラス のstaticメソッドorg.codelibs.core.misc.DisposableUtil
登録済みのリソースを全て破棄します。
DocumentBuilderFactoryUtil - org.codelibs.core.xmlのクラス
DocumentBuilderFactoryの用のユーティリティクラスです。
DocumentBuilderFactoryUtil() - クラス のコンストラクタorg.codelibs.core.xml.DocumentBuilderFactoryUtil
 
DocumentBuilderUtil - org.codelibs.core.xmlのクラス
DocumentBuilder用のユーティリティクラスです。
DocumentBuilderUtil() - クラス のコンストラクタorg.codelibs.core.xml.DocumentBuilderUtil
 
DomUtil - org.codelibs.core.xmlのクラス
DOM用のユーティリティクラスです。
DomUtil() - クラス のコンストラクタorg.codelibs.core.xml.DomUtil
 
DOUBLE_VERTICAL_LINE - クラス のstatic変数org.codelibs.core.convert.StringConversionUtil
DOUBLE VERTICAL LINE
DoubleConversionUtil - org.codelibs.core.convertのクラス
Double用の変換ユーティリティです。
DoubleConversionUtil() - クラス のコンストラクタorg.codelibs.core.convert.DoubleConversionUtil
 
DriverManagerUtil - org.codelibs.core.sqlのクラス
DriverManagerのためのユーティリティクラスです。
DriverManagerUtil() - クラス のコンストラクタorg.codelibs.core.sql.DriverManagerUtil
 
DynamicProperties - org.codelibs.core.miscのクラス
 
DynamicProperties(File) - クラス のコンストラクタorg.codelibs.core.misc.DynamicProperties
 
DynamicProperties(String) - クラス のコンストラクタorg.codelibs.core.misc.DynamicProperties
 
DynamicProperties(Path) - クラス のコンストラクタorg.codelibs.core.misc.DynamicProperties
 

E

element - クラス の変数org.codelibs.core.collection.SLinkedList.Entry
要素
elements() - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
EMPTY - クラス のstatic変数org.codelibs.core.io.LineIterator
LineIterator.lineが空であることを示すStringオブジェクト
EMPTY - クラス のstatic変数org.codelibs.core.lang.StringUtil
空文字""です。
EMPTY_ARGS - クラス のstatic変数org.codelibs.core.beans.impl.BeanDescImpl
空のオブジェクト配列
EMPTY_ARRAY - クラス のstatic変数org.codelibs.core.io.TraversalUtil
空のTraverserの配列です。
EMPTY_PARAM_TYPES - クラス のstatic変数org.codelibs.core.beans.impl.BeanDescImpl
空のクラス配列
EMPTY_STRINGS - クラス のstatic変数org.codelibs.core.lang.StringUtil
文字列型の空の配列です。
EmptyArgumentException - org.codelibs.core.exceptionの例外
空の場合にスローされる例外です。
EmptyArgumentException(String, String, Object[]) - 例外 のコンストラクタorg.codelibs.core.exception.EmptyArgumentException
EmptyArgumentExceptionを作成します。
EmptyArgumentException(String, String, Object[], Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.EmptyArgumentException
EmptyArgumentExceptionを作成します。
EmptyEnumeration<T> - org.codelibs.core.collectionのクラス
空の Enumerationです。
EmptyEnumeration() - クラス のコンストラクタorg.codelibs.core.collection.EmptyEnumeration
EmptyEnumerationを作成します。
EmptyIterator<T> - org.codelibs.core.collectionのクラス
空の Iteratorです。
EmptyIterator() - クラス のコンストラクタorg.codelibs.core.collection.EmptyIterator
EmptyIteratorを作成します。
encode(byte[]) - クラス のstaticメソッドorg.codelibs.core.misc.Base64Util
Base64でエンコードします。
encode(String, String) - クラス のstaticメソッドorg.codelibs.core.net.URLUtil
指定のエンコーディング方式を使用して文字列をapplication/x-www-form-urlencoded 形式に変換します。
encodeAttrQuot(String) - クラス のstaticメソッドorg.codelibs.core.xml.DomUtil
属性の値をエンコードします。
encodeText(String) - クラス のstaticメソッドorg.codelibs.core.xml.DomUtil
テキストをエンコードします。
encrypto(byte[]) - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
encrypto(byte[], Key) - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
encryptoQueue - クラス の変数org.codelibs.core.crypto.CachedCipher
 
encryptoText(String) - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
endsWithIgnoreCase(String, String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
大文字小文字を無視して特定の文字で終わっているのかどうかを返します。
ensureCapacity() - クラス のメソッドorg.codelibs.core.collection.ArrayMap
サイズが閾値を超えた場合に容量を確保します。
Entry() - クラス のコンストラクタorg.codelibs.core.collection.ArrayMap.Entry
インスタンスを構築します。
Entry(int, K, V, ArrayMap.Entry<K, V>) - クラス のコンストラクタorg.codelibs.core.collection.ArrayMap.Entry
インスタンスを構築します。
entryIndexOf(ArrayMap.Entry<K, V>) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
エントリのインデックスを返します。
entryNames - クラス の変数org.codelibs.core.io.TraversalUtil.VfsZipTraverser
Zip内のエントリ名のSetです。
entrySet - クラス の変数org.codelibs.core.collection.ArrayMap
Setとしてのビュー
entrySet() - クラス のメソッドorg.codelibs.core.collection.ArrayMap
 
entrySet() - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
EnumerationIterator<T> - org.codelibs.core.collectionのクラス
EnumerationIteratorにするためのアダブタです。
EnumerationIterator(Enumeration<T>) - クラス のコンストラクタorg.codelibs.core.collection.EnumerationIterator
EnumerationをラップしたIteratorのインスタンスを構築します。
equals(Object) - クラス のメソッドorg.codelibs.core.collection.ArrayMap.Entry
 
equals(Object) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
 
equals(Object) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
equals(Object) - クラス のメソッドorg.codelibs.core.misc.Pair
 
equals(Object) - クラス のメソッドorg.codelibs.core.misc.Tuple3
 
equals(Object) - クラス のメソッドorg.codelibs.core.misc.Tuple4
 
equals(Object) - クラス のメソッドorg.codelibs.core.misc.Tuple5
 
equals(Object, Object) - クラス のstaticメソッドorg.codelibs.core.lang.ObjectUtil
オブジェクトが等しいかどうか返します。
equals(String, String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
文字列同士が等しいかどうか返します。
equalsIgnoreCase(String, String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
大文字小文字を無視して文字列同士が等しいかどうか返します。
equalsIgnoreSequence(T[], T[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
順番は無視して2つの配列が等しければtrueを返します。
error(Object) - クラス のメソッドorg.codelibs.core.log.Logger
ERROR情報を出力します。
error(Object, Throwable) - クラス のメソッドorg.codelibs.core.log.Logger
ERROR情報を出力します。
ERROR - org.codelibs.core.log.Logger.LogLevel
エラー
escape(String) - クラス のstaticメソッドorg.codelibs.core.text.JsonUtil
Escapes a value as Json string.
exclude(CharSequence...) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
操作の対象に含めないプロパティ名を追加します。
exclude(CharSequence...) - クラス のstaticメソッドorg.codelibs.core.beans.util.CopyOptionsUtil
操作の対象に含めないプロパティ名を指定したCopyOptionsを返します。
excludeNull() - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
null値のプロパティを操作の対象外にします。
excludeNull() - クラス のstaticメソッドorg.codelibs.core.beans.util.CopyOptionsUtil
null値のプロパティを操作の対象外にしたCopyOptionsを返します。
excludePropertyNames - クラス の変数org.codelibs.core.beans.util.CopyOptions
操作の対象に含めないプロパティ名の配列です。
excludesNull - クラス の変数org.codelibs.core.beans.util.CopyOptions
null値のプロパティを操作の対象外にするかどうかです。
excludesWhitespace - クラス の変数org.codelibs.core.beans.util.CopyOptions
空白のみの文字列を操作の対象外にするかどうかです。
excludeWhitespace() - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
空白のプロパティを操作の対象外にします。
excludeWhitespace() - クラス のstaticメソッドorg.codelibs.core.beans.util.CopyOptionsUtil
空白のプロパティを操作の対象外にしたCopyOptionsを返します。
execute(Runnable) - クラス のstaticメソッドorg.codelibs.core.concurrent.CommonPoolUtil
 
execute(PreparedStatement) - クラス のstaticメソッドorg.codelibs.core.sql.PreparedStatementUtil
実行します。
execute(Statement, String) - クラス のstaticメソッドorg.codelibs.core.sql.StatementUtil
SQLを実行します。
executeBatch(PreparedStatement) - クラス のstaticメソッドorg.codelibs.core.sql.PreparedStatementUtil
バッチ更新を行ないます。
executeQuery(PreparedStatement) - クラス のstaticメソッドorg.codelibs.core.sql.PreparedStatementUtil
クエリを実行します。
executeUpdate(PreparedStatement) - クラス のstaticメソッドorg.codelibs.core.sql.PreparedStatementUtil
更新を実行します。
expired() - インタフェース のメソッドorg.codelibs.core.timer.TimeoutTarget
タイムアウトの処理を記述します。

F

factory - クラス のstatic変数org.codelibs.core.log.Logger
ロガーアダプタのファクトリ
fatal(Object) - クラス のメソッドorg.codelibs.core.log.Logger
FATAL情報を出力します。
fatal(Object, Throwable) - クラス のメソッドorg.codelibs.core.log.Logger
FATAL情報を出力します。
FATAL - org.codelibs.core.log.Logger.LogLevel
致命的
field - クラス の変数org.codelibs.core.beans.impl.FieldDescImpl
フィールド
FieldDesc - org.codelibs.core.beansのインタフェース
フィールドを扱うためのインターフェースです。
fieldDescCache - クラス の変数org.codelibs.core.beans.impl.BeanDescImpl
フィールド名からFieldDescImplへのマップ
FieldDescImpl - org.codelibs.core.beans.implのクラス
FieldDescの実装クラスです。
FieldDescImpl(BeanDesc, Field) - クラス のコンストラクタorg.codelibs.core.beans.impl.FieldDescImpl
インスタンスを構築します。
fieldName - クラス の変数org.codelibs.core.beans.impl.FieldDescImpl
フィールド名
FieldNotFoundRuntimeException - org.codelibs.core.exceptionの例外
Fieldが見つからない場合にスローされる例外です。
FieldNotFoundRuntimeException(Class<?>, String) - 例外 のコンストラクタorg.codelibs.core.exception.FieldNotFoundRuntimeException
FieldNotFoundRuntimeExceptionを作成します。
FieldNotStaticRuntimeException - org.codelibs.core.exceptionの例外
オブジェクトを指定せずに非staticなFieldにアクセスした場合にスローされる例外です。
FieldNotStaticRuntimeException(Class<?>, String) - 例外 のコンストラクタorg.codelibs.core.exception.FieldNotStaticRuntimeException
FieldNotStaticRuntimeExceptionを作成します。
fieldType - クラス の変数org.codelibs.core.beans.impl.FieldDescImpl
フィールドの型
FieldUtil - org.codelibs.core.langのクラス
Field用のユーティリティクラスです。
FieldUtil() - クラス のコンストラクタorg.codelibs.core.lang.FieldUtil
 
FILE_ENCODING - クラス のstatic変数org.codelibs.core.lang.SystemUtil
file.encodingシステムプロパティ。
FileAccessException - org.codelibs.core.exceptionの例外
Exception while accessing a file.
FileAccessException(String) - 例外 のコンストラクタorg.codelibs.core.exception.FileAccessException
 
FileAccessException(String, Object[]) - 例外 のコンストラクタorg.codelibs.core.exception.FileAccessException
 
FileAccessException(String, Object[], Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.FileAccessException
 
FileAccessException(String, Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.FileAccessException
 
FileSystemTraverser(File, String, String) - クラス のコンストラクタorg.codelibs.core.io.TraversalUtil.FileSystemTraverser
インスタンスを構築します。
FileSystemTraverser(URL, String, String) - クラス のコンストラクタorg.codelibs.core.io.TraversalUtil.FileSystemTraverser
インスタンスを構築します。
FileUtil - org.codelibs.core.ioのクラス
Fileを扱うユーティリティ・クラスです。
FileUtil() - クラス のコンストラクタorg.codelibs.core.io.FileUtil
 
findConverter(Class<?>) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
クラスに対応するコンバータを探します。
findDecimalSeparator(Locale) - クラス のstaticメソッドorg.codelibs.core.convert.NumberConversionUtil
数値のセパレータを返します。
findDefaultConverter(Class<?>) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
クラスに対応するデフォルトのコンバータを探します。
findGroupingSeparator(Locale) - クラス のstaticメソッドorg.codelibs.core.convert.NumberConversionUtil
グルーピング用のセパレータを探します。
findLoadedClass(ClassLoader, String) - クラス のstaticメソッドorg.codelibs.core.lang.ClassLoaderUtil
指定のクラスローダまたはその祖先のクラスローダが、 このバイナリ名を持つクラスの起動ローダとしてJava仮想マシンにより記録されていた場合は、 指定されたバイナリ名を持つクラスを返します。
findSuitableConstructorDesc(Object...) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
引数に適合するConstructorDescを返します。
findSuitableConstructorDescAdjustNumber(Object...) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
引数に適合するConstructorDescを返します。
findSuitableMethod(MethodDesc[], Object[]) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
引数に適合するMethodDescを返します。
findSuitableMethodDescAdjustNumber(MethodDesc[], Object[]) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
引数に適合するMethodDescを返します。
first - クラス の変数org.codelibs.core.misc.Pair
1番目の値
FloatConversionUtil - org.codelibs.core.convertのクラス
Float用の変換ユーティリティです。
FloatConversionUtil() - クラス のコンストラクタorg.codelibs.core.convert.FloatConversionUtil
 
flush(OutputStream) - クラス のstaticメソッドorg.codelibs.core.io.OutputStreamUtil
OutputStreamをflushします。
forEach(File, String, ClassHandler) - クラス のstaticメソッドorg.codelibs.core.io.ClassTraversalUtil
ファイルシステムに含まれるクラスをトラバースします。
forEach(File, String, ResourceHandler) - クラス のstaticメソッドorg.codelibs.core.io.ResourceTraversalUtil
ファイルシステムに含まれるリソースをトラバースします。
forEach(File, ClassHandler) - クラス のstaticメソッドorg.codelibs.core.io.ClassTraversalUtil
ルートディレクトリ配下を処理します。
forEach(File, ResourceHandler) - クラス のstaticメソッドorg.codelibs.core.io.ResourceTraversalUtil
ファイルシステムに含まれるリソースをトラバースします。
forEach(JarFile, String, ClassHandler) - クラス のstaticメソッドorg.codelibs.core.io.ClassTraversalUtil
Jarファイルに含まれるクラスをトラバースします。
forEach(JarFile, String, ResourceHandler) - クラス のstaticメソッドorg.codelibs.core.io.ResourceTraversalUtil
Jarファイル形式のファイルに含まれるリソースをトラバースします。
forEach(JarFile, ClassHandler) - クラス のstaticメソッドorg.codelibs.core.io.ClassTraversalUtil
Jarファイルに含まれるクラスをトラバースします。
forEach(JarFile, ResourceHandler) - クラス のstaticメソッドorg.codelibs.core.io.ResourceTraversalUtil
Jarファイル形式のファイルに含まれるリソースをトラバースします。
forEach(ZipInputStream, String, ClassHandler) - クラス のstaticメソッドorg.codelibs.core.io.ClassTraversalUtil
ZIPファイル形式の入力ストリームに含まれるクラスをトラバースします。
forEach(ZipInputStream, String, ResourceHandler) - クラス のstaticメソッドorg.codelibs.core.io.ResourceTraversalUtil
ZIPファイル形式の入力ストリームに含まれるリソースをトラバースします。
forEach(ZipInputStream, ClassHandler) - クラス のstaticメソッドorg.codelibs.core.io.ClassTraversalUtil
ZIPファイル形式の入力ストリームに含まれるクラスをトラバースします。
forEach(ZipInputStream, ResourceHandler) - クラス のstaticメソッドorg.codelibs.core.io.ResourceTraversalUtil
ZIPファイル形式の入力ストリームに含まれるリソースをトラバースします。
forEach(ClassHandler) - クラス のメソッドorg.codelibs.core.io.TraversalUtil.FileSystemTraverser
 
forEach(ClassHandler) - クラス のメソッドorg.codelibs.core.io.TraversalUtil.JarFileTraverser
 
forEach(ClassHandler) - クラス のメソッドorg.codelibs.core.io.TraversalUtil.VfsZipTraverser
 
forEach(ClassHandler) - インタフェース のメソッドorg.codelibs.core.io.Traverser
このインスタンスが扱うクラスを探して ハンドラ をコールバックします。
forEach(ResourceHandler) - クラス のメソッドorg.codelibs.core.io.TraversalUtil.FileSystemTraverser
 
forEach(ResourceHandler) - クラス のメソッドorg.codelibs.core.io.TraversalUtil.JarFileTraverser
 
forEach(ResourceHandler) - クラス のメソッドorg.codelibs.core.io.TraversalUtil.VfsZipTraverser
 
forEach(ResourceHandler) - インタフェース のメソッドorg.codelibs.core.io.Traverser
このインスタンスが扱うリソースを探して ハンドラ をコールバックします。
format(String, Object...) - クラス のstaticメソッドorg.codelibs.core.log.Logger
フォーマットされたメッセージ文字列を返します。
forName(String) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
現在のスレッドのコンテキストクラスローダを使って、 指定された文字列名を持つクラスまたはインタフェースに関連付けられた、 Classオブジェクトを返します。
forName(String, ClassLoader) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
指定されたクラスローダを使って、 指定された文字列名を持つクラスまたはインタフェースに関連付けられたClass オブジェクトを返します。
forNameNoException(String) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
現在のスレッドのコンテキストクラスローダを使って、 指定された文字列名を持つクラスまたはインタフェースに関連付けられた、 Classオブジェクトを返します。
forNameNoException(String, ClassLoader) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
指定されたクラスローダを使って、 指定された文字列名を持つクラスまたはインタフェースに関連付けられた、 Class オブジェクトを返します。
fromBinaryToObject(byte[]) - クラス のstaticメソッドorg.codelibs.core.io.SerializeUtil
byteの配列をオブジェクトに変換します。
fromObjectToBinary(Object) - クラス のstaticメソッドorg.codelibs.core.io.SerializeUtil
オブジェクトをbyteの配列に変換します。
fromWindowsMapping(String) - クラス のstaticメソッドorg.codelibs.core.convert.StringConversionUtil
Windows固有のマッピングルールで作成された文字列を修正します。
FULLWIDTH_CENT_SIGN - クラス のstatic変数org.codelibs.core.convert.StringConversionUtil
FULLWIDTH CENT SIGN
FULLWIDTH_HYPHEN_MINUS - クラス のstatic変数org.codelibs.core.convert.StringConversionUtil
FULLWIDTH HYPHEN-MINUS
FULLWIDTH_NOT_SIGN - クラス のstatic変数org.codelibs.core.convert.StringConversionUtil
FULLWIDTH NOT SIGN
FULLWIDTH_POUND_SIGN - クラス のstatic変数org.codelibs.core.convert.StringConversionUtil
FULLWIDTH POUND SIGN
FULLWIDTH_TILDE - クラス のstatic変数org.codelibs.core.convert.StringConversionUtil
FULLWIDTH TILDE

G

gatherTypeVariables(Class<?>, Type, Map<TypeVariable<?>, Type>) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
パラメータ化された型(クラスまたはインタフェース)が持つ型変数および型引数を集めてmapに追加します。
gatherTypeVariables(Type, Map<TypeVariable<?>, Type>) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
パラメータ化された型(クラスまたはインタフェース)が持つ型変数および型引数を集めてmapに追加します。
GenericsUtil - org.codelibs.core.langのクラス
genericsを扱うためのユーティリティ・クラスです。
GenericsUtil() - クラス のコンストラクタorg.codelibs.core.lang.GenericsUtil
 
get(int) - クラス のメソッドorg.codelibs.core.collection.SLinkedList
インデックスで指定された位置の要素を返します。
get(Object) - クラス のメソッドorg.codelibs.core.beans.util.BeanMap
 
get(Object) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
 
get(Object) - クラス のメソッドorg.codelibs.core.collection.CaseInsensitiveMap
 
get(Object) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
get(Field) - クラス のstaticメソッドorg.codelibs.core.lang.FieldUtil
Fieldによって表されるstaticフィールドの値を返します。
get(Field, Object) - クラス のstaticメソッドorg.codelibs.core.lang.FieldUtil
指定されたオブジェクトについて、Fieldによって表されるフィールドの値を返します。
get(Function<Stream<T>, R>) - クラス のメソッドorg.codelibs.core.stream.StreamUtil.StreamOf
 
getActualClass(Type, Map<TypeVariable<?>, Type>) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
typeの実際の型を返します。
getActualElementClassOfArray(Type, Map<TypeVariable<?>, Type>) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
パラメータ化された型を要素とする配列の実際の要素型を返します。
getActualElementClassOfCollection(Type, Map<TypeVariable<?>, Type>) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
パラメータ化されたCollectionの実際の要素型を返します。
getActualElementClassOfList(Type, Map<TypeVariable<?>, Type>) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
パラメータ化されたListの実際の要素型を返します。
getActualElementClassOfSet(Type, Map<TypeVariable<?>, Type>) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
パラメータ化されたSetの実際の要素型を返します。
getActualKeyClassOfMap(Type, Map<TypeVariable<?>, Type>) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
パラメータ化されたMapのキーの実際の型を返します。
getActualValueClassOfMap(Type, Map<TypeVariable<?>, Type>) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
パラメータ化されたMapの値の実際の型を返します。
getAlgorithm() - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
getArgName() - 例外 のメソッドorg.codelibs.core.exception.ClIllegalArgumentException
引数の名前を返します。
getArgs() - 例外 のメソッドorg.codelibs.core.exception.ClIllegalArgumentException
引数の配列を返します。
getArgs() - 例外 のメソッドorg.codelibs.core.exception.ClRuntimeException
Returns arguments of a message
getArgs() - 例外 のメソッドorg.codelibs.core.exception.ClSQLException
引数の配列を返します。
getArgTypes() - 例外 のメソッドorg.codelibs.core.exception.NoSuchConstructorRuntimeException
引数型の並びを返します。
getArgTypes() - 例外 のメソッドorg.codelibs.core.exception.NoSuchMethodRuntimeException
引数型の並びを返します。
getArguments() - クラス のメソッドorg.codelibs.core.beans.impl.ParameterizedClassDescImpl
 
getArguments() - インタフェース のメソッドorg.codelibs.core.beans.ParameterizedClassDesc
型引数を表すParameterizedClassDescの配列を返します。
getAsObject(String) - クラス のメソッドorg.codelibs.core.beans.converter.DateConverter
 
getAsObject(String) - インタフェース のメソッドorg.codelibs.core.beans.Converter
値をオブジェクトとして返します。
getAsObject(String) - クラス のメソッドorg.codelibs.core.beans.converter.NumberConverter
 
getAsObject(String) - クラス のメソッドorg.codelibs.core.beans.converter.SqlDateConverter
 
getAsObject(String) - クラス のメソッドorg.codelibs.core.beans.converter.TimeConverter
 
getAsObject(String) - クラス のメソッドorg.codelibs.core.beans.converter.TimestampConverter
 
getAsString(Object) - クラス のメソッドorg.codelibs.core.beans.converter.DateConverter
 
getAsString(Object) - インタフェース のメソッドorg.codelibs.core.beans.Converter
値を文字列として返します。
getAsString(Object) - クラス のメソッドorg.codelibs.core.beans.converter.NumberConverter
 
getAsString(Object) - クラス のメソッドorg.codelibs.core.beans.converter.SqlDateConverter
 
getAsString(Object) - クラス のメソッドorg.codelibs.core.beans.converter.TimeConverter
 
getAsString(Object) - クラス のメソッドorg.codelibs.core.beans.converter.TimestampConverter
 
getAt(int) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
インデックスで指定された位置の値を返します。
getBaseDir(File, String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceTraversalUtil
ベースディレクトリを表すFileを返します。
getBaseDir(URL, String) - クラス のstaticメソッドorg.codelibs.core.io.TraversalUtil
ファイルを表すURLからルートパッケージの上位となるベースディレクトリを求めて返します。
getBeanClass() - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
Beanのクラスを返します。
getBeanClass() - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getBeanDesc() - インタフェース のメソッドorg.codelibs.core.beans.ConstructorDesc
このコンストラクタを所有するクラスのBeanDescを返します。
getBeanDesc() - インタフェース のメソッドorg.codelibs.core.beans.FieldDesc
このフィールドを所有するクラスのBeanDescを返します。
getBeanDesc() - クラス のメソッドorg.codelibs.core.beans.impl.ConstructorDescImpl
 
getBeanDesc() - クラス のメソッドorg.codelibs.core.beans.impl.FieldDescImpl
 
getBeanDesc() - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
getBeanDesc() - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
getBeanDesc() - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
このメソッドを所有するクラスのBeanDescを返します。
getBeanDesc() - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
BeanDescを返します。
getBeanDesc(Class<?>) - クラス のstaticメソッドorg.codelibs.core.beans.factory.BeanDescFactory
BeanDescを返します。
getBuildDir(Class<?>) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
指定されたクラスのクラスファイルが置かれているルートディレクトリを返します。
getBuildDir(String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
クラスファイルが置かれているルートディレクトリを返します。
getBundle(String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceBundleUtil
バンドルを返します。
getBundle(String, Locale) - クラス のstaticメソッドorg.codelibs.core.io.ResourceBundleUtil
バンドルを返します。
getBundle(String, Locale, ClassLoader) - クラス のstaticメソッドorg.codelibs.core.io.ResourceBundleUtil
バンドルを返します。
getBytes(InputStream) - クラス のstaticメソッドorg.codelibs.core.io.InputStreamUtil
InputStreamからbyteの配列を取得します。
getCanonicalPath(File) - クラス のstaticメソッドorg.codelibs.core.io.FileUtil
この抽象パス名の正規の形式を返します。
getCharsetName() - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
getClassLoader() - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
コンテキストクラスローダを返します。
getClassLoader(Class<?>) - クラス のstaticメソッドorg.codelibs.core.lang.ClassLoaderUtil
クラスローダを返します。
getClassName() - 例外 のメソッドorg.codelibs.core.exception.ClassNotFoundRuntimeException
クラス名を返します。
getConstructor() - インタフェース のメソッドorg.codelibs.core.beans.ConstructorDesc
コンストラクタを返します。
getConstructor() - クラス のメソッドorg.codelibs.core.beans.impl.ConstructorDescImpl
 
getConstructor(Class<T>, Class<?>...) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
Classオブジェクトが表すクラスの指定されたpublicコンストラクタをリフレクトする Constructorオブジェクトを返します。
getConstructorDesc(int) - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
ConstructorDescを返します。
getConstructorDesc(int) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getConstructorDesc(Class<?>...) - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
引数の型に応じたConstructorDescを返します。
getConstructorDesc(Class<?>...) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getConstructorDescs() - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
ConstructorDescIterableを返します。
getConstructorDescs() - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getConstructorDescSize() - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
ConstructorDescの数を返します。
getConstructorDescSize() - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getContentsAsStream(String) - クラス のstaticメソッドorg.codelibs.core.xml.DomUtil
プラットフォームのデフォルトエンコーディングでXMLの内容を InputStreamとして取得します。
getContentsAsStream(String, String) - クラス のstaticメソッドorg.codelibs.core.xml.DomUtil
指定のエンコーディングでXMLの内容を InputStreamとして取得します。
getDecimalFormatSymbols() - クラス のstaticメソッドorg.codelibs.core.text.DecimalFormatSymbolsUtil
DecimalFormatSymbolsを返します。
getDecimalFormatSymbols(Locale) - クラス のstaticメソッドorg.codelibs.core.text.DecimalFormatSymbolsUtil
DecimalFormatSymbolsを返します。
getDeclaredConstructor(Class<T>, Class<?>...) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
Classオブジェクトが表すクラスまたはインタフェースの指定されたコンストラクタをリフレクトする Constructorオブジェクトを返します。
getDeclaredField(Class<?>, String) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
Classオブジェクトが表すクラスまたはインタフェースの指定された宣言フィールドをリフレクトするField オブジェクトを返します。
getDeclaredMethod(Class<?>, String, Class<?>...) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
Classオブジェクトが表すクラスまたはインタフェースの指定されたメンバメソッドをリフレクトするMethod オブジェクトを返します。
getDefault() - クラス のstaticメソッドorg.codelibs.core.misc.LocaleUtil
 
getElement() - クラス のメソッドorg.codelibs.core.collection.Indexed
要素を返します。
getElement() - クラス のメソッドorg.codelibs.core.collection.SLinkedList.Entry
要素を返します。
getElementClassOfCollection() - インタフェース のメソッドorg.codelibs.core.beans.FieldDesc
このフィールドがパラメタ化されたCollectionの場合、その要素型を返します。
getElementClassOfCollection() - クラス のメソッドorg.codelibs.core.beans.impl.FieldDescImpl
 
getElementClassOfCollection() - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
getElementClassOfCollection() - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
getElementClassOfCollection() - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
メソッドの戻り値型がパラメタ化されたCollectionの場合、その要素型を返します。
getElementClassOfCollection() - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
このプロパティがパラメタ化されたCollectionの場合、その要素型を返します。
getElementClassOfCollection(int) - インタフェース のメソッドorg.codelibs.core.beans.ConstructorDesc
メソッドの引数型がパラメタ化されたCollectionの場合、その要素型を返します。
getElementClassOfCollection(int) - クラス のメソッドorg.codelibs.core.beans.impl.ConstructorDescImpl
 
getElementClassOfCollection(int) - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
getElementClassOfCollection(int) - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
メソッドの引数型がパラメタ化されたCollectionの場合、その要素型を返します。
getElementTypeOfArray(Type) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
パラメータ化された型を要素とする配列の要素型を返します。
getElementTypeOfCollection(Field) - クラス のstaticメソッドorg.codelibs.core.lang.FieldUtil
パラメタ化されたコレクション型のフィールドの要素型を返します。
getElementTypeOfCollection(Type) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
パラメータ化されたCollectionの要素型を返します。
getElementTypeOfCollectionFromParameterType(Method, int) - クラス のstaticメソッドorg.codelibs.core.lang.MethodUtil
メソッドの引数型 (パラメタ化されたコレクション) の要素型を返します。
getElementTypeOfCollectionFromReturnType(Method) - クラス のstaticメソッドorg.codelibs.core.lang.MethodUtil
指定されたメソッドの戻り値型として宣言されているパラメタ化されたコレクションの要素型を返します。
getElementTypeOfList(Type) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
パラメータ化されたListの要素型を返します。
getElementTypeOfSet(Type) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
パラメータ化されたSetの要素型を返します。
getEntry(int) - クラス のメソッドorg.codelibs.core.collection.SLinkedList
インデックスで指定された位置のエントリを返します。
getEntryAt(int) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
インデックスで指定された位置のMap.Entryを返します。
getExpiredTask() - クラス のメソッドorg.codelibs.core.timer.TimeoutManager
期限の切れた TimeoutTaskのリストを返します。
getExtension(String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
パスの拡張子を返します。
getField() - インタフェース のメソッドorg.codelibs.core.beans.FieldDesc
フィールドを返します。
getField() - クラス のメソッドorg.codelibs.core.beans.impl.FieldDescImpl
 
getField() - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
getField() - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
プロパティとして認識しているpublicフィールドを返します。
getField(Class<?>, String) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
Classオブジェクトが表すクラスまたはインタフェースの指定されたpublicメンバフィールドをリフレクトする Fieldオブジェクトを返します。
getFieldDesc(int) - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
FieldDescを返します。
getFieldDesc(int) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getFieldDesc(String) - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
FieldDescを返します。
getFieldDesc(String) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getFieldDescs() - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
FieldDescIterableを返します。
getFieldDescs() - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getFieldDescSize() - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
FieldDescの数を返します。
getFieldDescSize() - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getFieldName() - インタフェース のメソッドorg.codelibs.core.beans.FieldDesc
フィールド名を返します。
getFieldName() - クラス のメソッドorg.codelibs.core.beans.impl.FieldDescImpl
 
getFieldName() - 例外 のメソッドorg.codelibs.core.exception.FieldNotFoundRuntimeException
フィールド名を返します。
getFieldName() - 例外 のメソッドorg.codelibs.core.exception.FieldNotStaticRuntimeException
フィールド名を返します。
getFieldName() - 例外 のメソッドorg.codelibs.core.exception.NoSuchFieldRuntimeException
フィールド名を返します。
getFieldType() - インタフェース のメソッドorg.codelibs.core.beans.FieldDesc
フィールドの型を返します。
getFieldType() - クラス のメソッドorg.codelibs.core.beans.impl.FieldDescImpl
 
getFieldValue(Object) - インタフェース のメソッドorg.codelibs.core.beans.FieldDesc
Fieldの値を返します。
getFieldValue(Object) - クラス のメソッドorg.codelibs.core.beans.impl.FieldDescImpl
 
getFile(URL) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
リソースのファイルを返します。
getFileName(URL) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
リソースのファイル名を返します。
getFirst() - クラス のメソッドorg.codelibs.core.collection.SLinkedList
最初の要素を返します。
getFirst() - クラス のメソッドorg.codelibs.core.misc.Pair
1番目の値を返します。
getFirstEntry() - クラス のメソッドorg.codelibs.core.collection.SLinkedList
最初のエントリを返します。
getFormattedMessage(String, String) - クラス のstaticメソッドorg.codelibs.core.message.MessageFormatter
メッセージコードつきのメッセージを返します。
getFullPattern() - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
デフォルロケールでDateFormat.FULLスタイルのパターン文字列を返します。
getFullPattern() - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
デフォルロケールでDateFormat.FULLスタイルのパターン文字列を返します。
getFullPattern() - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
デフォルロケールでDateFormat.FULLスタイルのパターン文字列を返します。
getFullPattern(Locale) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
指定されたロケールでDateFormat.FULLスタイルのパターン文字列を返します。
getFullPattern(Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
指定されたロケールでDateFormat.FULLスタイルのパターン文字列を返します。
getFullPattern(Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
指定されたロケールでDateFormat.FULLスタイルのパターン文字列を返します。
getGenericParameter(Type, int) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
指定された位置のtypeの型引数を返します。
getGenericParameters(Type) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
typeの型引数の配列を返します。
getIndex() - クラス のメソッドorg.codelibs.core.collection.Indexed
インデックスを返します。
getInputStream(JarFile, ZipEntry) - クラス のstaticメソッドorg.codelibs.core.jar.JarFileUtil
指定されたJarファイルエントリの内容を読み込むための入力ストリームを返します。
getInputStream(ZipFile, ZipEntry) - クラス のstaticメソッドorg.codelibs.core.zip.ZipFileUtil
指定されたZipファイルエントリの内容を読み込むための入力ストリームを返します。
getInstance() - クラス のstaticメソッドorg.codelibs.core.timer.TimeoutManager
シングルトン用のインスタンスを返します。
getInstance(String) - クラス のstaticメソッドorg.codelibs.core.security.MessageDigestUtil
MessageDigest.getInstance(String)の例外処理をラップします。
getInt(Field) - クラス のstaticメソッドorg.codelibs.core.lang.FieldUtil
staticな Fieldの値をintとして取得します。
getInt(Field, Object) - クラス のstaticメソッドorg.codelibs.core.lang.FieldUtil
Fieldの値をintとして取得します。
getJarFile(JarURLConnection) - クラス のstaticメソッドorg.codelibs.core.net.JarURLConnectionUtil
JarURLConnection.getJarFile()の例外処理をラップするメソッドです。
getKey() - クラス のメソッドorg.codelibs.core.collection.ArrayMap.Entry
 
getKey() - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
getKeyAt(int) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
インデックスで指定された位置のキーを返します。
getKeyClassOfMap() - インタフェース のメソッドorg.codelibs.core.beans.FieldDesc
このフィールドがパラメタ化されたMapの場合、そのキー型を返します。
getKeyClassOfMap() - クラス のメソッドorg.codelibs.core.beans.impl.FieldDescImpl
 
getKeyClassOfMap() - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
getKeyClassOfMap() - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
getKeyClassOfMap() - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
メソッドの戻り値型がパラメタ化されたMapの場合、そのキー型を返します。
getKeyClassOfMap() - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
このプロパティがパラメタ化されたMapの場合、そのキー型を返します。
getKeyClassOfMap(int) - インタフェース のメソッドorg.codelibs.core.beans.ConstructorDesc
メソッドの引数型がパラメタ化されたMapの場合、そのキー型を返します。
getKeyClassOfMap(int) - クラス のメソッドorg.codelibs.core.beans.impl.ConstructorDescImpl
 
getKeyClassOfMap(int) - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
getKeyClassOfMap(int) - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
メソッドの引数型がパラメタ化されたMapの場合、そのキー型を返します。
getKeyTypeOfMap(Field) - クラス のstaticメソッドorg.codelibs.core.lang.FieldUtil
パラメタ化されたマップ型のフィールドのキー型を返します。
getKeyTypeOfMap(Type) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
パラメータ化されたMapのキーの型を返します。
getKeyTypeOfMapFromParameterType(Method, int) - クラス のstaticメソッドorg.codelibs.core.lang.MethodUtil
メソッドの引数型 (パラメタ化されたマップ) のキー型を返します。
getKeyTypeOfMapFromReturnType(Method) - クラス のstaticメソッドorg.codelibs.core.lang.MethodUtil
指定されたメソッドの戻り値型として宣言されているパラメタ化されたマップのキー型を返します。
getLast() - クラス のメソッドorg.codelibs.core.collection.SLinkedList
最後の要素を返します。
getLastEntry() - クラス のメソッドorg.codelibs.core.collection.SLinkedList
最後のエントリを返します。
getLevel() - クラス のメソッドorg.codelibs.core.log.Logger.LogMessage
出力レベルを返します。
getLimitSize() - クラス のメソッドorg.codelibs.core.collection.LruHashMap
エントリ数の上限を返します。
getLocale(String) - クラス のstaticメソッドorg.codelibs.core.misc.LocaleUtil
Localeを返します。
getLocale(Locale) - クラス のstaticメソッドorg.codelibs.core.io.ResourceBundleUtil
localeがnullでなければlocaleを、null ならデフォルトのロケールを返します。
getLogger(Class<?>) - クラス のstaticメソッドorg.codelibs.core.log.Logger
Loggerを返します。
getLoggerAdapterFactory() - クラス のstaticメソッドorg.codelibs.core.log.Logger
ログアダプタのファクトリを返します。
getLongPattern() - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
デフォルロケールでDateFormat.LONGスタイルのパターン文字列を返します。
getLongPattern() - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
デフォルロケールでDateFormat.LONGスタイルのパターン文字列を返します。
getLongPattern() - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
デフォルロケールでDateFormat.LONGスタイルのパターン文字列を返します。
getLongPattern(Locale) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
指定されたロケールでDateFormat.LONGスタイルのパターン文字列を返します。
getLongPattern(Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
指定されたロケールでDateFormat.LONGスタイルのパターン文字列を返します。
getLongPattern(Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
指定されたロケールでDateFormat.LONGスタイルのパターン文字列を返します。
getMediumPattern() - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
デフォルロケールでDateFormat.MEDIUMスタイルのパターン文字列を返します。
getMediumPattern() - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
デフォルロケールでDateFormat.MEDIUMスタイルのパターン文字列を返します。
getMediumPattern() - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
デフォルロケールでDateFormat.MEDIUMスタイルのパターン文字列を返します。
getMediumPattern(Locale) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
指定されたロケールでDateFormat.MEDIUMスタイルのパターン文字列を返します。
getMediumPattern(Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
指定されたロケールでDateFormat.MEDIUMスタイルのパターン文字列を返します。
getMediumPattern(Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
指定されたロケールでDateFormat.MEDIUMスタイルのパターン文字列を返します。
getMessage() - 例外 のメソッドorg.codelibs.core.exception.ClRuntimeException
 
getMessage() - クラス のメソッドorg.codelibs.core.log.Logger.LogMessage
メッセージを返します。
getMessage(String, Object...) - クラス のstaticメソッドorg.codelibs.core.message.MessageFormatter
メッセージを返します。
getMessageCode() - 例外 のメソッドorg.codelibs.core.exception.ClIllegalArgumentException
メッセージコードを返します。
getMessageCode() - 例外 のメソッドorg.codelibs.core.exception.ClRuntimeException
Returns a message code.
getMessageCode() - 例外 のメソッドorg.codelibs.core.exception.ClSQLException
メッセージコードを返します。
getMethod() - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
getMethod() - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
メソッドを返します。
getMethod(Class<?>, String, Class<?>...) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
Classオブジェクトが表すクラスまたはインタフェースの指定されたpublicメンバメソッドをリフレクトする Methodオブジェクトを返します。
getMethodArgClasses() - 例外 のメソッドorg.codelibs.core.exception.MethodNotFoundRuntimeException
メソッドの引数のClassの配列を返します。
getMethodArgs() - 例外 のメソッドorg.codelibs.core.exception.ConstructorNotFoundRuntimeException
引数の並びを返します。
getMethodDesc(String, Class<?>...) - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
引数の型に応じたMethodDescを返します。
getMethodDesc(String, Class<?>...) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getMethodDescNoException(String, Class<?>...) - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
引数の型に応じたMethodDescを返します。
getMethodDescNoException(String, Class<?>...) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getMethodDescs(String) - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
MethodDescの配列を返します。
getMethodDescs(String) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getMethodName() - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
getMethodName() - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
メソッド名を返します。
getMethodName() - 例外 のメソッドorg.codelibs.core.exception.MethodNotFoundRuntimeException
メソッド名を返します。
getMethodName() - 例外 のメソッドorg.codelibs.core.exception.MethodNotStaticRuntimeException
メソッド名を返します。
getMethodName() - 例外 のメソッドorg.codelibs.core.exception.NoSuchMethodRuntimeException
メソッド名を返します。
getMethodNames() - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
メソッド名の配列を返します。
getMethodNames() - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getNext() - クラス のメソッドorg.codelibs.core.collection.SLinkedList.Entry
次のエントリを返します。
getNextEntry(ZipInputStream) - クラス のstaticメソッドorg.codelibs.core.zip.ZipInputStreamUtil
ZipInputStream.getNextEntry()の例外処理をラップするメソッドです。
getNextJarEntry(JarInputStream) - クラス のstaticメソッドorg.codelibs.core.jar.JarInputStreamUtil
JarInputStream.getNextJarEntry()の例外処理をラップするメソッドです。
getNoPatternMessage(Object...) - クラス のstaticメソッドorg.codelibs.core.message.MessageFormatter
パターンを使用しないで引数を並べたメッセージを返します。
getPackageDir(File, String) - クラス のstaticメソッドorg.codelibs.core.io.ClassTraversalUtil
ルートパッケージに対応するディレクトリを表すFileを返します。
getPackageName(Class<?>) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
パッケージ名を返します。
getParameterizedClassDesc() - インタフェース のメソッドorg.codelibs.core.beans.FieldDesc
フィールドの型を表現するParameterizedClassDescを返します。
getParameterizedClassDesc() - クラス のメソッドorg.codelibs.core.beans.impl.FieldDescImpl
 
getParameterizedClassDesc() - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
getParameterizedClassDesc() - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
getParameterizedClassDesc() - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
メソッドの戻り値型を表現するParameterizedClassDescを返します。
getParameterizedClassDesc() - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
このプロパティがパラメタ化された型の場合、その情報を返します。
getParameterizedClassDescs() - インタフェース のメソッドorg.codelibs.core.beans.ConstructorDesc
メソッドの引数型を表現するParameterizedClassDescの配列を返します。
getParameterizedClassDescs() - クラス のメソッドorg.codelibs.core.beans.impl.ConstructorDescImpl
 
getParameterizedClassDescs() - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
getParameterizedClassDescs() - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
メソッドの引数型を表現するParameterizedClassDescの配列を返します。
getParameterTypes() - インタフェース のメソッドorg.codelibs.core.beans.ConstructorDesc
コンストラクタの引数型の配列を返します。
getParameterTypes() - クラス のメソッドorg.codelibs.core.beans.impl.ConstructorDescImpl
 
getParameterTypes() - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
getParameterTypes() - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
メソッドの引数型の配列を返します。
getParamTypes() - 例外 のメソッドorg.codelibs.core.exception.ConstructorNotFoundRuntimeException
引数型の並びを返します。
getPath() - 例外 のメソッドorg.codelibs.core.exception.ResourceNotFoundRuntimeException
パスを返します。
getPattern(String) - クラス のstaticメソッドorg.codelibs.core.message.MessageFormatter
メッセージコードに対応するパターン文字列を返します。
getPrevious() - クラス のメソッドorg.codelibs.core.collection.SLinkedList.Entry
前のエントリを返します。
getPrimitiveClass(Class<?>) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
ラッパークラスをプリミティブクラスに変換します。
getPrimitiveClassIfWrapper(Class<?>) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
ラッパークラスならプリミティブクラスに、 そうでなければそのままクラスを返します。
getProperties() - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
getProperties(Annotation) - クラス のstaticメソッドorg.codelibs.core.lang.AnnotationUtil
アノテーションの要素を名前と値のMapとして返します。
getProperties(String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
コンテキストクラスローダからプロパティファイルをロードして返します。
getProperty(String) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
getProperty(String, String) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
getProperty(BeanDesc, Annotation, String) - クラス のstaticメソッドorg.codelibs.core.lang.AnnotationUtil
アノテーションの要素の値を返します。
getPropertyDesc(int) - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
PropertyDescを返します。
getPropertyDesc(int) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getPropertyDesc(String) - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
PropertyDescを返します。
getPropertyDesc(String) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getPropertyDescNoException(String) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
PropertyDescを返します。
getPropertyDescs() - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
PropertyDescIterableを返します。
getPropertyDescs() - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getPropertyDescSize() - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
PropertyDescの数を返します。
getPropertyDescSize() - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getPropertyName() - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
getPropertyName() - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
プロパティ名を返します。
getPropertyName() - 例外 のメソッドorg.codelibs.core.exception.ConverterRuntimeException
プロパティ名を返します。
getPropertyName() - 例外 のメソッドorg.codelibs.core.exception.IllegalPropertyRuntimeException
プロパティ名を返します。
getPropertyName() - 例外 のメソッドorg.codelibs.core.exception.PropertyNotFoundRuntimeException
プロパティ名を返します。
getPropertyType() - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
getPropertyType() - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
プロパティの型を返します。
getRawClass() - クラス のメソッドorg.codelibs.core.beans.impl.ParameterizedClassDescImpl
 
getRawClass() - インタフェース のメソッドorg.codelibs.core.beans.ParameterizedClassDesc
原型となるクラスを返します。
getRawClass(Type) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
typeの原型を返します。
getReadMethod() - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
getReadMethod() - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
getterメソッドを返します。
getReadString() - クラス のメソッドorg.codelibs.core.text.Tokenizer
既に読み込んだ文字列を返します。
getRealMessage(SQLException) - 例外 のstaticメソッドorg.codelibs.core.exception.SQLRuntimeException
本当のメッセージを返します。
getResource(String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
コンテキストクラスローダからリソースを返します。
getResource(String, String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
コンテキストクラスローダからリソースを返します。
getResourceAsFile(String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
リソースをファイルとして返します。
getResourceAsFile(String, String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
リソースをファイルとして返します。
getResourceAsFileNoException(Class<?>) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
クラスファイルを表すリソースをファイルとして返します。
getResourceAsFileNoException(String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
リソースをファイルとして返します。
getResourceAsStream(String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
コンテキストクラスローダからリソースを検索してストリームとして返します。
getResourceAsStream(String, String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
コンテキストクラスローダからリソースを検索してストリームとして返します。
getResourceAsStreamNoException(String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
コンテキストクラスローダからリソースを検索してストリームとして返します。
getResourceAsStreamNoException(String, String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
コンテキストクラスローダからリソースを検索してストリームとして返します。
getResourceBundle(String) - クラス のstaticメソッドorg.codelibs.core.message.MessageFormatter
リソースバンドルを返します。
getResourceNoException(String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
コンテキストクラスローダからリソースを返します。
getResourceNoException(String, String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
コンテキストクラスローダからリソースを返します。
getResourceNoException(String, String, ClassLoader) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
指定のクラスローダからリソースを返します。
getResourcePath(Class<?>) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
リソースパスを返します。
getResourcePath(Class<?>) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
クラス名をリソースパスとして表現します。
getResourcePath(String) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
クラス名をリソースパスとして表現します。
getResourcePath(String, String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
リソースパスを返します。
getResources(Class<?>, String) - クラス のstaticメソッドorg.codelibs.core.lang.ClassLoaderUtil
ClassLoaderUtil.getClassLoader(Class)が返すクラスローダから指定された名前を持つすべてのリソースを探します。
getResources(ClassLoader, String) - クラス のstaticメソッドorg.codelibs.core.lang.ClassLoaderUtil
指定のクラスローダから指定された名前を持つすべてのリソースを探します。
getResources(String) - クラス のstaticメソッドorg.codelibs.core.lang.ClassLoaderUtil
コンテキストクラスローダから指定された名前を持つすべてのリソースを探します。
getResultSet(Statement) - クラス のstaticメソッドorg.codelibs.core.sql.StatementUtil
結果セットを返します。
getReturnType() - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
getReturnType() - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
メソッドの戻り値の型を返します。
getSecond() - クラス のメソッドorg.codelibs.core.misc.Pair
2番目の値を返します。
getShortClassName(String) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
FQCNからパッケージ名を除いた名前を返します。
getShortPattern() - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
デフォルロケールでDateFormat.SHORTスタイルのパターン文字列を返します。
getShortPattern() - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
デフォルロケールでDateFormat.SHORTスタイルのパターン文字列を返します。
getShortPattern() - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
デフォルロケールでDateFormat.SHORTスタイルのパターン文字列を返します。
getShortPattern(Locale) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
指定されたロケールでDateFormat.SHORTスタイルのパターン文字列を返します。
getShortPattern(Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
指定されたロケールでDateFormat.SHORTスタイルのパターン文字列を返します。
getShortPattern(Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
指定されたロケールでDateFormat.SHORTスタイルのパターン文字列を返します。
getSignature(String, Class<?>...) - クラス のstaticメソッドorg.codelibs.core.lang.MethodUtil
シグニチャの文字列表現を返します。
getSignature(String, Object...) - クラス のstaticメソッドorg.codelibs.core.lang.MethodUtil
シグニチャの文字列表現を返します。
getSimpleClassName(Class<?>) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
配列の場合は要素のクラス名に[]を加えた文字列、それ以外はクラス名そのものを返します。
getSimpleMessage() - 例外 のメソッドorg.codelibs.core.exception.ClRuntimeException
Returns a simple message without a message code.
getSimpleMessage(String, Object...) - クラス のstaticメソッドorg.codelibs.core.message.MessageFormatter
引数を展開してメッセージコードなしの単純なメッセージを返します。
getSql() - 例外 のメソッドorg.codelibs.core.exception.ClSQLException
SQLを返します。
getSql(SQLException) - 例外 のstaticメソッドorg.codelibs.core.exception.SQLRuntimeException
SQLを返します。
getStaticFieldValue() - インタフェース のメソッドorg.codelibs.core.beans.FieldDesc
staticなFieldの値を返します。
getStaticFieldValue() - クラス のメソッドorg.codelibs.core.beans.impl.FieldDescImpl
 
getString(Field) - クラス のstaticメソッドorg.codelibs.core.lang.FieldUtil
staticな Fieldの値を Stringとして取得します。
getString(Field, Object) - クラス のstaticメソッドorg.codelibs.core.lang.FieldUtil
Fieldの値を Stringとして取得します。
getString(ResourceBundle, String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceBundleUtil
リソースバンドルから指定されたキーの文字列を返します。
getStringValue() - クラス のメソッドorg.codelibs.core.text.Tokenizer
文字列の値を返します。
getSuitableConstructorDesc(Object...) - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
引数に適合するConstructorDescを返します。
getSuitableConstructorDesc(Object...) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getSuitableMethodDesc(String, Object...) - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
引数に適合するMethodDescを返します。
getSuitableMethodDesc(String, Object...) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getSystemName(String) - クラス のstaticメソッドorg.codelibs.core.message.MessageFormatter
システム名を返します。
getTargetClass() - 例外 のメソッドorg.codelibs.core.exception.ConstructorNotFoundRuntimeException
ターゲットクラスを返します。
getTargetClass() - 例外 のメソッドorg.codelibs.core.exception.FieldNotFoundRuntimeException
ターゲットクラスを返します。
getTargetClass() - 例外 のメソッドorg.codelibs.core.exception.FieldNotStaticRuntimeException
ターゲットクラスを返します。
getTargetClass() - 例外 のメソッドorg.codelibs.core.exception.IllegalAccessRuntimeException
ターゲットクラスを返します。
getTargetClass() - 例外 のメソッドorg.codelibs.core.exception.IllegalPropertyRuntimeException
ターゲットクラスを返します。
getTargetClass() - 例外 のメソッドorg.codelibs.core.exception.InstantiationRuntimeException
ターゲットクラスを返します。
getTargetClass() - 例外 のメソッドorg.codelibs.core.exception.InvocationTargetRuntimeException
ターゲットクラスを返します。
getTargetClass() - 例外 のメソッドorg.codelibs.core.exception.MethodNotFoundRuntimeException
ターゲットのClassを返します。
getTargetClass() - 例外 のメソッドorg.codelibs.core.exception.MethodNotStaticRuntimeException
ターゲットクラスを返します。
getTargetClass() - 例外 のメソッドorg.codelibs.core.exception.NoSuchConstructorRuntimeException
ターゲットクラスを返します。
getTargetClass() - 例外 のメソッドorg.codelibs.core.exception.NoSuchFieldRuntimeException
ターゲットクラスを返します。
getTargetClass() - 例外 のメソッドorg.codelibs.core.exception.NoSuchMethodRuntimeException
ターゲットクラスを返します。
getTargetClass() - 例外 のメソッドorg.codelibs.core.exception.PropertyNotFoundRuntimeException
ターゲットクラスを返します。
getTimeoutTaskCount() - クラス のメソッドorg.codelibs.core.timer.TimeoutManager
管理している TimeoutTaskの数を返します。
getTransformation() - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
getTraverser(Class<?>) - クラス のstaticメソッドorg.codelibs.core.io.TraversalUtil
指定のクラスを基点とする、リソースやクラスの集まりを扱うTraverserを返します。
getTraverser(String) - クラス のstaticメソッドorg.codelibs.core.io.TraversalUtil
指定のディレクトリを基点とする、クラスやリソースの集まりを扱うTraverserを返します。
getTraverser(URL, String, String) - クラス のstaticメソッドorg.codelibs.core.io.TraversalUtil
URLを扱うTraverserを作成して返します。
getTraversers(String) - クラス のstaticメソッドorg.codelibs.core.io.TraversalUtil
指定のルートパッケージを基点とする、クラスやリソースの集まりを扱うTraverserの配列を返します。
getTypeVariableMap(Class<?>) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
パラメータ化された型(クラスまたはインタフェース)が持つ型変数をキー、型引数を値とするMapを返します。
getTypeVariables() - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
型変数から型引数へのマップを返します。
getTypeVariables() - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
getTypeVariables(Class<?>) - クラス のstaticメソッドorg.codelibs.core.beans.factory.ParameterizedClassDescFactory
パラメータ化された型(クラスまたはインタフェース)が持つ型変数をキー、型引数を値とするMapを返します。
getUpdateCount(Statement) - クラス のstaticメソッドorg.codelibs.core.sql.StatementUtil
更新カウントを返します。
getValue() - クラス のメソッドorg.codelibs.core.collection.ArrayMap.Entry
 
getValue() - 例外 のメソッドorg.codelibs.core.exception.ConverterRuntimeException
値を返します。
getValue() - クラス のメソッドorg.codelibs.core.misc.ValueHolder
値を返します。
getValue(Object) - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
getValue(Object) - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
プロパティの値を返します。
getValue1() - クラス のメソッドorg.codelibs.core.misc.Tuple3
1番目の値を返します。
getValue1() - クラス のメソッドorg.codelibs.core.misc.Tuple4
1番目の値を返します。
getValue1() - クラス のメソッドorg.codelibs.core.misc.Tuple5
1番目の値を返します。
getValue2() - クラス のメソッドorg.codelibs.core.misc.Tuple3
2番目の値を返します。
getValue2() - クラス のメソッドorg.codelibs.core.misc.Tuple4
2番目の値を返します。
getValue2() - クラス のメソッドorg.codelibs.core.misc.Tuple5
2番目の値を返します。
getValue3() - クラス のメソッドorg.codelibs.core.misc.Tuple3
3番目の値を返します。
getValue3() - クラス のメソッドorg.codelibs.core.misc.Tuple4
3番目の値を返します。
getValue3() - クラス のメソッドorg.codelibs.core.misc.Tuple5
3番目の値を返します。
getValue4() - クラス のメソッドorg.codelibs.core.misc.Tuple4
4番目の値を返します。
getValue4() - クラス のメソッドorg.codelibs.core.misc.Tuple5
4番目の値を返します。
getValue5() - クラス のメソッドorg.codelibs.core.misc.Tuple5
5番目の値を返します。
getValueClassOfMap() - インタフェース のメソッドorg.codelibs.core.beans.FieldDesc
このフィールドがパラメタ化されたMapの場合、その値型を返します。
getValueClassOfMap() - クラス のメソッドorg.codelibs.core.beans.impl.FieldDescImpl
 
getValueClassOfMap() - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
getValueClassOfMap() - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
getValueClassOfMap() - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
メソッドの戻り値型がパラメタ化されたMapの場合、その値型を返します。
getValueClassOfMap() - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
このプロパティがパラメタ化されたMapの場合、その値型を返します。
getValueClassOfMap(int) - インタフェース のメソッドorg.codelibs.core.beans.ConstructorDesc
メソッドの引数型がパラメタ化されたMapの場合、その値型を返します。
getValueClassOfMap(int) - クラス のメソッドorg.codelibs.core.beans.impl.ConstructorDescImpl
 
getValueClassOfMap(int) - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
getValueClassOfMap(int) - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
メソッドの引数型がパラメタ化されたMapの場合、その値型を返します。
getValueTypeOfMap(Field) - クラス のstaticメソッドorg.codelibs.core.lang.FieldUtil
パラメタ化されたマップ型のフィールドの値型を返します。
getValueTypeOfMap(Type) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
パラメータ化されたMapの値の型を返します。
getValueTypeOfMapFromParameterType(Method, int) - クラス のstaticメソッドorg.codelibs.core.lang.MethodUtil
メソッドの引数型 (パラメタ化されたマップ) の値型を返します。
getValueTypeOfMapFromReturnType(Method) - クラス のstaticメソッドorg.codelibs.core.lang.MethodUtil
指定されたメソッドの戻り値型として宣言されているパラメタ化されたマップの値型を返します。
getWrapperClass(Class<?>) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
プリミティブクラスをラッパークラスに変換します。
getWrapperClassIfPrimitive(Class<?>) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
クラスがプリミティブの場合はラッパークラス、そうでない場合はもとのクラスを返します。
getWriteMethod() - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
getWriteMethod() - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
setterメソッドを返します。
guessContentType(String) - クラス のstaticメソッドorg.codelibs.core.net.MimeTypeUtil
コンテントタイプを予想します。

H

hasFieldDesc(String) - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
FieldDescを持っているかどうかを返します。
hasFieldDesc(String) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
hashCode - クラス の変数org.codelibs.core.collection.ArrayMap.Entry
ハッシュ値
hashCode() - クラス のメソッドorg.codelibs.core.collection.ArrayMap.Entry
 
hashCode() - クラス のメソッドorg.codelibs.core.collection.ArrayMap
 
hashCode() - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
hashCode() - クラス のメソッドorg.codelibs.core.misc.Pair
 
hashCode() - クラス のメソッドorg.codelibs.core.misc.Tuple3
 
hashCode() - クラス のメソッドorg.codelibs.core.misc.Tuple4
 
hashCode() - クラス のメソッドorg.codelibs.core.misc.Tuple5
 
hashMap(KEY, VALUE) - クラス のstaticメソッドorg.codelibs.core.collection.Maps
指定されたキーと値を持つHashMapを構築するためのMapsを返します。
hashtable(KEY, VALUE) - クラス のstaticメソッドorg.codelibs.core.collection.Maps
指定されたキーと値を持つHashtableを構築するためのMapsを返します。
hasMethodDesc(String) - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
MethodDescがあるかどうか返します。
hasMethodDesc(String) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
hasMoreElements() - クラス のメソッドorg.codelibs.core.collection.IteratorEnumeration
 
hasNext - クラス の変数org.codelibs.core.collection.SingleValueIterator
反復子がさらに要素を持つ場合はtrue
hasNext() - クラス のメソッドorg.codelibs.core.collection.ArrayIterator
 
hasNext() - クラス のメソッドorg.codelibs.core.collection.ArrayMap.ArrayMapIterator
 
hasNext() - クラス のメソッドorg.codelibs.core.collection.EmptyIterator
 
hasNext() - クラス のメソッドorg.codelibs.core.collection.EnumerationIterator
 
hasNext() - クラス のメソッドorg.codelibs.core.collection.IndexedIterator
 
hasNext() - クラス のメソッドorg.codelibs.core.collection.MultiIterator
 
hasNext() - クラス のメソッドorg.codelibs.core.collection.SingleValueIterator
 
hasNext() - クラス のメソッドorg.codelibs.core.convert.DateConversionUtil.DateFormatIterator
 
hasNext() - クラス のメソッドorg.codelibs.core.convert.DateConversionUtil.PlainDateFormatIterator
 
hasNext() - クラス のメソッドorg.codelibs.core.convert.TimeConversionUtil.DateFormatIterator
 
hasNext() - クラス のメソッドorg.codelibs.core.convert.TimeConversionUtil.PlainDateFormatIterator
 
hasNext() - クラス のメソッドorg.codelibs.core.convert.TimestampConversionUtil.DateFormatIterator
 
hasNext() - クラス のメソッドorg.codelibs.core.convert.TimestampConversionUtil.PlainDateFormatIterator
 
hasNext() - クラス のメソッドorg.codelibs.core.io.LineIterator
 
hasNext() - クラス のメソッドorg.codelibs.core.lang.ClassIterator
 
hasNext() - クラス のメソッドorg.codelibs.core.lang.ClassLoaderIterator
 
hasPropertyDesc(String) - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
PropertyDescを持っているかどうかを返します。
hasPropertyDesc(String) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
hasReadMethod() - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
hasReadMethod() - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
getterメソッドを持っているかどうか返します。
hasWriteMethod() - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
hasWriteMethod() - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
setterメソッドを持っているかどうか返します。

I

identityHashMap(KEY, VALUE) - クラス のstaticメソッドorg.codelibs.core.collection.Maps
指定されたキーと値を持つIdentityHashMapを構築するためのMapsを返します。
IllegalAccessRuntimeException - org.codelibs.core.exceptionの例外
IllegalAccessExceptionをラップする例外です。
IllegalAccessRuntimeException(Class<?>, IllegalAccessException) - 例外 のコンストラクタorg.codelibs.core.exception.IllegalAccessRuntimeException
IllegalAccessRuntimeExceptionを作成します。
IllegalBlockSizeRuntimeException - org.codelibs.core.exceptionの例外
 
IllegalBlockSizeRuntimeException(IllegalBlockSizeException) - 例外 のコンストラクタorg.codelibs.core.exception.IllegalBlockSizeRuntimeException
 
IllegalKeyOfBeanMapException - org.codelibs.core.exceptionの例外
BeanMapに含まれていないキーを使用した場合にスローされる例外です。
IllegalKeyOfBeanMapException(Object, Map<?, ?>) - 例外 のコンストラクタorg.codelibs.core.exception.IllegalKeyOfBeanMapException
インスタンスを構築します。
IllegalPropertyRuntimeException - org.codelibs.core.exceptionの例外
プロパティの値の設定に失敗したときにスローされる例外です。
IllegalPropertyRuntimeException(Class<?>, String, Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.IllegalPropertyRuntimeException
IllegalPropertyRuntimeExceptionを作成します。
include(CharSequence...) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
操作の対象に含めるプロパティ名を追加します。
include(CharSequence...) - クラス のstaticメソッドorg.codelibs.core.beans.util.CopyOptionsUtil
操作の対象に含めるプロパティ名を指定したCopyOptionsを返します。
includeObject - クラス の変数org.codelibs.core.lang.ClassIterator
Objectクラスも反復する場合は true
includePropertyNames - クラス の変数org.codelibs.core.beans.util.CopyOptions
操作の対象に含めるプロパティ名の配列です。
index - クラス の変数org.codelibs.core.collection.ArrayIterator
現在参照している要素のインデックス
index - クラス の変数org.codelibs.core.collection.IndexedIterator
イテレータのインデックス
index - クラス の変数org.codelibs.core.collection.MultiIterator
現在反復中のIteratorのインデックス
index - クラス の変数org.codelibs.core.convert.DateConversionUtil.DateFormatIterator
現在のスタイルを示すインデックス
index - クラス の変数org.codelibs.core.convert.DateConversionUtil.PlainDateFormatIterator
現在のスタイルを示すインデックス
index - クラス の変数org.codelibs.core.convert.TimeConversionUtil.DateFormatIterator
現在のスタイルを示すインデックス
index - クラス の変数org.codelibs.core.convert.TimeConversionUtil.PlainDateFormatIterator
現在のスタイルを示すインデックス
index - クラス の変数org.codelibs.core.convert.TimestampConversionUtil.DateFormatIterator
現在のスタイルを示すインデックス
index - クラス の変数org.codelibs.core.convert.TimestampConversionUtil.PlainDateFormatIterator
現在のスタイルを示すインデックス
indexed(Iterable<T>) - クラス のstaticメソッドorg.codelibs.core.collection.IndexedIterator
for each構文で使用するためにIndexedIteratorをラップしたIterableを返します。
indexed(Iterator<T>) - クラス のstaticメソッドorg.codelibs.core.collection.IndexedIterator
for each構文で使用するためにIndexedIteratorをラップしたIterableを返します。
Indexed<T> - org.codelibs.core.collectionのクラス
IndexedIteratorでイテレートする要素です。
Indexed(T, int) - クラス のコンストラクタorg.codelibs.core.collection.Indexed
コンストラクタ
IndexedIterator<T> - org.codelibs.core.collectionのクラス
インデックス付きのIteratorです。
IndexedIterator(Iterator<T>) - クラス のコンストラクタorg.codelibs.core.collection.IndexedIterator
インスタンスを構築します。
indexOf(boolean[], boolean) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列中から値が最初に見つかったインデックスを返します。
indexOf(byte[], byte) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列中から値が最初に見つかったインデックスを返します。
indexOf(char[], char) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列中から値が最初に見つかったインデックスを返します。
indexOf(double[], double) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列中から値が最初に見つかったインデックスを返します。
indexOf(float[], float) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列中から値が最初に見つかったインデックスを返します。
indexOf(int[], int) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列中から値が最初に見つかったインデックスを返します。
indexOf(long[], long) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列中から値が最初に見つかったインデックスを返します。
indexOf(short[], short) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列中から値が最初に見つかったインデックスを返します。
indexOf(E) - クラス のメソッドorg.codelibs.core.collection.SLinkedList
位置を返します。
indexOf(Object) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
値に対するインデックスを返します。
indexOf(T[], T) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列中からオジェクトが最初に見つかったインデックスを返します。
indexOf(T[], T, int) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列中からオジェクトが最初に見つかったインデックスを返します。
info(Object) - クラス のメソッドorg.codelibs.core.log.Logger
INFO情報を出力します。
info(Object, Throwable) - クラス のメソッドorg.codelibs.core.log.Logger
INFO情報を出力します。
INFO - org.codelibs.core.log.Logger.LogLevel
情報
initCause(Throwable) - 例外 のメソッドorg.codelibs.core.exception.InstantiationRuntimeException
 
INITIAL_CAPACITY - クラス のstatic変数org.codelibs.core.collection.ArrayMap
初期容量のデフォルト値
InitialContextUtil - org.codelibs.core.namingのクラス
初期コンテキストを扱うためのユーティリティ・クラスです。
InitialContextUtil() - クラス のコンストラクタorg.codelibs.core.naming.InitialContextUtil
 
initialize() - クラス のstaticメソッドorg.codelibs.core.beans.factory.BeanDescFactory
初期化を行ないます。
initialize() - クラス のstaticメソッドorg.codelibs.core.log.Logger
Loggerを初期化します。
initialize() - クラス のstaticメソッドorg.codelibs.core.message.MessageFormatter
初期化します。
initialized - クラス のstatic変数org.codelibs.core.message.MessageFormatter
初期化済みを示すフラグ
InputStreamUtil - org.codelibs.core.ioのクラス
InputStream用のユーティリティクラスです。
InputStreamUtil() - クラス のコンストラクタorg.codelibs.core.io.InputStreamUtil
 
instance - クラス のstatic変数org.codelibs.core.timer.TimeoutManager
シングルトンのためのインスタンスです。
InstantiationRuntimeException - org.codelibs.core.exceptionの例外
InstantiationExceptionをラップする例外です。
InstantiationRuntimeException(Class<?>, InstantiationException) - 例外 のコンストラクタorg.codelibs.core.exception.InstantiationRuntimeException
InstantiationRuntimeExceptionを作成します。
IntegerConversionUtil - org.codelibs.core.convertのクラス
Integer用の変換ユーティリティです。
IntegerConversionUtil() - クラス のコンストラクタorg.codelibs.core.convert.IntegerConversionUtil
 
InterruptedRuntimeException - org.codelibs.core.exceptionの例外
Wrapped InterruptedException.
InterruptedRuntimeException(InterruptedException) - 例外 のコンストラクタorg.codelibs.core.exception.InterruptedRuntimeException
 
InvalidKeyRuntimeException - org.codelibs.core.exceptionの例外
NoSuchAlgorithmExceptionをラップする例外です。
InvalidKeyRuntimeException(InvalidKeyException) - 例外 のコンストラクタorg.codelibs.core.exception.InvalidKeyRuntimeException
InvalidKeyRuntimeExceptionを作成します。
invalidPropertyNames - クラス の変数org.codelibs.core.beans.impl.BeanDescImpl
不正なプロパティ名のセット
InvocationTargetRuntimeException - org.codelibs.core.exceptionの例外
InvocationTargetExceptionをラップする例外です。
InvocationTargetRuntimeException(Class<?>, InvocationTargetException) - 例外 のコンストラクタorg.codelibs.core.exception.InvocationTargetRuntimeException
invoke(Object, Object...) - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
invoke(Object, Object...) - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
メソッドを呼び出してその戻り値を返します。
invoke(Method, Object, Object...) - クラス のstaticメソッドorg.codelibs.core.lang.MethodUtil
Methodオブジェクトによって表される基本となるメソッドを、指定したオブジェクトに対して指定したパラメータで呼び出します。
invokeStatic(Object...) - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
invokeStatic(Object...) - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
staticなメソッドを呼び出してその戻り値を返します。
invokeStatic(Method, Object...) - クラス のstaticメソッドorg.codelibs.core.lang.MethodUtil
Methodオブジェクトによって表される基本となるstaticメソッドを、指定したパラメータで呼び出します。
IORuntimeException - org.codelibs.core.exceptionの例外
IOExceptionをラップする例外です。
IORuntimeException(IOException) - 例外 のコンストラクタorg.codelibs.core.exception.IORuntimeException
IORuntimeExceptionを作成します。
isAbstract() - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
isAbstract() - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
abstractメソッドの場合はtrueを返します。
isAbstract(int) - クラス のstaticメソッドorg.codelibs.core.lang.ModifierUtil
abstractかどうか返します。
isAbstract(Class<?>) - クラス のstaticメソッドorg.codelibs.core.lang.ModifierUtil
abstractかどうか返します。
isAbstract(Method) - クラス のstaticメソッドorg.codelibs.core.lang.MethodUtil
abstractかどうかを返します。
isAncestor(ClassLoader, ClassLoader) - クラス のstaticメソッドorg.codelibs.core.lang.ClassLoaderUtil
クラスローダotherがクラスローダclの祖先ならtrue を返します。
isArray(Object) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
オブジェクトが配列の場合はtrueを返します。
isAsciiPrintable(CharSequence) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
Checks if the CharSequence contains only ASCII printable characters.
isAssignableFrom(Class<?>, Class<?>) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
代入可能かどうかを返します。
isBlank(String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
ブランクかどうか返します。
isCanceled() - クラス のメソッドorg.codelibs.core.timer.TimeoutTask
キャンセルされているかどうかを返します。
isDebugEnabled() - クラス のメソッドorg.codelibs.core.log.Logger
DEBUG情報が出力されるかどうかを返します。
isEmpty() - クラス のメソッドorg.codelibs.core.collection.ArrayMap
 
isEmpty() - クラス のメソッドorg.codelibs.core.collection.CaseInsensitiveSet
 
isEmpty() - クラス のメソッドorg.codelibs.core.collection.LruHashSet
Returns true if this set contains no elements.
isEmpty() - クラス のメソッドorg.codelibs.core.collection.SLinkedList
空かどうかを返します。
isEmpty() - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
isEmpty(boolean[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullまたは長さが0の場合はtrueを返します。
isEmpty(byte[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullまたは長さが0の場合はtrueを返します。
isEmpty(char[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullまたは長さが0の場合はtrueを返します。
isEmpty(double[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullまたは長さが0の場合はtrueを返します。
isEmpty(float[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullまたは長さが0の場合はtrueを返します。
isEmpty(int[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullまたは長さが0の場合はtrueを返します。
isEmpty(long[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullまたは長さが0の場合はtrueを返します。
isEmpty(short[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullまたは長さが0の場合はtrueを返します。
isEmpty(String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
文字列がnullまたは空文字列ならtrueを返します。
isEmpty(Collection<?>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
Collectionがnullまたは要素が無い場合はtrueを返します。
isEmpty(Map<?, ?>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
Mapがnullまたは要素が無い場合はtrueを返します。
isEmpty(T[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullまたは長さが0の場合はtrueを返します。
isEnabledFor(Logger.LogLevel) - クラス のメソッドorg.codelibs.core.log.Logger
指定のログレベルが有効ならtrueを返します.
isEqualsMethod(Method) - クラス のstaticメソッドorg.codelibs.core.lang.MethodUtil
equals(Object)メソッドかどうかを返します。
isExist(String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
コンテキストクラスローダにリソースが存在するかどうかを返します。
isExistClass(String) - クラス のメソッドorg.codelibs.core.io.TraversalUtil.FileSystemTraverser
 
isExistClass(String) - クラス のメソッドorg.codelibs.core.io.TraversalUtil.JarFileTraverser
 
isExistClass(String) - クラス のメソッドorg.codelibs.core.io.TraversalUtil.VfsZipTraverser
 
isExistClass(String) - インタフェース のメソッドorg.codelibs.core.io.Traverser
指定されたクラス名に対応するクラスファイルがこのインスタンスが扱うリソースの中に存在すればtrueを返します。
isExpired() - クラス のメソッドorg.codelibs.core.timer.TimeoutTask
期限切れかどうかを返します。
isFinal() - インタフェース のメソッドorg.codelibs.core.beans.FieldDesc
finalフィールドの場合はtrueを返します。
isFinal() - クラス のメソッドorg.codelibs.core.beans.impl.FieldDescImpl
 
isFinal() - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
isFinal() - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
finalメソッドの場合はtrueを返します。
isFinal(int) - クラス のstaticメソッドorg.codelibs.core.lang.ModifierUtil
finalかどうか返します。
isFinal(Method) - クラス のstaticメソッドorg.codelibs.core.lang.MethodUtil
finalかどうかを返します。
isFinal(Method) - クラス のstaticメソッドorg.codelibs.core.lang.ModifierUtil
finalかどうか返します。
isFinalField(Field) - クラス のstaticメソッドorg.codelibs.core.lang.FieldUtil
ファイナルフィールドかどうか返します。
isHashCodeMethod(Method) - クラス のstaticメソッドorg.codelibs.core.lang.MethodUtil
hashCode()メソッドかどうか返します。
isInfoEnabled() - クラス のメソッドorg.codelibs.core.log.Logger
INFO情報が出力されるかどうかを返します。
isInstanceField(Field) - クラス のstaticメソッドorg.codelibs.core.lang.FieldUtil
インスタンスフィールドかどうか返します。
isInstanceField(Field) - クラス のstaticメソッドorg.codelibs.core.lang.ModifierUtil
インスタンスフィールドかどうかを返します。
isNotArray(Object) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
オブジェクトが配列でない場合はtrueを返します。
isNotBlank(String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
ブランクではないかどうか返します。
isNotEmpty(boolean[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullでも長さが0でもない場合はtrueを返します。
isNotEmpty(byte[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullでも長さが0でもない場合はtrueを返します。
isNotEmpty(char[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullでも長さが0でもない場合はtrueを返します。
isNotEmpty(double[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullでも長さが0でもない場合はtrueを返します。
isNotEmpty(float[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullでも長さが0でもない場合はtrueを返します。
isNotEmpty(int[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullでも長さが0でもない場合はtrueを返します。
isNotEmpty(long[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullでも長さが0でもない場合はtrueを返します。
isNotEmpty(short[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullでも長さが0でもない場合はtrueを返します。
isNotEmpty(String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
文字列がnullでも空文字列でもなければtrueを返します。
isNotEmpty(Collection<?>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
Collectionがnullでも要素が無いわけでもない場合はtrueを返します。
isNotEmpty(Map<?, ?>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
Mapがnullでも要素が無いわけでもない場合はtrueを返します。
isNotEmpty(T[]) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列がnullでも長さが0でもない場合はtrueを返します。
isNumber(String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
文字列が数値のみで構成されているかどうかを返します。
isParameterized() - インタフェース のメソッドorg.codelibs.core.beans.FieldDesc
このフィールドがパラメタ化された型の場合はtrueを返します。
isParameterized() - クラス のメソッドorg.codelibs.core.beans.impl.FieldDescImpl
 
isParameterized() - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
isParameterized() - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
isParameterized() - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
戻り値型がパラメタ化された型の場合はtrueを返します。
isParameterized() - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
このプロパティがパラメタ化された型の場合はtrueを返します。
isParameterized(int) - インタフェース のメソッドorg.codelibs.core.beans.ConstructorDesc
コンストラクタの引数型がパラメタ化された型の場合はtrueを返します。
isParameterized(int) - クラス のメソッドorg.codelibs.core.beans.impl.ConstructorDescImpl
 
isParameterized(int) - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
isParameterized(int) - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
メソッドの引数型がパラメタ化された型の場合はtrueを返します。
isParameterizedClass() - クラス のメソッドorg.codelibs.core.beans.impl.ParameterizedClassDescImpl
 
isParameterizedClass() - インタフェース のメソッドorg.codelibs.core.beans.ParameterizedClassDesc
このインスタンスが表現するクラスがパラメタ化されていればtrueを返します。
isPermanent() - クラス のメソッドorg.codelibs.core.timer.TimeoutTask
永続的かどうかを返します。
isPublic() - インタフェース のメソッドorg.codelibs.core.beans.ConstructorDesc
publicコンストラクタの場合はtrueを返します。
isPublic() - インタフェース のメソッドorg.codelibs.core.beans.FieldDesc
publicフィールドの場合はtrueを返します。
isPublic() - クラス のメソッドorg.codelibs.core.beans.impl.ConstructorDescImpl
 
isPublic() - クラス のメソッドorg.codelibs.core.beans.impl.FieldDescImpl
 
isPublic() - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
isPublic() - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
publicメソッドの場合はtrueを返します。
isPublic(int) - クラス のstaticメソッドorg.codelibs.core.lang.ModifierUtil
publicかどうか返します。
isPublic(Constructor<?>) - クラス のstaticメソッドorg.codelibs.core.lang.ConstructorUtil
publicかどうかを返します。
isPublic(Field) - クラス のstaticメソッドorg.codelibs.core.lang.ModifierUtil
publicかどうか返します。
isPublic(Method) - クラス のstaticメソッドorg.codelibs.core.lang.MethodUtil
publicかどうかを返します。
isPublic(Method) - クラス のstaticメソッドorg.codelibs.core.lang.ModifierUtil
publicかどうか返します。
isPublicField(Field) - クラス のstaticメソッドorg.codelibs.core.lang.FieldUtil
パブリックフィールドかどうか返します。
isPublicStaticFinal(int) - クラス のstaticメソッドorg.codelibs.core.lang.ModifierUtil
public,static,finalかどうか返します。
isPublicStaticFinalField(Field) - クラス のstaticメソッドorg.codelibs.core.lang.ModifierUtil
public,static,finalかどうか返します。
isReadable() - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
isReadable() - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
プロパティの値が取得できるかどうかを返します。
isStatic() - インタフェース のメソッドorg.codelibs.core.beans.FieldDesc
staticフィールドの場合はtrueを返します。
isStatic() - クラス のメソッドorg.codelibs.core.beans.impl.FieldDescImpl
 
isStatic() - クラス のメソッドorg.codelibs.core.beans.impl.MethodDescImpl
 
isStatic() - インタフェース のメソッドorg.codelibs.core.beans.MethodDesc
staticメソッドの場合はtrueを返します。
isStatic(int) - クラス のstaticメソッドorg.codelibs.core.lang.ModifierUtil
staticかどうか返します。
isStatic(Method) - クラス のstaticメソッドorg.codelibs.core.lang.MethodUtil
staticかどうかを返します。
isStopped() - クラス のメソッドorg.codelibs.core.timer.TimeoutTask
止まっているかどうか返します。
isSuitable(Class<?>[], Object[], boolean) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
引数が引数型に適合するかチェックします。
isTarget(Class<?>) - クラス のメソッドorg.codelibs.core.beans.converter.DateConverter
 
isTarget(Class<?>) - インタフェース のメソッドorg.codelibs.core.beans.Converter
このコンバータの変換対象ならtrueを返します。
isTarget(Class<?>) - クラス のメソッドorg.codelibs.core.beans.converter.NumberConverter
 
isTarget(Class<?>) - クラス のメソッドorg.codelibs.core.beans.converter.SqlDateConverter
 
isTarget(Class<?>) - クラス のメソッドorg.codelibs.core.beans.converter.TimeConverter
 
isTarget(Class<?>) - クラス のメソッドorg.codelibs.core.beans.converter.TimestampConverter
 
isTargetProperty(String) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
対象のプロパティかどうかを返します。
isTargetValue(Object) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
値がコピーの対象ならtrueを返します。
isToStringMethod(Method) - クラス のstaticメソッドorg.codelibs.core.lang.MethodUtil
toString()メソッドかどうか返します。
isTransient(int) - クラス のstaticメソッドorg.codelibs.core.lang.ModifierUtil
transientかどうか返します。
isTransient(Field) - クラス のstaticメソッドorg.codelibs.core.lang.ModifierUtil
transientかどうか返します。
isTypeOf(Type, Class<?>) - クラス のstaticメソッドorg.codelibs.core.lang.GenericsUtil
typeの原型がclazzに代入可能であればtrueを、 それ以外の場合はfalseを返します。
isUpdated() - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
isWritable() - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
isWritable() - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
プロパティの値が設定できるかどうかを返します。
items - クラス の変数org.codelibs.core.collection.ArrayIterator
イテレートする要素の配列
iterable(E) - クラス のstaticメソッドorg.codelibs.core.collection.SingleValueIterator
for each構文で使用するためにSingleValueIteratorをラップしたIterableを返します。
iterable(BufferedReader) - クラス のstaticメソッドorg.codelibs.core.io.LineIterator
for each構文で使用するためにLineIteratorをラップしたIterableを返します。
iterable(Reader) - クラス のstaticメソッドorg.codelibs.core.io.LineIterator
for each構文で使用するためにLineIteratorをラップしたIterableを返します。
iterable(Class<?>) - クラス のstaticメソッドorg.codelibs.core.lang.ClassIterator
for each構文で使用するためにClassIteratorをラップしたIterableを返します。
iterable(Class<?>, boolean) - クラス のstaticメソッドorg.codelibs.core.lang.ClassIterator
for each構文で使用するためにClassIteratorをラップしたIterableを返します。
iterable(ClassLoader) - クラス のstaticメソッドorg.codelibs.core.lang.ClassLoaderIterator
for each構文で使用するためにClassLoaderIteratorをラップしたIterableを返します。
iterable(Iterable<E>...) - クラス のstaticメソッドorg.codelibs.core.collection.MultiIterator
for each構文で使用するためにMultiIteratorをラップしたIterableを返します。
iterable(Enumeration<T>) - クラス のstaticメソッドorg.codelibs.core.collection.EnumerationIterator
for each構文で使用するためにEnumerationをラップしたIterableを返します。
iterable(Iterator<E>...) - クラス のstaticメソッドorg.codelibs.core.collection.MultiIterator
for each構文で使用するためにMultiIteratorをラップしたIterableを返します。
iterable(T...) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayIterator
for each構文で使用するために配列をラップしたIterableを返します。
iterator - クラス の変数org.codelibs.core.collection.IndexedIterator
iterator - クラス の変数org.codelibs.core.collection.IteratorEnumeration
反復子
iterator() - クラス のメソッドorg.codelibs.core.collection.CaseInsensitiveSet
 
iterator() - クラス のメソッドorg.codelibs.core.collection.LruHashSet
Returns an iterator over the elements in this set.
IteratorEnumeration<T> - org.codelibs.core.collectionのクラス
IteratorEnumerationにするためのアダブタです。
IteratorEnumeration(Iterable<T>) - クラス のコンストラクタorg.codelibs.core.collection.IteratorEnumeration
IteratorEnumerationを作成します。
IteratorEnumeration(Iterator<T>) - クラス のコンストラクタorg.codelibs.core.collection.IteratorEnumeration
IteratorEnumerationを作成します。
iterators - クラス の変数org.codelibs.core.collection.MultiIterator
Iteratorの配列

J

jarFile - クラス の変数org.codelibs.core.io.TraversalUtil.JarFileTraverser
Jarファイルです。
JarFileTraverser(URL, String, String) - クラス のコンストラクタorg.codelibs.core.io.TraversalUtil.JarFileTraverser
インスタンスを構築します。
JarFileTraverser(JarFile, String, String) - クラス のコンストラクタorg.codelibs.core.io.TraversalUtil.JarFileTraverser
インスタンスを構築します。
JarFileUtil - org.codelibs.core.jarのクラス
JarFileを扱うユーティリティクラスです。
JarFileUtil() - クラス のコンストラクタorg.codelibs.core.jar.JarFileUtil
 
JarInputStreamUtil - org.codelibs.core.jarのクラス
JarInputStream用のユーティリティクラスです。
JarInputStreamUtil() - クラス のコンストラクタorg.codelibs.core.jar.JarInputStreamUtil
 
JarURLConnectionUtil - org.codelibs.core.netのクラス
JarURLConnection用のユーティリティクラスです。
JarURLConnectionUtil() - クラス のコンストラクタorg.codelibs.core.net.JarURLConnectionUtil
 
JAVA_IO_TMPDIR - クラス のstatic変数org.codelibs.core.lang.SystemUtil
java.io.tmpdir システムプロパティ。
JsonUtil - org.codelibs.core.textのクラス
JSON utilities.
JsonUtil() - クラス のコンストラクタorg.codelibs.core.text.JsonUtil
Defualt constructor.

K

key - クラス の変数org.codelibs.core.collection.ArrayMap.Entry
キー
key - クラス の変数org.codelibs.core.crypto.CachedCipher
 
keys() - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
keySet() - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 

L

last - クラス の変数org.codelibs.core.collection.ArrayMap.ArrayMapIterator
最後にアクセスした要素のインデックス
lastChecked - クラス の変数org.codelibs.core.misc.DynamicProperties
 
lastModified - クラス の変数org.codelibs.core.misc.DynamicProperties
 
level - クラス の変数org.codelibs.core.log.Logger.LogMessage
ログレベル
limitSize - クラス の変数org.codelibs.core.collection.LruHashMap
上限サイズです。
line - クラス の変数org.codelibs.core.io.LineIterator
読み込み済みの文字列
LINE_SEPARATOR - クラス のstatic変数org.codelibs.core.lang.SystemUtil
line.separator システムプロパティ。
LineIterator - org.codelibs.core.ioのクラス
BufferedReaderから読み込んだ行単位の文字列を反復するIteratorです。
LineIterator(BufferedReader) - クラス のコンストラクタorg.codelibs.core.io.LineIterator
インスタンスを構築します。
LineIterator(Reader) - クラス のコンストラクタorg.codelibs.core.io.LineIterator
インスタンスを構築します。
linkedHashMap(KEY, VALUE) - クラス のstaticメソッドorg.codelibs.core.collection.Maps
指定されたキーと値を持つLinkedHashMapを構築するためのMapsを返します。
list(PrintStream) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
list(PrintWriter) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
listTable - クラス の変数org.codelibs.core.collection.ArrayMap
配列としてのエントリ
load() - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
load(InputStream) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
load(Reader) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
load(Properties, File) - クラス のstaticメソッドorg.codelibs.core.io.PropertiesUtil
プラットフォームデフォルトエンコーディングでファイルを読み込んでPropertiesにロードします(例外処理はラップします)。
load(Properties, File, String) - クラス のstaticメソッドorg.codelibs.core.io.PropertiesUtil
指定のエンコーディングでファイルを読み込んでPropertiesにロードします(例外処理はラップします)。
load(Properties, InputStream) - クラス のstaticメソッドorg.codelibs.core.io.PropertiesUtil
Properties.load(InputStream)の例外処理をラップします。
load(Properties, Reader) - クラス のstaticメソッドorg.codelibs.core.io.PropertiesUtil
Properties.load(Reader)の例外処理をラップします。
load(Properties, String) - クラス のstaticメソッドorg.codelibs.core.io.PropertiesUtil
コンテキストクラスローダからリソースを読み込んでPropertiesにロードします(例外処理はラップします)。
load(Properties, URL) - クラス のstaticメソッドorg.codelibs.core.io.PropertiesUtil
URLを読み込んでPropertiesにロードします(例外処理はラップします)。
LOAD_FACTOR - クラス のstatic変数org.codelibs.core.collection.ArrayMap
負荷係数のデフォルト値
loadClass(ClassLoader, String) - クラス のstaticメソッドorg.codelibs.core.lang.ClassLoaderUtil
指定されたバイナリ名を持つクラスをロードします。
loadFromXML(InputStream) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
locale - クラス の変数org.codelibs.core.convert.DateConversionUtil.DateFormatIterator
ロケール
locale - クラス の変数org.codelibs.core.convert.DateConversionUtil.PlainDateFormatIterator
ロケール
locale - クラス の変数org.codelibs.core.convert.TimeConversionUtil.DateFormatIterator
ロケール
locale - クラス の変数org.codelibs.core.convert.TimeConversionUtil.PlainDateFormatIterator
ロケール
locale - クラス の変数org.codelibs.core.convert.TimestampConversionUtil.DateFormatIterator
ロケール
locale - クラス の変数org.codelibs.core.convert.TimestampConversionUtil.PlainDateFormatIterator
ロケール
LocaleUtil - org.codelibs.core.miscのクラス
Locale用のユーティリティクラスです。
LocaleUtil() - クラス のコンストラクタorg.codelibs.core.misc.LocaleUtil
 
localize(Calendar) - クラス のstaticメソッドorg.codelibs.core.convert.CalendarConversionUtil
ローカルのTimeZoneLocaleをもつCalendarに変換します。
log(String, Object...) - クラス のメソッドorg.codelibs.core.log.Logger
ログを出力します。
log(Throwable) - クラス のメソッドorg.codelibs.core.log.Logger
ログを出力します。
log(Logger.LogMessage) - クラス のメソッドorg.codelibs.core.log.Logger
ログを出力します。
log(Logger.LogMessage, Throwable) - クラス のメソッドorg.codelibs.core.log.Logger
ログを出力します。
Logger - org.codelibs.core.logのクラス
ログ出力を提供するクラスです。
Logger(Class<?>) - クラス のコンストラクタorg.codelibs.core.log.Logger
インスタンスを構築します。
Logger.LogLevel - org.codelibs.core.logの列挙型
ログの出力レベルです。
Logger.LogMessage - org.codelibs.core.logのクラス
ログ出力するメッセージです。
loggers - クラス のstatic変数org.codelibs.core.log.Logger
クラスをキーとするロガー のマップ
LogMessage(Logger.LogLevel, String) - クラス のコンストラクタorg.codelibs.core.log.Logger.LogMessage
インスタンスを構築します。
LongConversionUtil - org.codelibs.core.convertのクラス
Long用の変換ユーティリティです。
LongConversionUtil() - クラス のコンストラクタorg.codelibs.core.convert.LongConversionUtil
 
lookup(InitialContext, String) - クラス のstaticメソッドorg.codelibs.core.naming.InitialContextUtil
指定した初期コンテキストから指定されたオブジェクトを取得して返します。
LruHashMap<K,​V> - org.codelibs.core.collectionのクラス
エントリ数の上限を持ち、新しいエントリが追加されるとLRUで古いエントリを破棄するHashMapです。
LruHashMap(int) - クラス のコンストラクタorg.codelibs.core.collection.LruHashMap
LruHashMapを作成します。
LruHashMap(int, int, float) - クラス のコンストラクタorg.codelibs.core.collection.LruHashMap
LruHashMapを作成します。
LruHashSet<E> - org.codelibs.core.collectionのクラス
 
LruHashSet(int) - クラス のコンストラクタorg.codelibs.core.collection.LruHashSet
 
ltrim(String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
左側の空白を削ります。
ltrim(String, String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
左側の指定した文字列を削ります。

M

map - クラス の変数org.codelibs.core.collection.Maps
作成対象のMap
map(FileChannel, FileChannel.MapMode) - クラス のstaticメソッドorg.codelibs.core.nio.ChannelUtil
ファイルチャネルをメモリにマップしたByteBufferを返します。
map(KEY, VALUE) - クラス のstaticメソッドorg.codelibs.core.collection.Maps
指定されたキーと値を持つMapを構築するためのMapsを返します。
mapDelimiter - クラス の変数org.codelibs.core.beans.util.CopyOptions
Mapのデリミタです。
mapDelimiter(char) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
Mapのデリミタを設定します。
mapDelimiter(char) - クラス のstaticメソッドorg.codelibs.core.beans.util.CopyOptionsUtil
Mapのデリミタを設定したCopyOptionsを返します。
Maps<K,​V> - org.codelibs.core.collectionのクラス
簡潔な記述でMapのインスタンスを生成して値を設定するためのユーティリティクラスです。
Maps(Map<K, V>) - クラス のコンストラクタorg.codelibs.core.collection.Maps
インスタンスを構築します。
mapTable - クラス の変数org.codelibs.core.collection.ArrayMap
マップとしてのエントリ
MAX_BUF_SIZE - クラス のstatic変数org.codelibs.core.io.FileUtil
Max Buffer Size
message - クラス の変数org.codelibs.core.log.Logger.LogMessage
ログメッセージ
messageCode - 例外 の変数org.codelibs.core.exception.ClIllegalArgumentException
メッセージコード
MessageDigestUtil - org.codelibs.core.securityのクラス
MessageDigestを扱うユーティリティです。
MessageDigestUtil() - クラス のコンストラクタorg.codelibs.core.security.MessageDigestUtil
 
MessageFormatter - org.codelibs.core.messageのクラス
メッセージコードと引数からメッセージを組み立てるクラスです。
MessageFormatter() - クラス のコンストラクタorg.codelibs.core.message.MessageFormatter
 
MESSAGES - クラス のstatic変数org.codelibs.core.message.MessageFormatter
メッセージコードに対応するリソースバンドル名の接尾辞
method - クラス の変数org.codelibs.core.beans.impl.MethodDescImpl
メソッド
MethodDesc - org.codelibs.core.beansのインタフェース
メソッドを扱うためのインターフェースです。
MethodDescImpl - org.codelibs.core.beans.implのクラス
MethodDescの実装クラスです。
MethodDescImpl(BeanDesc, Method) - クラス のコンストラクタorg.codelibs.core.beans.impl.MethodDescImpl
インスタンスを構築します。
methodDescsCache - クラス の変数org.codelibs.core.beans.impl.BeanDescImpl
メソッド名からMethodDesc配列へのマップ
methodName - クラス の変数org.codelibs.core.beans.impl.MethodDescImpl
メソッド名
MethodNotFoundRuntimeException - org.codelibs.core.exceptionの例外
Methodが見つからなかったときにスローされる例外です。
MethodNotFoundRuntimeException(Class<?>, String, Class<?>[]) - 例外 のコンストラクタorg.codelibs.core.exception.MethodNotFoundRuntimeException
MethodNotFoundRuntimeExceptionを作成します。
MethodNotFoundRuntimeException(Class<?>, String, Object[]) - 例外 のコンストラクタorg.codelibs.core.exception.MethodNotFoundRuntimeException
MethodNotFoundRuntimeExceptionを作成します。
MethodNotStaticRuntimeException - org.codelibs.core.exceptionの例外
オブジェクトを指定せずに非staticなMethodにアクセスした場合にスローされる例外です。
MethodNotStaticRuntimeException(Class<?>, String) - 例外 のコンストラクタorg.codelibs.core.exception.MethodNotStaticRuntimeException
MethodNotStaticRuntimeExceptionを作成します。
MethodUtil - org.codelibs.core.langのクラス
Method用のユーティリティクラスです。
MethodUtil() - クラス のコンストラクタorg.codelibs.core.lang.MethodUtil
 
MimeTypeUtil - org.codelibs.core.netのクラス
Mimeタイプ用のユーティリティクラスです。
MimeTypeUtil() - クラス のコンストラクタorg.codelibs.core.net.MimeTypeUtil
 
MINUS_SIGN - クラス のstatic変数org.codelibs.core.convert.StringConversionUtil
MINUS SIGN
ModifierUtil - org.codelibs.core.langのクラス
Modifier用のユーティリティクラスです。
ModifierUtil() - クラス のコンストラクタorg.codelibs.core.lang.ModifierUtil
 
MultiIterator<E> - org.codelibs.core.collectionのクラス
複数のIteratorを一つのIteratorのように反復するためのIteratorです。
MultiIterator(Iterator<E>...) - クラス のコンストラクタorg.codelibs.core.collection.MultiIterator
インスタンスを構築します。

N

NamingRuntimeException - org.codelibs.core.exceptionの例外
NamingExceptionをラップする例外です。
NamingRuntimeException(NamingException) - 例外 のコンストラクタorg.codelibs.core.exception.NamingRuntimeException
NamingRuntimeExceptionを作成します。
newArrayBlockingQueue(int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ArrayBlockingQueueの新しいインスタンスを作成して返します。
newArrayBlockingQueue(int, boolean) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ArrayBlockingQueueの新しいインスタンスを作成して返します。
newArrayBlockingQueue(int, boolean, Collection<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ArrayBlockingQueueの新しいインスタンスを作成して返します。
newArrayDeque() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ArrayDequeの新しいインスタンスを作成して返します。
newArrayDeque(int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ArrayDequeの新しいインスタンスを作成して返します。
newArrayDeque(Collection<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ArrayDequeの新しいインスタンスを作成して返します。
newArrayList() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ArrayListの新しいインスタンスを作成して返します。
newArrayList(int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ArrayListの新しいインスタンスを作成して返します。
newArrayList(Collection<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ArrayListの新しいインスタンスを作成して返します。
newConcurrentHashMap() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ConcurrentHashMapの新しいインスタンスを作成して返します。
newConcurrentHashMap(int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ConcurrentHashMapの新しいインスタンスを作成して返します。
newConcurrentHashMap(int, float, int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ConcurrentHashMapの新しいインスタンスを作成して返します。
newConcurrentHashMap(Map<? extends K, ? extends V>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ConcurrentHashMapの新しいインスタンスを作成して返します。
newConcurrentLinkedQueue() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ConcurrentLinkedQueueの新しいインスタンスを作成して返します。
newConcurrentLinkedQueue(Collection<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ConcurrentLinkedQueueの新しいインスタンスを作成して返します。
newConcurrentSkipListMap() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ConcurrentSkipListMapの新しいインスタンスを作成して返します。
newConcurrentSkipListMap(Comparator<? super K>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ConcurrentSkipListMapの新しいインスタンスを作成して返します。
newConcurrentSkipListMap(Map<? extends K, ? extends V>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ConcurrentSkipListMapの新しいインスタンスを作成して返します。
newConcurrentSkipListMap(SortedMap<K, ? extends V>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ConcurrentSkipListMapの新しいインスタンスを作成して返します。
newConcurrentSkipListSet() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ConcurrentSkipListSetの新しいインスタンスを作成して返します。
newConcurrentSkipListSet(Collection<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ConcurrentSkipListSetの新しいインスタンスを作成して返します。
newConcurrentSkipListSet(Comparator<? super E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ConcurrentSkipListSetの新しいインスタンスを作成して返します。
newConcurrentSkipListSet(SortedSet<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
ConcurrentSkipListSetの新しいインスタンスを作成して返します。
newCopyOnWriteArrayList() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
CopyOnWriteArrayListの新しいインスタンスを作成して返します。
newCopyOnWriteArrayList(E[]) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
CopyOnWriteArrayListの新しいインスタンスを作成して返します。
newCopyOnWriteArrayList(Collection<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
CopyOnWriteArrayListの新しいインスタンスを作成して返します。
newCopyOnWriteArraySet() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
CopyOnWriteArraySetの新しいインスタンスを作成して返します。
newCopyOnWriteArraySet(Collection<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
CopyOnWriteArraySetの新しいインスタンスを作成して返します。
newDelayQueue() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
DelayQueueの新しいインスタンスを作成して返します。
newDelayQueue(Collection<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
DelayQueueの新しいインスタンスを作成して返します。
newDocumentBuilder() - クラス のstaticメソッドorg.codelibs.core.xml.DocumentBuilderFactoryUtil
新しい DocumentBuilderを作成します。
newEnumMap(Class<K>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
EnumMapの新しいインスタンスを作成して返します。
newEnumMap(EnumMap<K, ? extends V>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
EnumMapの新しいインスタンスを作成して返します。
newEnumMap(Map<K, ? extends V>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
EnumMapの新しいインスタンスを作成して返します。
newHashMap() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
HashMapの新しいインスタンスを作成して返します。
newHashMap(int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
HashMapの新しいインスタンスを作成して返します。
newHashMap(int, float) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
HashMapの新しいインスタンスを作成して返します。
newHashMap(Map<? extends K, ? extends V>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
HashMapの新しいインスタンスを作成して返します。
newHashSet() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
HashSetの新しいインスタンスを作成して返します。
newHashSet(int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
HashSetの新しいインスタンスを作成して返します。
newHashSet(int, float) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
HashSetの新しいインスタンスを作成して返します。
newHashSet(Collection<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
HashSetの新しいインスタンスを作成して返します。
newHashtable() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
Hashtableの新しいインスタンスを作成して返します。
newHashtable(int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
Hashtableの新しいインスタンスを作成して返します。
newHashtable(int, float) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
Hashtableの新しいインスタンスを作成して返します。
newHashtable(Map<? extends K, ? extends V>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
Hashtableの新しいインスタンスを作成して返します。
newIdentityHashMap() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
IdentityHashMapの新しいインスタンスを作成して返します。
newIdentityHashMap(int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
IdentityHashMapの新しいインスタンスを作成して返します。
newIdentityHashMap(Map<? extends K, ? extends V>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
IdentityHashMapの新しいインスタンスを作成して返します。
newInstance() - クラス のstaticメソッドorg.codelibs.core.xml.DocumentBuilderFactoryUtil
新しい DocumentBuilderFactoryのインスタンスを返します。
newInstance() - クラス のstaticメソッドorg.codelibs.core.xml.SAXParserFactoryUtil
SAXParserFactoryの新しいインスタンスを作成します。
newInstance(Class<T>) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
指定されたクラスのデフォルトコンストラクタで、クラスの新しいインスタンスを作成および初期化します。
newInstance(Object...) - インタフェース のメソッドorg.codelibs.core.beans.BeanDesc
新しいインスタンスを作成します。
newInstance(Object...) - インタフェース のメソッドorg.codelibs.core.beans.ConstructorDesc
コンストラクタを呼び出して生成したインスタンスを返します。
newInstance(Object...) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
 
newInstance(Object...) - クラス のメソッドorg.codelibs.core.beans.impl.ConstructorDescImpl
 
newInstance(Constructor<T>, Object...) - クラス のstaticメソッドorg.codelibs.core.lang.ConstructorUtil
指定された初期化パラメータで、コンストラクタの宣言クラスの新しいインスタンスを作成および初期化します。
newInstance(String) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
指定されたクラスをコンテキストクラスローダから取得し、デフォルトコンストラクタで、クラスの新しいインスタンスを作成および初期化します。
newInstance(String, ClassLoader) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
指定されたクラスを指定のクラスローダから取得し、デフォルトコンストラクタで、クラスの新しいインスタンスを作成および初期化します。
newLinkedBlockingDeque() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
LinkedBlockingDequeの新しいインスタンスを作成して返します。
newLinkedBlockingDeque(int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
LinkedBlockingDequeの新しいインスタンスを作成して返します。
newLinkedBlockingDeque(Collection<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
LinkedBlockingDequeの新しいインスタンスを作成して返します。
newLinkedBlockingQueue() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
LinkedBlockingQueueの新しいインスタンスを作成して返します。
newLinkedBlockingQueue(int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
LinkedBlockingQueueの新しいインスタンスを作成して返します。
newLinkedBlockingQueue(Collection<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
LinkedBlockingQueueの新しいインスタンスを作成して返します。
newLinkedHashMap() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
LinkedHashMapの新しいインスタンスを作成して返します。
newLinkedHashMap(int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
LinkedHashMapの新しいインスタンスを作成して返します。
newLinkedHashMap(int, float) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
LinkedHashMapの新しいインスタンスを作成して返します。
newLinkedHashMap(Map<? extends K, ? extends V>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
LinkedHashMapの新しいインスタンスを作成して返します。
newLinkedHashSet() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
LinkedHashSetの新しいインスタンスを作成して返します。
newLinkedHashSet(int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
LinkedHashSetの新しいインスタンスを作成して返します。
newLinkedHashSet(int, float) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
LinkedHashSetの新しいインスタンスを作成して返します。
newLinkedHashSet(Collection<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
LinkedHashSetの新しいインスタンスを作成して返します。
newLinkedList() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
LinkedListの新しいインスタンスを作成して返します。
newLinkedList(Collection<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
LinkedListの新しいインスタンスを作成して返します。
newPriorityBlockingQueue() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
PriorityBlockingQueueの新しいインスタンスを作成して返します。
newPriorityBlockingQueue(int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
PriorityBlockingQueueの新しいインスタンスを作成して返します。
newPriorityBlockingQueue(int, Comparator<? super E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
PriorityBlockingQueueの新しいインスタンスを作成して返します。
newPriorityBlockingQueue(Collection<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
PriorityBlockingQueueの新しいインスタンスを作成して返します。
newPriorityQueue() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
PriorityQueueの新しいインスタンスを作成して返します。
newPriorityQueue(int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
PriorityQueueの新しいインスタンスを作成して返します。
newPriorityQueue(int, Comparator<? super E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
PriorityQueueの新しいインスタンスを作成して返します。
newPriorityQueue(Collection<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
PriorityQueueの新しいインスタンスを作成して返します。
newPriorityQueue(PriorityQueue<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
PriorityQueueの新しいインスタンスを作成して返します。
newPriorityQueue(SortedSet<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
PriorityQueueの新しいインスタンスを作成して返します。
newRelaxNgSchema(File) - クラス のstaticメソッドorg.codelibs.core.xml.SchemaUtil
ファイルからRELAX NGのためのSchemaを生成します。
newRelaxNgSchema(URL) - クラス のstaticメソッドorg.codelibs.core.xml.SchemaUtil
URLからRELAX NGのためのSchemaを生成します。
newRelaxNgSchema(Source) - クラス のstaticメソッドorg.codelibs.core.xml.SchemaUtil
SourceからRELAX NGのためのSchemaを生成します。
newRelaxNgSchemaFactory() - クラス のstaticメソッドorg.codelibs.core.xml.SchemaFactoryUtil
RELAX NGのためのSchemaFactoryを生成します。
newSAXParser() - クラス のstaticメソッドorg.codelibs.core.xml.SAXParserFactoryUtil
デフォルト構成のSAXParserFactoryを使ってSAXParserの新しいインスタンスを作成します。
newSAXParser(SAXParserFactory) - クラス のstaticメソッドorg.codelibs.core.xml.SAXParserFactoryUtil
指定のSAXParserFactoryを使ってSAXParserの新しいインスタンスを作成します。
newSchema(SchemaFactory, File) - クラス のstaticメソッドorg.codelibs.core.xml.SchemaUtil
指定のSchemaFactoryを使用してSchemaを作成します。
newSchema(SchemaFactory, URL) - クラス のstaticメソッドorg.codelibs.core.xml.SchemaUtil
指定のSchemaFactoryを使用してSchemaを作成します。
newSchema(SchemaFactory, Source) - クラス のstaticメソッドorg.codelibs.core.xml.SchemaUtil
指定のSchemaFactoryを使用してSchemaを作成します。
newStack() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
Stackの新しいインスタンスを作成して返します。
newStringUnsafe(char[]) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
 
newSynchronousQueue() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
SynchronousQueueの新しいインスタンスを作成して返します。
newSynchronousQueue(boolean) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
SynchronousQueueの新しいインスタンスを作成して返します。
newTreeMap() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
TreeMapの新しいインスタンスを作成して返します。
newTreeMap(Comparator<? super K>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
TreeMapの新しいインスタンスを作成して返します。
newTreeMap(Map<? extends K, ? extends V>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
TreeMapの新しいインスタンスを作成して返します。
newTreeMap(SortedMap<K, ? extends V>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
TreeMapの新しいインスタンスを作成して返します。
newTreeSet() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
TreeSetの新しいインスタンスを作成して返します。
newTreeSet(Collection<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
TreeSetの新しいインスタンスを作成して返します。
newTreeSet(Comparator<? super E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
TreeSetの新しいインスタンスを作成して返します。
newTreeSet(SortedSet<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
TreeSetの新しいインスタンスを作成して返します。
newVector() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
Vectorの新しいインスタンスを作成して返します。
newVector(int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
Vectorの新しいインスタンスを作成して返します。
newVector(int, int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
Vectorの新しいインスタンスを作成して返します。
newVector(Collection<? extends E>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
Vectorの新しいインスタンスを作成して返します。
newW3cXmlSchema(File) - クラス のstaticメソッドorg.codelibs.core.xml.SchemaUtil
ファイルからW3C XML SchemaのためのSchemaを生成します。
newW3cXmlSchema(URL) - クラス のstaticメソッドorg.codelibs.core.xml.SchemaUtil
URLからW3C XML SchemaのためのSchemaを生成します。
newW3cXmlSchema(Source) - クラス のstaticメソッドorg.codelibs.core.xml.SchemaUtil
SourceからW3C XML SchemaのためのSchemaを生成します。
newW3cXmlSchemaFactory() - クラス のstaticメソッドorg.codelibs.core.xml.SchemaFactoryUtil
W3C XML SchemaのためのSchemaFactoryを生成します。
newWeakHashMap() - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
WeakHashMapの新しいインスタンスを作成して返します。
newWeakHashMap(int) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
WeakHashMapの新しいインスタンスを作成して返します。
newWeakHashMap(int, float) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
WeakHashMapの新しいインスタンスを作成して返します。
newWeakHashMap(Map<? extends K, ? extends V>) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
WeakHashMapの新しいインスタンスを作成して返します。
next - クラス の変数org.codelibs.core.collection.ArrayMap.Entry
次のエントリ
next - クラス の変数org.codelibs.core.collection.SLinkedList.Entry
次のエントリ
next() - クラス のメソッドorg.codelibs.core.collection.ArrayIterator
 
next() - クラス のメソッドorg.codelibs.core.collection.ArrayMap.ArrayMapIterator
 
next() - クラス のメソッドorg.codelibs.core.collection.EmptyIterator
 
next() - クラス のメソッドorg.codelibs.core.collection.EnumerationIterator
 
next() - クラス のメソッドorg.codelibs.core.collection.IndexedIterator
 
next() - クラス のメソッドorg.codelibs.core.collection.MultiIterator
 
next() - クラス のメソッドorg.codelibs.core.collection.SingleValueIterator
 
next() - クラス のメソッドorg.codelibs.core.convert.DateConversionUtil.DateFormatIterator
 
next() - クラス のメソッドorg.codelibs.core.convert.DateConversionUtil.PlainDateFormatIterator
 
next() - クラス のメソッドorg.codelibs.core.convert.TimeConversionUtil.DateFormatIterator
 
next() - クラス のメソッドorg.codelibs.core.convert.TimeConversionUtil.PlainDateFormatIterator
 
next() - クラス のメソッドorg.codelibs.core.convert.TimestampConversionUtil.DateFormatIterator
 
next() - クラス のメソッドorg.codelibs.core.convert.TimestampConversionUtil.PlainDateFormatIterator
 
next() - クラス のメソッドorg.codelibs.core.io.LineIterator
 
next() - クラス のメソッドorg.codelibs.core.lang.ClassIterator
 
next() - クラス のメソッドorg.codelibs.core.lang.ClassLoaderIterator
 
next(ResultSet) - クラス のstaticメソッドorg.codelibs.core.sql.ResultSetUtil
結果セットを次に進めます。
nextElement() - クラス のメソッドorg.codelibs.core.collection.IteratorEnumeration
 
nextToken() - クラス のメソッドorg.codelibs.core.text.Tokenizer
次のトークンに進めます。
normalize(String) - クラス のstaticメソッドorg.codelibs.core.text.DecimalFormatUtil
数値の文字列での表記を正規化します。
normalize(String, Locale) - クラス のstaticメソッドorg.codelibs.core.text.DecimalFormatUtil
数値の文字列での表記をグルーピングセパレータを削除し、小数点を.であらわした標準形に正規化します。
NoSuchAlgorithmRuntimeException - org.codelibs.core.exceptionの例外
NoSuchAlgorithmExceptionをラップする例外です。
NoSuchAlgorithmRuntimeException(NoSuchAlgorithmException) - 例外 のコンストラクタorg.codelibs.core.exception.NoSuchAlgorithmRuntimeException
NoSuchAlgorithmRuntimeExceptionを作成します。
NoSuchConstructorRuntimeException - org.codelibs.core.exceptionの例外
Constructorが見つからない場合にスローされるNoSuchMethodExceptionをラップする例外です。
NoSuchConstructorRuntimeException(Class<?>, Class<?>[], Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.NoSuchConstructorRuntimeException
NoSuchFieldRuntimeException - org.codelibs.core.exceptionの例外
NoSuchFieldExceptionをラップする例外です。
NoSuchFieldRuntimeException(Class<?>, String, Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.NoSuchFieldRuntimeException
NoSuchFieldRuntimeExceptionを作成します。
NoSuchMethodRuntimeException - org.codelibs.core.exceptionの例外
NoSuchMethodExceptionをラップする例外です。
NoSuchMethodRuntimeException(Class<?>, String, Class<?>[], Throwable) - 例外 のコンストラクタorg.codelibs.core.exception.NoSuchMethodRuntimeException
NoSuchMethodRuntimeExceptionを作成します。
NoSuchPaddingRuntimeException - org.codelibs.core.exceptionの例外
NoSuchPaddingExceptionをラップする例外です。
NoSuchPaddingRuntimeException(NoSuchPaddingException) - 例外 のコンストラクタorg.codelibs.core.exception.NoSuchPaddingRuntimeException
NoSuchPaddingExceptionを作成します。
NOT_SIGN - クラス のstatic変数org.codelibs.core.convert.StringConversionUtil
NOT SIGN
NullArgumentException - org.codelibs.core.exceptionの例外
引数がnullだった場合にthrowする例外です。
NullArgumentException(String) - 例外 のコンストラクタorg.codelibs.core.exception.NullArgumentException
NullArgumentExceptionを作成します。
NumberConversionUtil - org.codelibs.core.convertのクラス
Number用の変換ユーティリティです。
NumberConversionUtil() - クラス のコンストラクタorg.codelibs.core.convert.NumberConversionUtil
 
numberConverter(String, CharSequence...) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
数値のコンバータを設定します。
numberConverter(String, CharSequence...) - クラス のstaticメソッドorg.codelibs.core.beans.util.CopyOptionsUtil
数値のコンバータを設定したCopyOptionsを返します。
NumberConverter - org.codelibs.core.beans.converterのクラス
数値用のコンバータです。
NumberConverter(String) - クラス のコンストラクタorg.codelibs.core.beans.converter.NumberConverter
インスタンスを構築します。

O

ObjectUtil - org.codelibs.core.langのクラス
Object用のユーティリティクラスです。
ObjectUtil() - クラス のコンストラクタorg.codelibs.core.lang.ObjectUtil
 
of(Consumer<Stream<T>>) - クラス のメソッドorg.codelibs.core.stream.StreamUtil.StreamOf
 
offerDecryptoCipher(Cipher) - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
offerEncryptoCipher(Cipher) - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
openConnection(URL) - クラス のstaticメソッドorg.codelibs.core.net.URLUtil
URLが参照するリモートオブジェクトへの接続を表すURLConnectionオブジェクトを返します。
openStream(URL) - クラス のstaticメソッドorg.codelibs.core.net.URLUtil
URLをオープンしてInputStreamを返します。
ordinaryChar(byte[], int) - クラス のstaticメソッドorg.codelibs.core.text.Tokenizer
単独で存在する文字として設定します。
org.codelibs.core - パッケージ org.codelibs.core
 
org.codelibs.core.beans - パッケージ org.codelibs.core.beans
 
org.codelibs.core.beans.converter - パッケージ org.codelibs.core.beans.converter
 
org.codelibs.core.beans.factory - パッケージ org.codelibs.core.beans.factory
 
org.codelibs.core.beans.impl - パッケージ org.codelibs.core.beans.impl
 
org.codelibs.core.beans.util - パッケージ org.codelibs.core.beans.util
 
org.codelibs.core.collection - パッケージ org.codelibs.core.collection
 
org.codelibs.core.concurrent - パッケージ org.codelibs.core.concurrent
 
org.codelibs.core.convert - パッケージ org.codelibs.core.convert
 
org.codelibs.core.crypto - パッケージ org.codelibs.core.crypto
 
org.codelibs.core.exception - パッケージ org.codelibs.core.exception
 
org.codelibs.core.io - パッケージ org.codelibs.core.io
 
org.codelibs.core.jar - パッケージ org.codelibs.core.jar
 
org.codelibs.core.lang - パッケージ org.codelibs.core.lang
 
org.codelibs.core.log - パッケージ org.codelibs.core.log
 
org.codelibs.core.message - パッケージ org.codelibs.core.message
 
org.codelibs.core.misc - パッケージ org.codelibs.core.misc
 
org.codelibs.core.naming - パッケージ org.codelibs.core.naming
 
org.codelibs.core.net - パッケージ org.codelibs.core.net
 
org.codelibs.core.nio - パッケージ org.codelibs.core.nio
 
org.codelibs.core.security - パッケージ org.codelibs.core.security
 
org.codelibs.core.sql - パッケージ org.codelibs.core.sql
 
org.codelibs.core.stream - パッケージ org.codelibs.core.stream
 
org.codelibs.core.text - パッケージ org.codelibs.core.text
 
org.codelibs.core.timer - パッケージ org.codelibs.core.timer
 
org.codelibs.core.xml - パッケージ org.codelibs.core.xml
 
org.codelibs.core.zip - パッケージ org.codelibs.core.zip
 
OS_NAME - クラス のstatic変数org.codelibs.core.lang.SystemUtil
os.name システムプロパティ。
OutputStreamUtil - org.codelibs.core.ioのクラス
OutputStream用のユーティリティクラスです。
OutputStreamUtil() - クラス のコンストラクタorg.codelibs.core.io.OutputStreamUtil
 

P

pair(T1, T2) - クラス のstaticメソッドorg.codelibs.core.misc.Pair
二つの値のペアを作成して返します。
Pair<T1,​T2> - org.codelibs.core.miscのクラス
二つの値のペアです。
Pair() - クラス のコンストラクタorg.codelibs.core.misc.Pair
インスタンスを構築します。
Pair(T1, T2) - クラス のコンストラクタorg.codelibs.core.misc.Pair
インスタンスを構築します。
PARALLEL_TO - クラス のstatic変数org.codelibs.core.convert.StringConversionUtil
PARALLEL TO
parameterizedClassDesc - クラス の変数org.codelibs.core.beans.impl.FieldDescImpl
パラメータ化された型の情報
parameterizedClassDesc - クラス の変数org.codelibs.core.beans.impl.MethodDescImpl
パラメータ化された戻り値型の情報
ParameterizedClassDesc - org.codelibs.core.beansのインタフェース
パラメタ化されたクラスを扱うためのインターフェースです。
ParameterizedClassDescFactory - org.codelibs.core.beans.factoryのクラス
フィールの型やメソッドの引数型、戻り値型を表現するParameterizedClassDescを作成するファクトリです。
ParameterizedClassDescFactory() - クラス のコンストラクタorg.codelibs.core.beans.factory.ParameterizedClassDescFactory
 
ParameterizedClassDescImpl - org.codelibs.core.beans.implのクラス
ParameterizedClassDescの実装クラスです。
ParameterizedClassDescImpl(Class<?>) - クラス のコンストラクタorg.codelibs.core.beans.impl.ParameterizedClassDescImpl
インスタンスを構築します。
ParameterizedClassDescImpl(Class<?>, ParameterizedClassDesc[]) - クラス のコンストラクタorg.codelibs.core.beans.impl.ParameterizedClassDescImpl
インスタンスを構築します。
parameterizedClassDescs - クラス の変数org.codelibs.core.beans.impl.ConstructorDescImpl
パラメータ化された引数型の情報
parameterizedClassDescs - クラス の変数org.codelibs.core.beans.impl.MethodDescImpl
パラメータ化された引数型の情報
parameterTypes - クラス の変数org.codelibs.core.beans.impl.ConstructorDescImpl
コンストラクタの引数型の配列
parameterTypes - クラス の変数org.codelibs.core.beans.impl.MethodDescImpl
メソッドの引数型の配列
parse(DocumentBuilder, InputStream) - クラス のstaticメソッドorg.codelibs.core.xml.DocumentBuilderUtil
XMLを解析します。
parse(SAXParser, InputSource, DefaultHandler) - クラス のstaticメソッドorg.codelibs.core.xml.SAXParserUtil
指定されたInputSourceのコンテンツを、指定されたDefaultHandler を使用してXMLとして構文解析します。
ParserConfigurationRuntimeException - org.codelibs.core.exceptionの例外
ParserConfigurationExceptionをラップする例外です。
ParserConfigurationRuntimeException(ParserConfigurationException) - 例外 のコンストラクタorg.codelibs.core.exception.ParserConfigurationRuntimeException
ParseRuntimeException - org.codelibs.core.exceptionの例外
解析できなかった場合にスローされる例外です。
ParseRuntimeException(String) - 例外 のコンストラクタorg.codelibs.core.exception.ParseRuntimeException
ParseRuntimeExceptionを作成します。
ParseRuntimeException(ParseException) - 例外 のコンストラクタorg.codelibs.core.exception.ParseRuntimeException
ParseRuntimeExceptionを作成します。
PATH_SEPARATOR - クラス のstatic変数org.codelibs.core.lang.SystemUtil
path.separator システムプロパティ。
pattern - クラス の変数org.codelibs.core.beans.converter.DateConverter
日付のパターンです。
pattern - クラス の変数org.codelibs.core.beans.converter.NumberConverter
数値のパターンです。
pattern - クラス の変数org.codelibs.core.beans.converter.SqlDateConverter
日付のパターンです。
pattern - クラス の変数org.codelibs.core.beans.converter.TimeConverter
時間のパターンです。
pattern - クラス の変数org.codelibs.core.beans.converter.TimestampConverter
日時のパターンです。
PlainDateFormatIterator(String, Locale) - クラス のコンストラクタorg.codelibs.core.convert.DateConversionUtil.PlainDateFormatIterator
インスタンスを構築します。
PlainDateFormatIterator(String, Locale) - クラス のコンストラクタorg.codelibs.core.convert.TimeConversionUtil.PlainDateFormatIterator
インスタンスを構築します。
PlainDateFormatIterator(String, Locale) - クラス のコンストラクタorg.codelibs.core.convert.TimestampConversionUtil.PlainDateFormatIterator
インスタンスを構築します。
pollDecryptoCipher() - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
pollDecryptoCipher(Key) - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
pollEncryptoCipher() - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
pollEncryptoCipher(Key) - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
POUND_SIGN - クラス のstatic変数org.codelibs.core.convert.StringConversionUtil
POUND SIGN
prefix - クラス の変数org.codelibs.core.beans.util.CopyOptions
プレフィックスです。
prefix - クラス の変数org.codelibs.core.io.TraversalUtil.VfsZipTraverser
Zip内のエントリの接頭辞です。
prefix(CharSequence) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
プレフィックスを指定します。
prefix(CharSequence) - クラス のstaticメソッドorg.codelibs.core.beans.util.CopyOptionsUtil
プレフィックスを指定したCopyOptionsを返します。
PreparedStatementUtil - org.codelibs.core.sqlのクラス
PreparedStatement用のユーティリティクラスです。
PreparedStatementUtil() - クラス のコンストラクタorg.codelibs.core.sql.PreparedStatementUtil
 
previous - クラス の変数org.codelibs.core.collection.SLinkedList.Entry
前のエントリ
primitiveNameToClassMap - クラス のstatic変数org.codelibs.core.lang.ClassUtil
プリミティブ型の名前からクラスへのマップ
primitiveToWrapperMap - クラス のstatic変数org.codelibs.core.lang.ClassUtil
プリミティブ型からラッパー型へのマップ
processClass(String, String) - インタフェース のメソッドorg.codelibs.core.io.ClassHandler
クラスを処理します。
processResource(String, InputStream) - インタフェース のメソッドorg.codelibs.core.io.ResourceHandler
リソースを処理します。
properties - クラス の変数org.codelibs.core.misc.DynamicProperties
 
propertiesFile - クラス の変数org.codelibs.core.misc.DynamicProperties
 
PropertiesUtil - org.codelibs.core.ioのクラス
Properties用のユーティリティクラスです。
PropertiesUtil() - クラス のコンストラクタorg.codelibs.core.io.PropertiesUtil
 
PropertyDesc - org.codelibs.core.beansのインタフェース
プロパティを扱うためのインターフェースです。
propertyDescCache - クラス の変数org.codelibs.core.beans.impl.BeanDescImpl
プロパティ名からPropertyDescへのマップ
PropertyDescImpl - org.codelibs.core.beans.implのクラス
PropertyDescの実装クラスです。
PropertyDescImpl(String, Class<?>, Method, Method, Field, BeanDesc) - クラス のコンストラクタorg.codelibs.core.beans.impl.PropertyDescImpl
PropertyDescImplを作成します。
PropertyDescImpl(String, Class<?>, Method, Method, BeanDesc) - クラス のコンストラクタorg.codelibs.core.beans.impl.PropertyDescImpl
PropertyDescImplを作成します。
propertyNames() - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
PropertyNotFoundRuntimeException - org.codelibs.core.exceptionの例外
プロパティが見つからなかった場合にスローされる例外です。
PropertyNotFoundRuntimeException(Class<?>, String) - 例外 のコンストラクタorg.codelibs.core.exception.PropertyNotFoundRuntimeException
put(Object, Object) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
put(String, V) - クラス のメソッドorg.codelibs.core.collection.CaseInsensitiveMap
 
put(K, V) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
 
putAll(Map<? extends Object, ? extends Object>) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
putAll(Map<? extends String, ? extends V>) - クラス のメソッドorg.codelibs.core.collection.CaseInsensitiveMap
 
putAll(Map<? extends K, ? extends V>) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
 
putIfAbsent(ConcurrentMap<K, V>, K, V) - クラス のstaticメソッドorg.codelibs.core.collection.CollectionsUtil
マップが指定されたキーを含んでいない場合は、キーを指定された値に関連付けます。

R

rawClass - クラス の変数org.codelibs.core.beans.impl.ParameterizedClassDescImpl
原型となるクラス
read(Reader, int) - クラス のstaticメソッドorg.codelibs.core.io.FileUtil
リーダーから読み込んだ内容を文字列で返します。
read(FileChannel, ByteBuffer) - クラス のstaticメソッドorg.codelibs.core.nio.ChannelUtil
ファイルチャネルの内容をバイトバッファに読み込みます。
read(FileChannel, ByteBuffer, long) - クラス のstaticメソッドorg.codelibs.core.nio.ChannelUtil
ファイルチャネルの内容をバイトバッファに読み込みます。
readBytes(File) - クラス のstaticメソッドorg.codelibs.core.io.FileUtil
ファイルの内容をバイト配列に読み込んで返します。
reader - クラス の変数org.codelibs.core.io.LineIterator
ReaderUtil - org.codelibs.core.ioのクラス
Reader用のユーティリティクラスです。
ReaderUtil() - クラス のコンストラクタorg.codelibs.core.io.ReaderUtil
 
readExternal(ObjectInput) - クラス のメソッドorg.codelibs.core.collection.ArrayMap.Entry
 
readExternal(ObjectInput) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
 
readExternal(ObjectInput) - クラス のメソッドorg.codelibs.core.collection.SLinkedList
 
readLine(BufferedReader) - クラス のstaticメソッドorg.codelibs.core.io.ReaderUtil
BufferedReaderから一行読み込んで返します。
readText(File) - クラス のstaticメソッドorg.codelibs.core.io.FileUtil
デフォルトエンコーディングでファイルからテキストを読み込みます。
readText(File, String) - クラス のstaticメソッドorg.codelibs.core.io.FileUtil
指定のエンコーディングでファイルからテキストを読み込みます。
readText(Reader) - クラス のstaticメソッドorg.codelibs.core.io.ReaderUtil
Readerからテキストを読み込みます。
readText(String) - クラス のstaticメソッドorg.codelibs.core.io.FileUtil
デフォルトエンコーディングでファイルからテキストを読み込みます。
readText(String, String) - クラス のstaticメソッドorg.codelibs.core.io.FileUtil
指定のエンコーディングでファイルからテキストを読み込みます。
readUTF8(File) - クラス のstaticメソッドorg.codelibs.core.io.FileUtil
UTF8でファイルからテキストを読み込みます。
readUTF8(String) - クラス のstaticメソッドorg.codelibs.core.io.FileUtil
UTF8でファイルからテキストを読み込みます。
registerDriver(Class<Driver>) - クラス のstaticメソッドorg.codelibs.core.sql.DriverManagerUtil
JDBCドライバを登録します。
registerDriver(String) - クラス のstaticメソッドorg.codelibs.core.sql.DriverManagerUtil
JDBCドライバを登録します。
registerDriver(Driver) - クラス のstaticメソッドorg.codelibs.core.sql.DriverManagerUtil
JDBCドライバを登録します。
reload(String) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
remove() - クラス のメソッドorg.codelibs.core.collection.ArrayIterator
 
remove() - クラス のメソッドorg.codelibs.core.collection.ArrayMap.ArrayMapIterator
 
remove() - クラス のメソッドorg.codelibs.core.collection.EmptyIterator
 
remove() - クラス のメソッドorg.codelibs.core.collection.EnumerationIterator
 
remove() - クラス のメソッドorg.codelibs.core.collection.IndexedIterator
 
remove() - クラス のメソッドorg.codelibs.core.collection.MultiIterator
 
remove() - クラス のメソッドorg.codelibs.core.collection.SingleValueIterator
 
remove() - クラス のメソッドorg.codelibs.core.collection.SLinkedList.Entry
要素を削除します。
remove() - クラス のメソッドorg.codelibs.core.convert.DateConversionUtil.DateFormatIterator
 
remove() - クラス のメソッドorg.codelibs.core.convert.DateConversionUtil.PlainDateFormatIterator
 
remove() - クラス のメソッドorg.codelibs.core.convert.TimeConversionUtil.DateFormatIterator
 
remove() - クラス のメソッドorg.codelibs.core.convert.TimeConversionUtil.PlainDateFormatIterator
 
remove() - クラス のメソッドorg.codelibs.core.convert.TimestampConversionUtil.DateFormatIterator
 
remove() - クラス のメソッドorg.codelibs.core.convert.TimestampConversionUtil.PlainDateFormatIterator
 
remove() - クラス のメソッドorg.codelibs.core.io.LineIterator
 
remove() - クラス のメソッドorg.codelibs.core.lang.ClassIterator
 
remove() - クラス のメソッドorg.codelibs.core.lang.ClassLoaderIterator
 
remove(int) - クラス のメソッドorg.codelibs.core.collection.SLinkedList
指定した位置の要素を削除します。
remove(E) - クラス のメソッドorg.codelibs.core.collection.SLinkedList
要素を削除します。
remove(Object) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
 
remove(Object) - クラス のメソッドorg.codelibs.core.collection.CaseInsensitiveMap
 
remove(Object) - クラス のメソッドorg.codelibs.core.collection.CaseInsensitiveSet
 
remove(Object) - クラス のメソッドorg.codelibs.core.collection.LruHashSet
Removes the specified element from this set if it is present.
remove(Object) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
remove(Disposable) - クラス のstaticメソッドorg.codelibs.core.misc.DisposableUtil
破棄可能なリソースを登録解除します。
remove(T[], T) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列から最初に見つかったオブジェクトを削除した結果の配列を返します。
removeAt(int) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
インデックスで指定された位置のエントリを削除します。
removeDelimeter(String, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.NumberConversionUtil
デリミタを削除します。
removeEldestEntry(Map.Entry<K, V>) - クラス のメソッドorg.codelibs.core.collection.LruHashMap
 
removeExtension(String) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
パスから拡張子を取り除きます。
removeFirst() - クラス のメソッドorg.codelibs.core.collection.SLinkedList
最初の要素を削除します。
removeLast() - クラス のメソッドorg.codelibs.core.collection.SLinkedList
最後の要素を削除します。
removeList(int) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
インデックスで指定されたエントリをリストのエントリから削除します。
removeMap(Object) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
キーで指定されたエントリをマップのエントリから削除します。
replace(String, String, String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
文字列を置き換えます。
reset(InputStream) - クラス のstaticメソッドorg.codelibs.core.io.InputStreamUtil
InputStreamをリセットします。
reset(ZipInputStream) - クラス のstaticメソッドorg.codelibs.core.zip.ZipInputStreamUtil
InflaterInputStream.reset()の例外処理をラップするメソッドです。
ResourceBundleUtil - org.codelibs.core.ioのクラス
ResourceBundle用のユーティリティクラスです。
ResourceBundleUtil() - クラス のコンストラクタorg.codelibs.core.io.ResourceBundleUtil
 
ResourceHandler - org.codelibs.core.ioのインタフェース
リソースを処理するハンドラのインターフェースです。
ResourceNotFoundRuntimeException - org.codelibs.core.exceptionの例外
リソースが見つからなかったときにスローされる例外です。
ResourceNotFoundRuntimeException(String) - 例外 のコンストラクタorg.codelibs.core.exception.ResourceNotFoundRuntimeException
ResourceTraversalUtil - org.codelibs.core.ioのクラス
リソースをトラバースするためのクラスです。
ResourceTraversalUtil() - クラス のコンストラクタorg.codelibs.core.io.ResourceTraversalUtil
 
ResourceUtil - org.codelibs.core.ioのクラス
リソース用のユーティリティクラスです。
ResourceUtil() - クラス のコンストラクタorg.codelibs.core.io.ResourceUtil
 
restart() - クラス のメソッドorg.codelibs.core.timer.TimeoutTask
タイマーを再開始します。
ResultSetUtil - org.codelibs.core.sqlのクラス
ResultSetのためのユーティリティクラスです。
ResultSetUtil() - クラス のコンストラクタorg.codelibs.core.sql.ResultSetUtil
 
RETURN_STRING - クラス のstatic変数org.codelibs.core.lang.StringUtil
A system line separator.
returnType - クラス の変数org.codelibs.core.beans.impl.MethodDescImpl
メソッドの戻り値型
rootDir - クラス の変数org.codelibs.core.io.TraversalUtil.FileSystemTraverser
ルートディレクトリです。
rootDir - クラス の変数org.codelibs.core.io.TraversalUtil.JarFileTraverser
ルートディレクトリです。
rootDir - クラス の変数org.codelibs.core.io.TraversalUtil.VfsZipTraverser
ルートディレクトリです。
rootPackage - クラス の変数org.codelibs.core.io.TraversalUtil.FileSystemTraverser
ルートパッケージです。
rootPackage - クラス の変数org.codelibs.core.io.TraversalUtil.JarFileTraverser
ルートパッケージです。
rootPackage - クラス の変数org.codelibs.core.io.TraversalUtil.VfsZipTraverser
ルートパッケージです。
rtrim(String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
右側の空白を削ります。
rtrim(String, String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
右側の指定した文字列を削ります。
run() - クラス のメソッドorg.codelibs.core.timer.TimeoutManager
 

S

save(OutputStream, String) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
SAXParserFactoryUtil - org.codelibs.core.xmlのクラス
SAXParser用のユーティリティクラスです。
SAXParserFactoryUtil() - クラス のコンストラクタorg.codelibs.core.xml.SAXParserFactoryUtil
 
SAXParserUtil - org.codelibs.core.xmlのクラス
SAXParser用のユーティリティ・クラスです。
SAXParserUtil() - クラス のコンストラクタorg.codelibs.core.xml.SAXParserUtil
 
SAXRuntimeException - org.codelibs.core.exceptionの例外
SAXExceptionをラップする例外です。
SAXRuntimeException(SAXException) - 例外 のコンストラクタorg.codelibs.core.exception.SAXRuntimeException
SAXRuntimeExceptionを作成します。
SchemaFactoryUtil - org.codelibs.core.xmlのクラス
SchemaFactoryのためのユーティリティ・クラスです。
SchemaFactoryUtil() - クラス のコンストラクタorg.codelibs.core.xml.SchemaFactoryUtil
 
SchemaUtil - org.codelibs.core.xmlのクラス
Schemaのためのユーティリティ・クラスです。
SchemaUtil() - クラス のコンストラクタorg.codelibs.core.xml.SchemaUtil
 
second - クラス の変数org.codelibs.core.misc.Pair
2番目の値
serialize(Object) - クラス のstaticメソッドorg.codelibs.core.io.SerializeUtil
オブジェクトをシリアライズできるかテストします。
SerializeUtil - org.codelibs.core.ioのクラス
オブジェクトをシリアライズするためのユーティリティです。
SerializeUtil() - クラス のコンストラクタorg.codelibs.core.io.SerializeUtil
 
set(int, E) - クラス のメソッドorg.codelibs.core.collection.SLinkedList
インデックスで指定された位置に要素を設定します。
set(Field, Object) - クラス のstaticメソッドorg.codelibs.core.lang.FieldUtil
Fieldオブジェクトによって表されるstaticフィールドを、指定された新しい値に設定します。
set(Field, Object, Object) - クラス のstaticメソッドorg.codelibs.core.lang.FieldUtil
Fieldオブジェクトによって表される指定されたオブジェクト引数のフィールドを、指定された新しい値に設定します。
setAlgorithm(String) - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
setArguments(ParameterizedClassDesc[]) - クラス のメソッドorg.codelibs.core.beans.impl.ParameterizedClassDescImpl
型引数を表すParameterizedClassDescの配列を設定します。
setAt(int, V) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
インデックスで指定された位置に値を設定します。
setCharsetName(String) - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
setCheckInterval(long) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
setDefault(Supplier<Locale>) - クラス のstaticメソッドorg.codelibs.core.misc.LocaleUtil
 
setFetchSize(Statement, int) - クラス のstaticメソッドorg.codelibs.core.sql.StatementUtil
フェッチサイズを設定します。
setField(Field) - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
プロパティとして認識しているpublicフィールドを設定します。
setFieldValue(Object, Object) - インタフェース のメソッドorg.codelibs.core.beans.FieldDesc
Fieldの値を設定します。
setFieldValue(Object, Object) - クラス のメソッドorg.codelibs.core.beans.impl.FieldDescImpl
 
setFirst(T1) - クラス のメソッドorg.codelibs.core.misc.Pair
1番目の値を設定します。
setKey(String) - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
setMaxRows(Statement, int) - クラス のstaticメソッドorg.codelibs.core.sql.StatementUtil
最大行数を設定します。
setProperty(String, String) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
setProperty(SAXParser, String, String) - クラス のstaticメソッドorg.codelibs.core.xml.SAXParserUtil
XMLReaderの基本となる実装に特定のプロパティを設定します。
setQueryTimeout(Statement, int) - クラス のstaticメソッドorg.codelibs.core.sql.StatementUtil
クエリタイムアウトを設定します。
setRawClass(Class<?>) - クラス のメソッドorg.codelibs.core.beans.impl.ParameterizedClassDescImpl
原型となるクラスを設定します。
setReadMethod(Method) - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
getterメソッドを設定します。
setSecond(T2) - クラス のメソッドorg.codelibs.core.misc.Pair
2番目の値を設定します。
setStaticFieldValue(Object) - インタフェース のメソッドorg.codelibs.core.beans.FieldDesc
staticなFieldの値を設定します。
setStaticFieldValue(Object) - クラス のメソッドorg.codelibs.core.beans.impl.FieldDescImpl
 
setTransformation(String) - クラス のメソッドorg.codelibs.core.crypto.CachedCipher
 
setup(byte[]) - クラス のstaticメソッドorg.codelibs.core.text.Tokenizer
 
setupConstructorDescs() - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
コンストラクタを準備します。
setupFieldDescs() - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
フィールドを準備します。
setupFieldDescsByInterface(Class<?>) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
インターフェースに定義されたフィールドを準備します。
setupMethodDescs() - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
メソッドを準備します。
setupPropertyDescs() - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
PropertyDescを準備します。
setupReadMethod(Method, String) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
getterメソッドを準備します。
setupWriteMethod(Method, String) - クラス のメソッドorg.codelibs.core.beans.impl.BeanDescImpl
setterメソッドを準備します。
setValue(Object, Object) - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
setValue(Object, Object) - インタフェース のメソッドorg.codelibs.core.beans.PropertyDesc
プロパティに値を設定します。
setValue(T) - クラス のメソッドorg.codelibs.core.misc.ValueHolder
値を設定します。
setValue(V) - クラス のメソッドorg.codelibs.core.collection.ArrayMap.Entry
 
setValue1(T1) - クラス のメソッドorg.codelibs.core.misc.Tuple3
1番目の値を設定します。
setValue1(T1) - クラス のメソッドorg.codelibs.core.misc.Tuple4
1番目の値を設定します。
setValue1(T1) - クラス のメソッドorg.codelibs.core.misc.Tuple5
1番目の値を設定します。
setValue2(T2) - クラス のメソッドorg.codelibs.core.misc.Tuple3
2番目の値を設定します。
setValue2(T2) - クラス のメソッドorg.codelibs.core.misc.Tuple4
2番目の値を設定します。
setValue2(T2) - クラス のメソッドorg.codelibs.core.misc.Tuple5
2番目の値を設定します。
setValue3(T3) - クラス のメソッドorg.codelibs.core.misc.Tuple3
3番目の値を設定します。
setValue3(T3) - クラス のメソッドorg.codelibs.core.misc.Tuple4
3番目の値を設定します。
setValue3(T3) - クラス のメソッドorg.codelibs.core.misc.Tuple5
3番目の値を設定します。
setValue4(T4) - クラス のメソッドorg.codelibs.core.misc.Tuple4
4番目の値を設定します。
setValue4(T4) - クラス のメソッドorg.codelibs.core.misc.Tuple5
4番目の値を設定します。
setValue5(T5) - クラス のメソッドorg.codelibs.core.misc.Tuple5
5番目の値を設定します。
setWriteMethod(Method) - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
setterメソッドを設定します。
setXIncludeAware(SAXParserFactory, boolean) - クラス のstaticメソッドorg.codelibs.core.xml.SAXParserFactoryUtil
XIncludeの有効/無効を設定します。
ShortConversionUtil - org.codelibs.core.convertのクラス
Short用の変換ユーティリティです。
ShortConversionUtil() - クラス のコンストラクタorg.codelibs.core.convert.ShortConversionUtil
 
SingleValueIterator<E> - org.codelibs.core.collectionのクラス
一つの値を返すIteratorです。
SingleValueIterator(E) - クラス のコンストラクタorg.codelibs.core.collection.SingleValueIterator
インスタンスを構築します。
size - クラス の変数org.codelibs.core.collection.ArrayMap
要素数
size() - クラス のメソッドorg.codelibs.core.collection.ArrayMap
 
size() - クラス のメソッドorg.codelibs.core.collection.CaseInsensitiveSet
 
size() - クラス のメソッドorg.codelibs.core.collection.LruHashSet
Returns the number of elements in this set (its cardinality).
size() - クラス のメソッドorg.codelibs.core.collection.SLinkedList
要素の数を返します。
size() - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
size(FileChannel) - クラス のstaticメソッドorg.codelibs.core.nio.ChannelUtil
ファイルのサイズを返します。
sleep(long) - クラス のstaticメソッドorg.codelibs.core.lang.ThreadUtil
 
sleepQuietly(long) - クラス のstaticメソッドorg.codelibs.core.lang.ThreadUtil
 
SLinkedList<E> - org.codelibs.core.collectionのクラス
Seasar2用の連結リストです。
SLinkedList() - クラス のコンストラクタorg.codelibs.core.collection.SLinkedList
SLinkedListを作成します。
SLinkedList.Entry - org.codelibs.core.collectionのクラス
要素を格納するエントリです。
split(String, String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
文字列を分割します。
split(String, String) - クラス のstaticメソッドorg.codelibs.core.stream.StreamUtil
 
splitPackageAndShortClassName(String) - クラス のstaticメソッドorg.codelibs.core.lang.ClassUtil
FQCNをパッケージ名とFQCNからパッケージ名を除いた名前に分けます。
sqlDateConverter(String, CharSequence...) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
SQL用日付のコンバータを設定します。
sqlDateConverter(String, CharSequence...) - クラス のstaticメソッドorg.codelibs.core.beans.util.CopyOptionsUtil
SQL用日付のコンバータを設定したCopyOptionsを返します。
SqlDateConverter - org.codelibs.core.beans.converterのクラス
SQLの日付用のコンバータです。
SqlDateConverter(String) - クラス のコンストラクタorg.codelibs.core.beans.converter.SqlDateConverter
インスタンスを構築します。
SQLRuntimeException - org.codelibs.core.exceptionの例外
SQLExceptionをラップする例外です。
SQLRuntimeException(SQLException) - 例外 のコンストラクタorg.codelibs.core.exception.SQLRuntimeException
SQLRuntimeExceptionを作成します。
src - クラス の変数org.codelibs.core.convert.DateConversionUtil.PlainDateFormatIterator
変換元の文字列
src - クラス の変数org.codelibs.core.convert.TimeConversionUtil.PlainDateFormatIterator
変換元の文字列
src - クラス の変数org.codelibs.core.convert.TimestampConversionUtil.PlainDateFormatIterator
変換元の文字列
start() - クラス のメソッドorg.codelibs.core.timer.TimeoutManager
処理を開始します。
startsWithIgnoreCase(String, String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
大文字小文字を無視して特定の文字で始まっているのかどうかを返します。
StatementUtil - org.codelibs.core.sqlのクラス
Statement用のユーティリティクラスです。
StatementUtil() - クラス のコンストラクタorg.codelibs.core.sql.StatementUtil
 
stop() - クラス のメソッドorg.codelibs.core.timer.TimeoutManager
処理を停止します。
stop() - クラス のメソッドorg.codelibs.core.timer.TimeoutTask
タイマーをとめます。
stop(long) - クラス のメソッドorg.codelibs.core.timer.TimeoutManager
スレッドに割り込みを行い、終了するまで待機します。
stopIfLeisure() - クラス のメソッドorg.codelibs.core.timer.TimeoutManager
管理しているタスクが無いなら処理を停止します。
store() - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
store(OutputStream, String) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
store(Writer, String) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
store(Properties, File, String) - クラス のstaticメソッドorg.codelibs.core.io.PropertiesUtil
プラットフォームデフォルトエンコーディングでファイルを書き出してPropertiesをストアします(例外処理はラップします)。
store(Properties, File, String, String) - クラス のstaticメソッドorg.codelibs.core.io.PropertiesUtil
指定のエンコーディングでファイルを書き出してPropertiesをストアします(例外処理はラップします)。
store(Properties, OutputStream, String) - クラス のstaticメソッドorg.codelibs.core.io.PropertiesUtil
Properties.store(OutputStream, String)の例外処理をラップします。
store(Properties, Writer, String) - クラス のstaticメソッドorg.codelibs.core.io.PropertiesUtil
Properties.store(Writer, String)の例外処理をラップします。
storeToXML(OutputStream, String) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
storeToXML(OutputStream, String, String) - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
stream(Map<K, V>) - クラス のstaticメソッドorg.codelibs.core.stream.StreamUtil
 
stream(T...) - クラス のstaticメソッドorg.codelibs.core.stream.StreamUtil
 
StreamOf(Supplier<Stream<T>>) - クラス のコンストラクタorg.codelibs.core.stream.StreamUtil.StreamOf
 
StreamUtil - org.codelibs.core.streamのクラス
 
StreamUtil.StreamOf<T> - org.codelibs.core.streamのクラス
 
StringConversionUtil - org.codelibs.core.convertのクラス
String用の変換ユーティリティです。
StringConversionUtil() - クラス のコンストラクタorg.codelibs.core.convert.StringConversionUtil
 
stringPropertyNames() - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
StringUtil - org.codelibs.core.langのクラス
String用のユーティリティクラスです。
StringUtil() - クラス のコンストラクタorg.codelibs.core.lang.StringUtil
 
STYLES - クラス のstatic変数org.codelibs.core.convert.DateConversionUtil
DateFormatが持つスタイルの配列
STYLES - クラス のstatic変数org.codelibs.core.convert.TimeConversionUtil
DateFormatが持つスタイルの配列
STYLES - クラス のstatic変数org.codelibs.core.convert.TimestampConversionUtil
DateFormatが持つスタイルの配列
substringFromLast(String, String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
文字列の最後から指定した文字列で始まっている部分より手前を返します。
substringToLast(String, String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
文字列の最後から指定した文字列で始まっている部分より後ろを返します。
swapValue(ArrayMap.Entry<K, V>, V) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
エントリの値を新しい値で置き換えます。
SystemUtil - org.codelibs.core.langのクラス
システムプロパティ用のユーティリティクラスです。
SystemUtil() - クラス のコンストラクタorg.codelibs.core.lang.SystemUtil
 

T

thread - クラス の変数org.codelibs.core.timer.TimeoutManager
TimerのためのThreadです。
ThreadUtil - org.codelibs.core.langのクラス
Utility class for Thread class
ThreadUtil() - クラス のコンストラクタorg.codelibs.core.lang.ThreadUtil
 
threshold - クラス の変数org.codelibs.core.collection.ArrayMap
負荷係数
TimeConversionUtil - org.codelibs.core.convertのクラス
時刻を表現するオブジェクトからDateCalendarTime への変換ユーティリティです。
TimeConversionUtil() - クラス のコンストラクタorg.codelibs.core.convert.TimeConversionUtil
 
TimeConversionUtil.DateFormatIterator - org.codelibs.core.convertのクラス
ロケールが持つスタイルに対応するDateFormatを反復するIteratorです。
TimeConversionUtil.PlainDateFormatIterator - org.codelibs.core.convertのクラス
ロケールが持つスタイルに対応するDateFormatを反復するIteratorです。
timeConverter(String, CharSequence...) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
時間のコンバータを設定します。
timeConverter(String, CharSequence...) - クラス のstaticメソッドorg.codelibs.core.beans.util.CopyOptionsUtil
時間のコンバータを設定したCopyOptionsを返します。
TimeConverter - org.codelibs.core.beans.converterのクラス
時間用のコンバータです。
TimeConverter(String) - クラス のコンストラクタorg.codelibs.core.beans.converter.TimeConverter
インスタンスを構築します。
TimeoutManager - org.codelibs.core.timerのクラス
Timerを扱うクラスです。
TimeoutTarget - org.codelibs.core.timerのインタフェース
タイムアウトを処理するインターフェースです。
TimeoutTask - org.codelibs.core.timerのクラス
タイムアウトを管理するクラスです。
timeoutTaskList - クラス の変数org.codelibs.core.timer.TimeoutManager
TimeoutTask管理用のリストです。
TimestampConversionUtil - org.codelibs.core.convertのクラス
日付と時刻を表現するオブジェクトからDateCalendarTimestamp への変換ユーティリティです。
TimestampConversionUtil() - クラス のコンストラクタorg.codelibs.core.convert.TimestampConversionUtil
 
TimestampConversionUtil.DateFormatIterator - org.codelibs.core.convertのクラス
ロケールが持つスタイルに対応するDateFormatを反復するIteratorです。
TimestampConversionUtil.PlainDateFormatIterator - org.codelibs.core.convertのクラス
ロケールが持つスタイルに対応するDateFormatを反復するIteratorです。
timestampConverter(String, CharSequence...) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
日時のコンバータを設定します。
timestampConverter(String, CharSequence...) - クラス のstaticメソッドorg.codelibs.core.beans.util.CopyOptionsUtil
日時のコンバータを設定したCopyOptionsを返します。
TimestampConverter - org.codelibs.core.beans.converterのクラス
日時用のコンバータです。
TimestampConverter(String) - クラス のコンストラクタorg.codelibs.core.beans.converter.TimestampConverter
インスタンスを構築します。
toArray() - クラス のメソッドorg.codelibs.core.collection.ArrayMap
配列に変換します。
toArray() - クラス のメソッドorg.codelibs.core.collection.SLinkedList
配列に変換します。
toArray(E[]) - クラス のメソッドorg.codelibs.core.collection.SLinkedList
配列に変換します。
toArray(V[]) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
配列に変換します。
toBeanDestPropertyName(String) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
コピー元のプロパティ名をコピー先となるBean用のプロパティ名に変換して返します。
toBigDecimal(Object) - クラス のstaticメソッドorg.codelibs.core.convert.BigDecimalConversionUtil
BigDecimalに変換します。
toBigDecimal(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.BigDecimalConversionUtil
BigDecimalに変換します。
toBigInteger(Object) - クラス のstaticメソッドorg.codelibs.core.convert.BigIntegerConversionUtil
BigIntegerに変換します。
toBigInteger(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.BigIntegerConversionUtil
BigIntegerに変換します。
toBinary(Object) - クラス のstaticメソッドorg.codelibs.core.convert.BinaryConversionUtil
byteの配列に変換します。
toBoolean(Object) - クラス のstaticメソッドorg.codelibs.core.convert.BooleanConversionUtil
Booleanに変換します。
toByte(Object) - クラス のstaticメソッドorg.codelibs.core.convert.ByteConversionUtil
Byteに変換します。
toByte(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.ByteConversionUtil
Byteに変換します。
toCalendar(Object) - クラス のstaticメソッドorg.codelibs.core.convert.CalendarConversionUtil
Calendarに変換します。
toCalendar(Object) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
オブジェクトをCalendarに変換します。
toCalendar(Object) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
オブジェクトをCalendarに変換します。
toCalendar(Object) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
オブジェクトをCalendarに変換します。
toCalendar(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.CalendarConversionUtil
Calendarに変換します。
toCalendar(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
オブジェクトをCalendarに変換します。
toCalendar(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
オブジェクトをCalendarに変換します。
toCalendar(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
オブジェクトをCalendarに変換します。
toCalendar(Object, String, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
オブジェクトをCalendarに変換します。
toCalendar(Object, String, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
オブジェクトをCalendarに変換します。
toCalendar(Object, String, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
オブジェクトをCalendarに変換します。
toCalendar(Object, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
オブジェクトをCalendarに変換します。
toCalendar(Object, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
オブジェクトをCalendarに変換します。
toCalendar(Object, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
オブジェクトをCalendarに変換します。
toCalendar(Date, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
DateCalendarに変換します。
toCalendar(Date, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
DateCalendarに変換します。
toCalendar(Date, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
DateCalendarに変換します。
toCanonicalProtocol(String) - クラス のstaticメソッドorg.codelibs.core.net.URLUtil
プロトコルを正規化して返します。
toClassFile(String) - クラス のstaticメソッドorg.codelibs.core.io.TraversalUtil
クラス名をクラスファイルのパス名に変換して返します。
toDate(Object) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
オブジェクトをDateに変換します。
toDate(Object) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
オブジェクトをDateに変換します。
toDate(Object) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
オブジェクトをDateに変換します。
toDate(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
オブジェクトをDateに変換します。
toDate(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
オブジェクトをDateに変換します。
toDate(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
オブジェクトをDateに変換します。
toDate(Object, String, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
オブジェクトをDateに変換します。
toDate(Object, String, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
オブジェクトをDateに変換します。
toDate(Object, String, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
オブジェクトをDateに変換します。
toDate(Object, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
オブジェクトをDateに変換します。
toDate(Object, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
オブジェクトをDateに変換します。
toDate(Object, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
オブジェクトをDateに変換します。
toDate(String, DateFormat) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
文字列をDateに変換します。
toDate(String, DateFormat) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
文字列をDateに変換します。
toDate(String, DateFormat) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
文字列をDateに変換します。
toDate(String, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
文字列をDateに変換します。
toDate(String, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
文字列をDateに変換します。
toDate(String, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
文字列をDateに変換します。
toDirectoryName(String) - クラス のstaticメソッドorg.codelibs.core.io.TraversalUtil
パッケージ名をディレクトリ名に変換して返します。
toDouble(Object) - クラス のstaticメソッドorg.codelibs.core.convert.DoubleConversionUtil
Doubleに変換します。
toDouble(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.DoubleConversionUtil
Doubleに変換します。
toExternalForm(URL) - クラス のstaticメソッドorg.codelibs.core.io.ResourceUtil
リソースのURLを外部形式に変換します。
toFile(URL) - クラス のstaticメソッドorg.codelibs.core.net.URLUtil
URLが示すJarファイルのFileオブジェクトを返します。
toFloat(Object) - クラス のstaticメソッドorg.codelibs.core.convert.FloatConversionUtil
Floatに変換します。
toFloat(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.FloatConversionUtil
Floatに変換します。
toHex(byte[]) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
16進数の文字列に変換します。
toHex(int) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
intの値を16進数の文字列に変換します。
toInteger(Object) - クラス のstaticメソッドorg.codelibs.core.convert.IntegerConversionUtil
Integerに変換します。
toInteger(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.IntegerConversionUtil
Integerに変換します。
toJarFile(URL) - クラス のstaticメソッドorg.codelibs.core.jar.JarFileUtil
URLで指定されたJarファイルを読み取るためのJarFileを作成して返します。
toJarFilePath(URL) - クラス のstaticメソッドorg.codelibs.core.jar.JarFileUtil
URLで指定されたJarファイルのパスを返します。
Tokenizer - org.codelibs.core.textのクラス
トークンを認識するクラスです。
Tokenizer(String) - クラス のコンストラクタorg.codelibs.core.text.Tokenizer
Tokenizerを作成します。
Tokenizer(String, byte[]) - クラス のコンストラクタorg.codelibs.core.text.Tokenizer
Tokenizerを作成します。
toList(Object) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列をリストに変換します。
toLong(Object) - クラス のstaticメソッドorg.codelibs.core.convert.LongConversionUtil
Longに変換します。
toLong(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.LongConversionUtil
Longに変換します。
toMapDestPropertyName(String) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
コピー元のプロパティ名をコピー先となるMap用のプロパティ名に変換して返します。
toObjectArray(Object) - クラス のstaticメソッドorg.codelibs.core.collection.ArrayUtil
配列をオブジェクトの配列(Object[])に変換します。
toPlainPattern(String) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
パターン文字列を区切り文字を含まないプレーンなパターン文字列に変換して返します。
toPlainPattern(String) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
パターン文字列を区切り文字を含まないプレーンなパターン文字列に変換して返します。
toPlainPattern(String) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
パターン文字列を区切り文字を含まないプレーンなパターン文字列に変換して返します。
toPrimitiveBoolean(Object) - クラス のstaticメソッドorg.codelibs.core.convert.BooleanConversionUtil
booleanに変換します。
toPrimitiveByte(Object) - クラス のstaticメソッドorg.codelibs.core.convert.ByteConversionUtil
byteに変換します。
toPrimitiveByte(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.ByteConversionUtil
byteに変換します。
toPrimitiveDouble(Object) - クラス のstaticメソッドorg.codelibs.core.convert.DoubleConversionUtil
doubleに変換します。
toPrimitiveDouble(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.DoubleConversionUtil
doubleに変換します。
toPrimitiveFloat(Object) - クラス のstaticメソッドorg.codelibs.core.convert.FloatConversionUtil
floatに変換します。
toPrimitiveFloat(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.FloatConversionUtil
floatに変換します。
toPrimitiveInt(Object) - クラス のstaticメソッドorg.codelibs.core.convert.IntegerConversionUtil
intに変換します。
toPrimitiveInt(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.IntegerConversionUtil
intに変換します。
toPrimitiveLong(Object) - クラス のstaticメソッドorg.codelibs.core.convert.LongConversionUtil
変換されたlongに変換します。
toPrimitiveLong(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.LongConversionUtil
longに変換します。
toPrimitiveShort(Object) - クラス のstaticメソッドorg.codelibs.core.convert.ShortConversionUtil
shortに変換します。
toPrimitiveShort(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.ShortConversionUtil
shortに変換します。
toShort(Object) - クラス のstaticメソッドorg.codelibs.core.convert.ShortConversionUtil
Shortに変換します。
toShort(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.ShortConversionUtil
Shortに変換します。
toSqlDate(Object) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
オブジェクトをDateに変換します。
toSqlDate(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
オブジェクトをDateに変換します。
toSqlDate(Object, String, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
オブジェクトをDateに変換します。
toSqlDate(Object, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
オブジェクトをDateに変換します。
toSqlDateJdbcEscape(String) - クラス のstaticメソッドorg.codelibs.core.convert.DateConversionUtil
文字列をDateに変換します。
toSqlTime(Object) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
オブジェクトをTimeに変換します。
toSqlTime(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
オブジェクトをTimeに変換します。
toSqlTime(Object, String, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
オブジェクトをTimeに変換します。
toSqlTime(Object, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
オブジェクトをTimeに変換します。
toSqlTimeJdbcEscape(String) - クラス のstaticメソッドorg.codelibs.core.convert.TimeConversionUtil
文字列をTimeに変換します。
toSqlTimestamp(Object) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
オブジェクトをTimestampに変換します。
toSqlTimestamp(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
オブジェクトをTimestampに変換します。
toSqlTimestamp(Object, String, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
オブジェクトをTimestampに変換します。
toSqlTimestamp(Object, Locale) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
オブジェクトをTimestampに変換します。
toSqlTimestampJdbcEscape(String) - クラス のstaticメソッドorg.codelibs.core.convert.TimestampConversionUtil
文字列をTimestampに変換します。
toString() - クラス のメソッドorg.codelibs.core.beans.impl.PropertyDescImpl
 
toString() - クラス のメソッドorg.codelibs.core.collection.ArrayMap.Entry
 
toString() - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
toString() - クラス のメソッドorg.codelibs.core.misc.Pair
 
toString() - クラス のメソッドorg.codelibs.core.misc.Tuple3
 
toString() - クラス のメソッドorg.codelibs.core.misc.Tuple4
 
toString() - クラス のメソッドorg.codelibs.core.misc.Tuple5
 
toString() - クラス のメソッドorg.codelibs.core.misc.ValueHolder
 
toString(Number, String) - クラス のstaticメソッドorg.codelibs.core.convert.StringConversionUtil
文字列に変換します。
toString(Object) - クラス のstaticメソッドorg.codelibs.core.convert.StringConversionUtil
文字列に変換します。
toString(Object) - クラス のstaticメソッドorg.codelibs.core.log.Logger
メッセージオブジェクトの文字列表現を返します。
toString(Object, String) - クラス のstaticメソッドorg.codelibs.core.convert.StringConversionUtil
文字列に変換します。
toString(BigDecimal) - クラス のstaticメソッドorg.codelibs.core.convert.BigDecimalConversionUtil
BigDecimalを文字列に変換します。
toString(Date, String) - クラス のstaticメソッドorg.codelibs.core.convert.StringConversionUtil
文字列に変換します。
toString(Document) - クラス のstaticメソッドorg.codelibs.core.xml.DomUtil
Documentを文字列に変換します。
toString(Element) - クラス のstaticメソッドorg.codelibs.core.xml.DomUtil
Elementを文字列に変換します。
toStringList(CharSequence[]) - クラス のstaticメソッドorg.codelibs.core.beans.util.CopyOptions
CharSequenceの配列をStringのListに変換します。
toURL(File) - クラス のstaticメソッドorg.codelibs.core.io.FileUtil
この抽象パス名をfile: URLに変換します。
toWindowsMapping(String) - クラス のstaticメソッドorg.codelibs.core.convert.StringConversionUtil
文字列をWindows固有のマッピングルールに合わせて修正します。
toZipFile(URL) - クラス のstaticメソッドorg.codelibs.core.zip.ZipFileUtil
URLで指定されたZipファイルを読み取るためのZipFileを作成して返します。
toZipFilePath(URL) - クラス のstaticメソッドorg.codelibs.core.zip.ZipFileUtil
URLで指定されたZipファイルのパスを返します。
transfer(FileChannel, FileChannel) - クラス のstaticメソッドorg.codelibs.core.nio.ChannelUtil
ファイルチャネルfromをtoへ転送します。
transformation - クラス の変数org.codelibs.core.crypto.CachedCipher
 
TraversalUtil - org.codelibs.core.ioのクラス
ファイルシステム上やJarファイル中に展開されている、クラスやリソースの集まりを横断的に処理するためのユーティリティです。
TraversalUtil() - クラス のコンストラクタorg.codelibs.core.io.TraversalUtil
 
TraversalUtil.FileSystemTraverser - org.codelibs.core.ioのクラス
ファイルシステム上のリソースの集まりを扱うオブジェクトです。
TraversalUtil.JarFileTraverser - org.codelibs.core.ioのクラス
Jarファイル中のリソースの集まりを扱うオブジェクトです。
TraversalUtil.TraverserFactory - org.codelibs.core.ioのインタフェース
Traverserのインスタンスを作成するファクトリです。
TraversalUtil.VfsZipTraverser - org.codelibs.core.ioのクラス
JBossAS5のvfszipプロトコルで表されるリソースの集まりを扱うオブジェクトです。
traverseFileSystem(File, File, ResourceHandler) - クラス のstaticメソッドorg.codelibs.core.io.ResourceTraversalUtil
ファイルシステムに含まれるリソースをトラバースします。
traverseFileSystem(File, String, ClassHandler) - クラス のstaticメソッドorg.codelibs.core.io.ClassTraversalUtil
ファイルシステムに含まれるクラスをトラバースします。
Traverser - org.codelibs.core.ioのインタフェース
クラスやリソースの集まりを表すオブジェクトです。
traverserFactories - クラス のstatic変数org.codelibs.core.io.TraversalUtil
URLのプロトコルをキー、TraversalUtil.TraverserFactoryを値とするマッピングです。
treeMap(KEY, VALUE) - クラス のstaticメソッドorg.codelibs.core.collection.Maps
指定されたキーと値を持つTreeMapを構築するためのMapsを返します。
trimPrefix(String) - クラス のメソッドorg.codelibs.core.beans.util.CopyOptions
プレフィックスを削ります。
trimPrefix(String, String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
プレフィックスを削ります。
trimSuffix(String, String) - クラス のstaticメソッドorg.codelibs.core.lang.StringUtil
サフィックスを削ります。
TT_EOF - クラス のstatic変数org.codelibs.core.text.Tokenizer
EOFをあらわします。
TT_QUOTE - クラス のstatic変数org.codelibs.core.text.Tokenizer
Quoteをあらわします。
TT_WORD - クラス のstatic変数org.codelibs.core.text.Tokenizer
単語をあらわします。
tuple3(T1, T2, T3) - クラス のstaticメソッドorg.codelibs.core.misc.Tuple3
3つの値の組を作成して返します。
Tuple3<T1,​T2,​T3> - org.codelibs.core.miscのクラス
3つの値の組です。
Tuple3() - クラス のコンストラクタorg.codelibs.core.misc.Tuple3
インスタンスを構築します。
Tuple3(T1, T2, T3) - クラス のコンストラクタorg.codelibs.core.misc.Tuple3
インスタンスを構築します。
tuple4(T1, T2, T3, T4) - クラス のstaticメソッドorg.codelibs.core.misc.Tuple4
4つの値の組を作成して返します。
Tuple4<T1,​T2,​T3,​T4> - org.codelibs.core.miscのクラス
4つの値の組です。
Tuple4() - クラス のコンストラクタorg.codelibs.core.misc.Tuple4
インスタンスを構築します。
Tuple4(T1, T2, T3, T4) - クラス のコンストラクタorg.codelibs.core.misc.Tuple4
インスタンスを構築します。
tuple5(T1, T2, T3, T4, T5) - クラス のstaticメソッドorg.codelibs.core.misc.Tuple5
4つの値の組を作成して返します。
Tuple5<T1,​T2,​T3,​T4,​T5> - org.codelibs.core.miscのクラス
5つの値の組です。
Tuple5() - クラス のコンストラクタorg.codelibs.core.misc.Tuple5
インスタンスを構築します。
Tuple5(T1, T2, T3, T4, T5) - クラス のコンストラクタorg.codelibs.core.misc.Tuple5
インスタンスを構築します。
typeVariables - クラス の変数org.codelibs.core.beans.impl.BeanDescImpl
型引数と型変数のマップ

U

UnsupportedEncodingRuntimeException - org.codelibs.core.exceptionの例外
 
UnsupportedEncodingRuntimeException(UnsupportedEncodingException) - 例外 のコンストラクタorg.codelibs.core.exception.UnsupportedEncodingRuntimeException
 
URLUtil - org.codelibs.core.netのクラス
URLを扱うユーティリティ・クラスです。
URLUtil() - クラス のコンストラクタorg.codelibs.core.net.URLUtil
 
USER_DIR - クラス のstatic変数org.codelibs.core.lang.SystemUtil
user.dir システムプロパティ。
USER_HOME - クラス のstatic変数org.codelibs.core.lang.SystemUtil
user.home システムプロパティ。
UTF_8 - クラス のstatic変数org.codelibs.core.CoreLibConstants
UTF-8
UuidUtil - org.codelibs.core.netのクラス
UUIDを作成するユーティリティです。
UuidUtil() - クラス のコンストラクタorg.codelibs.core.net.UuidUtil
 

V

value - クラス の変数org.codelibs.core.collection.ArrayMap.Entry
value - クラス の変数org.codelibs.core.collection.SingleValueIterator
反復子が返す唯一の値
value - クラス の変数org.codelibs.core.misc.ValueHolder
value1 - クラス の変数org.codelibs.core.misc.Tuple3
1番目の値
value1 - クラス の変数org.codelibs.core.misc.Tuple4
1番目の値
value1 - クラス の変数org.codelibs.core.misc.Tuple5
1番目の値
value2 - クラス の変数org.codelibs.core.misc.Tuple3
2番目の値
value2 - クラス の変数org.codelibs.core.misc.Tuple4
2番目の値
value2 - クラス の変数org.codelibs.core.misc.Tuple5
2番目の値
value3 - クラス の変数org.codelibs.core.misc.Tuple3
3番目の値
value3 - クラス の変数org.codelibs.core.misc.Tuple4
3番目の値
value3 - クラス の変数org.codelibs.core.misc.Tuple5
3番目の値
value4 - クラス の変数org.codelibs.core.misc.Tuple4
4番目の値
value4 - クラス の変数org.codelibs.core.misc.Tuple5
4番目の値
value5 - クラス の変数org.codelibs.core.misc.Tuple5
5番目の値
ValueHolder<T> - org.codelibs.core.miscのクラス
値を保持するクラスです。
ValueHolder() - クラス のコンストラクタorg.codelibs.core.misc.ValueHolder
インスタンスを構築します。
ValueHolder(T) - クラス のコンストラクタorg.codelibs.core.misc.ValueHolder
インスタンスを構築します。
valueOf(String) - 列挙 のstaticメソッドorg.codelibs.core.log.Logger.LogLevel
指定した名前を持つこの型の列挙型定数を返します。
values() - 列挙 のstaticメソッドorg.codelibs.core.log.Logger.LogLevel
この列挙型の定数を含む配列を宣言されている順序で返します。
values() - クラス のメソッドorg.codelibs.core.misc.DynamicProperties
 
VfsZipTraverser(URL, String, String) - クラス のコンストラクタorg.codelibs.core.io.TraversalUtil.VfsZipTraverser
インスタンスを構築します。

W

WAR_CLASSES_PREFIX - クラス のstatic変数org.codelibs.core.io.TraversalUtil.VfsZipTraverser
WAR内の.classファイルの接頭辞です。
WAR_FILE_EXTENSION - クラス のstatic変数org.codelibs.core.io.ClassTraversalUtil
WARファイルの拡張子
warn(Object) - クラス のメソッドorg.codelibs.core.log.Logger
WARN情報を出力します。
warn(Object, Throwable) - クラス のメソッドorg.codelibs.core.log.Logger
WARN情報を出力します。
WARN - org.codelibs.core.log.Logger.LogLevel
警告
WAVE_DASH - クラス のstatic変数org.codelibs.core.convert.StringConversionUtil
WAVE DASH
weakHashMap(KEY, VALUE) - クラス のstaticメソッドorg.codelibs.core.collection.Maps
指定されたキーと値を持つWeakHashMapを構築するためのMapsを返します。
WEB_INF_CLASSES_PATH - クラス のstatic変数org.codelibs.core.io.ClassTraversalUtil
WARファイル内のクラスファイルのエントリプレフィックス
whitespaceChars(byte[], int, int) - クラス のstaticメソッドorg.codelibs.core.text.Tokenizer
空白用の文字として設定します。
wordChar(byte[], int) - クラス のstaticメソッドorg.codelibs.core.text.Tokenizer
単語用の文字として設定します。
wordChars(byte[], int, int) - クラス のstaticメソッドorg.codelibs.core.text.Tokenizer
 
wrap(InputStream) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
必要があれば入力ストリームをBufferedInputStreamでラップします。
wrap(OutputStream) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
必要があれば出力ストリームをBufferedOutputStreamでラップします。
wrap(Reader) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
必要があればリーダーをBufferedReaderでラップします。
wrap(Writer) - クラス のstaticメソッドorg.codelibs.core.io.CopyUtil
必要があればライターをBufferedWriterでラップします。
wrapperToPrimitiveMap - クラス のstatic変数org.codelibs.core.lang.ClassUtil
ラッパー型からプリミティブ型へのマップ
write(FileChannel, ByteBuffer) - クラス のstaticメソッドorg.codelibs.core.nio.ChannelUtil
バイトバッファの内容をファイルチャネルに書き込みます。
write(FileChannel, ByteBuffer, long) - クラス のstaticメソッドorg.codelibs.core.nio.ChannelUtil
バイトバッファの内容をファイルチャネルに書き込みます。
writeBytes(String, byte[]) - クラス のstaticメソッドorg.codelibs.core.io.FileUtil
 
writeExternal(ObjectOutput) - クラス のメソッドorg.codelibs.core.collection.ArrayMap.Entry
 
writeExternal(ObjectOutput) - クラス のメソッドorg.codelibs.core.collection.ArrayMap
 
writeExternal(ObjectOutput) - クラス のメソッドorg.codelibs.core.collection.SLinkedList
 
WriterUtil - org.codelibs.core.ioのクラス
Writer用のユーティリティクラスです。
WriterUtil() - クラス のコンストラクタorg.codelibs.core.io.WriterUtil
 

Z

ZipFileUtil - org.codelibs.core.zipのクラス
ZipFileを扱うユーティリティクラスです。
ZipFileUtil() - クラス のコンストラクタorg.codelibs.core.zip.ZipFileUtil
 
ZipInputStreamUtil - org.codelibs.core.zipのクラス
ZipInputStreamを扱うユーティリティクラスです。
ZipInputStreamUtil() - クラス のコンストラクタorg.codelibs.core.zip.ZipInputStreamUtil
 
zipUrl - クラス の変数org.codelibs.core.io.TraversalUtil.VfsZipTraverser
ZipのURLです。
$ A B C D E F G H I J K L M N O P R S T U V W Z 
すべてのクラス すべてのパッケージ