$ A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes All Packages

$

$() - Method in class org.codelibs.core.collection.Maps
Mapを返します。
$(K, V) - Method in class org.codelibs.core.collection.Maps
Mapにキーと値を追加します。

A

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

B

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

C

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

D

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

E

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

F

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

G

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

H

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

I

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

J

jarFile - Variable in class org.codelibs.core.io.TraversalUtil.JarFileTraverser
Jarファイルです。
JarFileTraverser(URL, String, String) - Constructor for class org.codelibs.core.io.TraversalUtil.JarFileTraverser
インスタンスを構築します。
JarFileTraverser(JarFile, String, String) - Constructor for class org.codelibs.core.io.TraversalUtil.JarFileTraverser
インスタンスを構築します。
JarFileUtil - Class in org.codelibs.core.jar
JarFileを扱うユーティリティクラスです。
JarFileUtil() - Constructor for class org.codelibs.core.jar.JarFileUtil
 
JarInputStreamUtil - Class in org.codelibs.core.jar
JarInputStream用のユーティリティクラスです。
JarInputStreamUtil() - Constructor for class org.codelibs.core.jar.JarInputStreamUtil
 
JarURLConnectionUtil - Class in org.codelibs.core.net
JarURLConnection用のユーティリティクラスです。
JarURLConnectionUtil() - Constructor for class org.codelibs.core.net.JarURLConnectionUtil
 
JAVA_IO_TMPDIR - Static variable in class org.codelibs.core.lang.SystemUtil
java.io.tmpdir システムプロパティ。例:/tmp
JsonUtil - Class in org.codelibs.core.text
JSON utilities.
JsonUtil() - Constructor for class org.codelibs.core.text.JsonUtil
Defualt constructor.

K

key - Variable in class org.codelibs.core.collection.ArrayMap.Entry
キー
key - Variable in class org.codelibs.core.crypto.CachedCipher
 
keys() - Method in class org.codelibs.core.misc.DynamicProperties
 
keySet() - Method in class org.codelibs.core.misc.DynamicProperties
 

L

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

M

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

N

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

O

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

P

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

R

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

S

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

T

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

U

UnsupportedEncodingRuntimeException - Exception in org.codelibs.core.exception
 
UnsupportedEncodingRuntimeException(UnsupportedEncodingException) - Constructor for exception org.codelibs.core.exception.UnsupportedEncodingRuntimeException
 
URLUtil - Class in org.codelibs.core.net
URLを扱うユーティリティ・クラスです。
URLUtil() - Constructor for class org.codelibs.core.net.URLUtil
 
USER_DIR - Static variable in class org.codelibs.core.lang.SystemUtil
user.dir システムプロパティ。
USER_HOME - Static variable in class org.codelibs.core.lang.SystemUtil
user.home システムプロパティ。
UTF_8 - Static variable in class org.codelibs.core.CoreLibConstants
UTF-8
UuidUtil - Class in org.codelibs.core.net
UUIDを作成するユーティリティです。
UuidUtil() - Constructor for class org.codelibs.core.net.UuidUtil
 

V

value - Variable in class org.codelibs.core.collection.ArrayMap.Entry
value - Variable in class org.codelibs.core.collection.SingleValueIterator
反復子が返す唯一の値
value - Variable in class org.codelibs.core.misc.ValueHolder
value1 - Variable in class org.codelibs.core.misc.Tuple3
1番目の値
value1 - Variable in class org.codelibs.core.misc.Tuple4
1番目の値
value1 - Variable in class org.codelibs.core.misc.Tuple5
1番目の値
value2 - Variable in class org.codelibs.core.misc.Tuple3
2番目の値
value2 - Variable in class org.codelibs.core.misc.Tuple4
2番目の値
value2 - Variable in class org.codelibs.core.misc.Tuple5
2番目の値
value3 - Variable in class org.codelibs.core.misc.Tuple3
3番目の値
value3 - Variable in class org.codelibs.core.misc.Tuple4
3番目の値
value3 - Variable in class org.codelibs.core.misc.Tuple5
3番目の値
value4 - Variable in class org.codelibs.core.misc.Tuple4
4番目の値
value4 - Variable in class org.codelibs.core.misc.Tuple5
4番目の値
value5 - Variable in class org.codelibs.core.misc.Tuple5
5番目の値
ValueHolder<T> - Class in org.codelibs.core.misc
値を保持するクラスです。
ValueHolder() - Constructor for class org.codelibs.core.misc.ValueHolder
インスタンスを構築します。
ValueHolder(T) - Constructor for class org.codelibs.core.misc.ValueHolder
インスタンスを構築します。
valueOf(String) - Static method in enum org.codelibs.core.log.Logger.LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.codelibs.core.log.Logger.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.codelibs.core.misc.DynamicProperties
 
VfsZipTraverser(URL, String, String) - Constructor for class org.codelibs.core.io.TraversalUtil.VfsZipTraverser
インスタンスを構築します。

W

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

Z

ZipFileUtil - Class in org.codelibs.core.zip
ZipFileを扱うユーティリティクラスです。
ZipFileUtil() - Constructor for class org.codelibs.core.zip.ZipFileUtil
 
ZipInputStreamUtil - Class in org.codelibs.core.zip
ZipInputStreamを扱うユーティリティクラスです。
ZipInputStreamUtil() - Constructor for class org.codelibs.core.zip.ZipInputStreamUtil
 
zipUrl - Variable in class 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 
All Classes All Packages