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

$

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

A

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

B

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

C

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

D

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

E

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

F

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

G

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

H

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

I

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

J

jarFile - クラス org.seasar.util.io.TraversalUtil.JarFileTraverser の変数
Jarファイルです。
JarFileUtil - org.seasar.util.jar の クラス
JarFileを扱うユーティリティクラスです。
JarFileUtil() - クラス org.seasar.util.jar.JarFileUtil のコンストラクタ
 
JarInputStreamUtil - org.seasar.util.jar の クラス
JarInputStream用のユーティリティクラスです。
JarInputStreamUtil() - クラス org.seasar.util.jar.JarInputStreamUtil のコンストラクタ
 
JarURLConnectionUtil - org.seasar.util.net の クラス
JarURLConnection用のユーティリティクラスです。
JarURLConnectionUtil() - クラス org.seasar.util.net.JarURLConnectionUtil のコンストラクタ
 
JAVA_IO_TMPDIR - クラス org.seasar.util.lang.SystemPropertyUtil の static 変数
java.io.tmpdir システムプロパティ。

K

key - クラス org.seasar.util.collection.ArrayMap.Entry の変数
キー

L

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

M

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

N

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

O

ObjectUtil - org.seasar.util.lang の クラス
Object用のユーティリティクラスです。
ObjectUtil() - クラス org.seasar.util.lang.ObjectUtil のコンストラクタ
 
openConnection(URL) - クラス org.seasar.util.net.URLUtil の static メソッド
URLが参照するリモートオブジェクトへの接続を表すURLConnectionオブジェクトを返します。
openStream(URL) - クラス org.seasar.util.net.URLUtil の static メソッド
URLをオープンしてInputStreamを返します。
ordinaryChar(byte[], int) - クラス org.seasar.util.text.Tokenizer の static メソッド
単独で存在する文字として設定します。
org.seasar.util.beans - パッケージ org.seasar.util.beans
JavaBeansのメタデータにアクセスするためのインターフェースを提供します。
org.seasar.util.beans.converter - パッケージ org.seasar.util.beans.converter
JavaBeansのプロパティを変換するためのコンバータを提供します。
org.seasar.util.beans.factory - パッケージ org.seasar.util.beans.factory
BeanDescParameterizedClassDescのファクトリを提供します。
org.seasar.util.beans.impl - パッケージ org.seasar.util.beans.impl
JavaBeansのメタデータにアクセスする機能の実装を提供します。
org.seasar.util.beans.util - パッケージ org.seasar.util.beans.util
JavaBeans同士やJavaBeansとMapを相互変換する機能など、JavaBeansを扱うユーティリティを提供します。
org.seasar.util.collection - パッケージ org.seasar.util.collection
コレクションやマップ、配列を扱うユーティリティを提供します。
org.seasar.util.convert - パッケージ org.seasar.util.convert
型を変換するユーティリティを提供します。
org.seasar.util.crypto - パッケージ org.seasar.util.crypto
暗号を扱うユーティリティを提供します。
org.seasar.util.crypto.impl - パッケージ org.seasar.util.crypto.impl
暗号を扱う機能の実装を提供します。
org.seasar.util.exception - パッケージ org.seasar.util.exception
S2Utilがスローする例外を提供します。
org.seasar.util.io - パッケージ org.seasar.util.io
入出力を扱うユーティリティを提供します。
org.seasar.util.jar - パッケージ org.seasar.util.jar
Jarを扱うユーティリティを提供します。
org.seasar.util.lang - パッケージ org.seasar.util.lang
クラスやフィールド、メソッドなど扱うユーティリティを提供します。
org.seasar.util.log - パッケージ org.seasar.util.log
ログ出力の機能を提供します。
org.seasar.util.message - パッケージ org.seasar.util.message
プロパティファイルに定義されたパターンを使用してメッセージを組み立てるためのクラスを提供します。
org.seasar.util.misc - パッケージ org.seasar.util.misc
様々なユーティリティを提供します。
org.seasar.util.naming - パッケージ org.seasar.util.naming
JNDIを扱うユーティリティを提供します。
org.seasar.util.net - パッケージ org.seasar.util.net
ネットワークを扱うユーティリティを提供します。
org.seasar.util.nio - パッケージ org.seasar.util.nio
New I/Oを扱うユーティリティを提供します。
org.seasar.util.security - パッケージ org.seasar.util.security
セキュリティを扱うユーティリティを提供します。
org.seasar.util.sql - パッケージ org.seasar.util.sql
JDBCを扱うユーティリティを提供します。
org.seasar.util.text - パッケージ org.seasar.util.text
テキストを扱うユーティリティを提供します。
org.seasar.util.transaction - パッケージ org.seasar.util.transaction
JTAを扱うユーティリティを提供します。
org.seasar.util.xml - パッケージ org.seasar.util.xml
XMLを扱うユーティリティを提供します。
org.seasar.util.zip - パッケージ org.seasar.util.zip
ZIPを扱うユーティリティを提供します。
OS_NAME - クラス org.seasar.util.lang.SystemPropertyUtil の static 変数
os.name システムプロパティ。
OutputStreamUtil - org.seasar.util.io の クラス
OutputStream用のユーティリティクラスです。
OutputStreamUtil() - クラス org.seasar.util.io.OutputStreamUtil のコンストラクタ
 

P

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

R

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

S

SAXParserFactoryUtil - org.seasar.util.xml の クラス
SAXParser用のユーティリティクラスです。
SAXParserFactoryUtil() - クラス org.seasar.util.xml.SAXParserFactoryUtil のコンストラクタ
 
SAXParserUtil - org.seasar.util.xml の クラス
SAXParser用のユーティリティ・クラスです。
SAXParserUtil() - クラス org.seasar.util.xml.SAXParserUtil のコンストラクタ
 
SAXRuntimeException - org.seasar.util.exception の 例外
SAXExceptionをラップする例外です。
SAXRuntimeException(SAXException) - 例外 org.seasar.util.exception.SAXRuntimeException のコンストラクタ
SAXRuntimeExceptionを作成します。
SchemaFactoryUtil - org.seasar.util.xml の クラス
SchemaFactoryのためのユーティリティ・クラスです。
SchemaFactoryUtil() - クラス org.seasar.util.xml.SchemaFactoryUtil のコンストラクタ
 
SchemaUtil - org.seasar.util.xml の クラス
Schemaのためのユーティリティ・クラスです。
SchemaUtil() - クラス org.seasar.util.xml.SchemaUtil のコンストラクタ
 
second - クラス org.seasar.util.misc.Pair の変数
2番目の値
serialize(Object) - クラス org.seasar.util.io.SerializeUtil の static メソッド
オブジェクトをシリアライズできるかテストします。
SerializeUtil - org.seasar.util.io の クラス
オブジェクトをシリアライズするためのユーティリティです。
SerializeUtil() - クラス org.seasar.util.io.SerializeUtil のコンストラクタ
 
set(int, E) - クラス org.seasar.util.collection.SLinkedList のメソッド
インデックスで指定された位置に要素を設定します。
set(Field, Object) - クラス org.seasar.util.lang.FieldUtil の static メソッド
Fieldオブジェクトによって表されるstaticフィールドを、指定された新しい値に設定します。
set(Field, Object, Object) - クラス org.seasar.util.lang.FieldUtil の static メソッド
Fieldオブジェクトによって表される指定されたオブジェクト引数のフィールドを、指定された新しい値に設定します。
setArguments(ParameterizedClassDesc[]) - クラス org.seasar.util.beans.impl.ParameterizedClassDescImpl のメソッド
型引数を表すParameterizedClassDescの配列を設定します。
setAt(int, V) - クラス org.seasar.util.collection.ArrayMap のメソッド
インデックスで指定された位置に値を設定します。
setFetchSize(Statement, int) - クラス org.seasar.util.sql.StatementUtil の static メソッド
フェッチサイズを設定します。
setField(Field) - クラス org.seasar.util.beans.impl.PropertyDescImpl のメソッド
プロパティとして認識しているpublicフィールドを設定します。
setFieldValue(Object, Object) - インタフェース org.seasar.util.beans.FieldDesc のメソッド
Fieldの値を設定します。
setFieldValue(Object, Object) - クラス org.seasar.util.beans.impl.FieldDescImpl のメソッド
 
setFirst(T1) - クラス org.seasar.util.misc.Pair のメソッド
1番目の値を設定します。
setMaxRows(Statement, int) - クラス org.seasar.util.sql.StatementUtil の static メソッド
最大行数を設定します。
setProperty(SAXParser, String, String) - クラス org.seasar.util.xml.SAXParserUtil の static メソッド
XMLReaderの基本となる実装に特定のプロパティを設定します。
setQueryTimeout(Statement, int) - クラス org.seasar.util.sql.StatementUtil の static メソッド
クエリタイムアウトを設定します。
setRawClass(Class<?>) - クラス org.seasar.util.beans.impl.ParameterizedClassDescImpl のメソッド
原型となるクラスを設定します。
setReadMethod(Method) - クラス org.seasar.util.beans.impl.PropertyDescImpl のメソッド
getterメソッドを設定します。
setRollbackOnly(TransactionManager) - クラス org.seasar.util.transaction.TransactionManagerUtil の static メソッド
ロールバックオンリーに設定します。
setSecond(T2) - クラス org.seasar.util.misc.Pair のメソッド
2番目の値を設定します。
setStaticFieldValue(Object) - インタフェース org.seasar.util.beans.FieldDesc のメソッド
staticなFieldの値を設定します。
setStaticFieldValue(Object) - クラス org.seasar.util.beans.impl.FieldDescImpl のメソッド
 
setup(byte[]) - クラス org.seasar.util.text.Tokenizer の static メソッド
 
setupConstructorDescs() - クラス org.seasar.util.beans.impl.BeanDescImpl のメソッド
コンストラクタを準備します。
setupFieldDescs() - クラス org.seasar.util.beans.impl.BeanDescImpl のメソッド
フィールドを準備します。
setupFieldDescsByInterface(Class<?>) - クラス org.seasar.util.beans.impl.BeanDescImpl のメソッド
インターフェースに定義されたフィールドを準備します。
setupMethodDescs() - クラス org.seasar.util.beans.impl.BeanDescImpl のメソッド
メソッドを準備します。
setupPropertyDescs() - クラス org.seasar.util.beans.impl.BeanDescImpl のメソッド
PropertyDescを準備します。
setupReadMethod(Method, String) - クラス org.seasar.util.beans.impl.BeanDescImpl のメソッド
getterメソッドを準備します。
setupWriteMethod(Method, String) - クラス org.seasar.util.beans.impl.BeanDescImpl のメソッド
setterメソッドを準備します。
setValue(Object, Object) - クラス org.seasar.util.beans.impl.PropertyDescImpl のメソッド
 
setValue(Object, Object) - インタフェース org.seasar.util.beans.PropertyDesc のメソッド
プロパティに値を設定します。
setValue(V) - クラス org.seasar.util.collection.ArrayMap.Entry のメソッド
 
setValue(T) - クラス org.seasar.util.misc.ValueHolder のメソッド
値を設定します。
setValue1(T1) - クラス org.seasar.util.misc.Tuple3 のメソッド
1番目の値を設定します。
setValue1(T1) - クラス org.seasar.util.misc.Tuple4 のメソッド
1番目の値を設定します。
setValue1(T1) - クラス org.seasar.util.misc.Tuple5 のメソッド
1番目の値を設定します。
setValue2(T2) - クラス org.seasar.util.misc.Tuple3 のメソッド
2番目の値を設定します。
setValue2(T2) - クラス org.seasar.util.misc.Tuple4 のメソッド
2番目の値を設定します。
setValue2(T2) - クラス org.seasar.util.misc.Tuple5 のメソッド
2番目の値を設定します。
setValue3(T3) - クラス org.seasar.util.misc.Tuple3 のメソッド
3番目の値を設定します。
setValue3(T3) - クラス org.seasar.util.misc.Tuple4 のメソッド
3番目の値を設定します。
setValue3(T3) - クラス org.seasar.util.misc.Tuple5 のメソッド
3番目の値を設定します。
setValue4(T4) - クラス org.seasar.util.misc.Tuple4 のメソッド
4番目の値を設定します。
setValue4(T4) - クラス org.seasar.util.misc.Tuple5 のメソッド
4番目の値を設定します。
setValue5(T5) - クラス org.seasar.util.misc.Tuple5 のメソッド
5番目の値を設定します。
setWriteMethod(Method) - クラス org.seasar.util.beans.impl.PropertyDescImpl のメソッド
setterメソッドを設定します。
setXIncludeAware(SAXParserFactory, boolean) - クラス org.seasar.util.xml.SAXParserFactoryUtil の static メソッド
XIncludeの有効/無効を設定します。
ShortConversionUtil - org.seasar.util.convert の クラス
Short用の変換ユーティリティです。
ShortConversionUtil() - クラス org.seasar.util.convert.ShortConversionUtil のコンストラクタ
 
SIllegalArgumentException - org.seasar.util.exception の 例外
IllegalArgumentExceptionをラップする例外です。
SIllegalArgumentException(String, String, Object[]) - 例外 org.seasar.util.exception.SIllegalArgumentException のコンストラクタ
SIllegalArgumentExceptionを作成します。
SIllegalArgumentException(String, String, Object[], Throwable) - 例外 org.seasar.util.exception.SIllegalArgumentException のコンストラクタ
SIllegalArgumentExceptionを作成します。
SIllegalStateException - org.seasar.util.exception の 例外
IllegalStateExceptionをラップする例外です。
SIllegalStateException() - 例外 org.seasar.util.exception.SIllegalStateException のコンストラクタ
SIllegalStateExceptionを作成します。
SIllegalStateException(String) - 例外 org.seasar.util.exception.SIllegalStateException のコンストラクタ
SIllegalStateExceptionを作成します。
SIllegalStateException(String, Throwable) - 例外 org.seasar.util.exception.SIllegalStateException のコンストラクタ
SIllegalStateExceptionを作成します。
SIllegalStateException(Throwable) - 例外 org.seasar.util.exception.SIllegalStateException のコンストラクタ
SIllegalStateExceptionを作成します。
SIndexOutOfBoundsException - org.seasar.util.exception の 例外
IndexOutOfBoundsExceptionをラップする例外です。
SIndexOutOfBoundsException() - 例外 org.seasar.util.exception.SIndexOutOfBoundsException のコンストラクタ
SIndexOutOfBoundsExceptionを作成します。
SIndexOutOfBoundsException(String) - 例外 org.seasar.util.exception.SIndexOutOfBoundsException のコンストラクタ
SIndexOutOfBoundsExceptionを作成します。
SingleValueIterator<E> - org.seasar.util.collection の クラス
一つの値を返すIteratorです。
SingleValueIterator(E) - クラス org.seasar.util.collection.SingleValueIterator のコンストラクタ
インスタンスを構築します。
size - クラス org.seasar.util.collection.ArrayMap の変数
要素数
size() - クラス org.seasar.util.collection.ArrayMap のメソッド
 
size() - クラス org.seasar.util.collection.CaseInsensitiveSet のメソッド
 
size() - クラス org.seasar.util.collection.SLinkedList のメソッド
要素の数を返します。
size(FileChannel) - クラス org.seasar.util.nio.ChannelUtil の static メソッド
ファイルのサイズを返します。
SLinkedList<E> - org.seasar.util.collection の クラス
Seasar2用の連結リストです。
SLinkedList() - クラス org.seasar.util.collection.SLinkedList のコンストラクタ
SLinkedListを作成します。
SLinkedList.Entry - org.seasar.util.collection の クラス
要素を格納するエントリです。
SNoSuchElementException - org.seasar.util.exception の 例外
NoSuchElementExceptionをラップする例外です。
SNoSuchElementException() - 例外 org.seasar.util.exception.SNoSuchElementException のコンストラクタ
SNoSuchElementExceptionを作成します。
SNoSuchElementException(String) - 例外 org.seasar.util.exception.SNoSuchElementException のコンストラクタ
SNoSuchElementExceptionを作成します。
split(String, String) - クラス org.seasar.util.lang.StringUtil の static メソッド
文字列を分割します。
splitPackageAndShortClassName(String) - クラス org.seasar.util.lang.ClassUtil の static メソッド
FQCNをパッケージ名とFQCNからパッケージ名を除いた名前に分けます。
SqlDateConverter - org.seasar.util.beans.converter の クラス
SQLの日付用のコンバータです。
SqlDateConverter(String) - クラス org.seasar.util.beans.converter.SqlDateConverter のコンストラクタ
インスタンスを構築します。
sqlDateConverter(String, CharSequence...) - クラス org.seasar.util.beans.util.CopyOptions のメソッド
SQL用日付のコンバータを設定します。
sqlDateConverter(String, CharSequence...) - クラス org.seasar.util.beans.util.CopyOptionsUtil の static メソッド
SQL用日付のコンバータを設定したCopyOptionsを返します。
SQLRuntimeException - org.seasar.util.exception の 例外
SQLExceptionをラップする例外です。
SQLRuntimeException(SQLException) - 例外 org.seasar.util.exception.SQLRuntimeException のコンストラクタ
SQLRuntimeExceptionを作成します。
src - クラス org.seasar.util.convert.DateConversionUtil.PlainDateFormatIterator の変数
変換元の文字列
src - クラス org.seasar.util.convert.TimeConversionUtil.PlainDateFormatIterator の変数
変換元の文字列
src - クラス org.seasar.util.convert.TimestampConversionUtil.PlainDateFormatIterator の変数
変換元の文字列
SRuntimeException - org.seasar.util.exception の 例外
S2Utilの例外のベースクラスです。
SRuntimeException(String, Object[]) - 例外 org.seasar.util.exception.SRuntimeException のコンストラクタ
SRuntimeExceptionを作成します。
SRuntimeException(String, Object[], Throwable) - 例外 org.seasar.util.exception.SRuntimeException のコンストラクタ
SRuntimeExceptionを作成します。
SSQLException - org.seasar.util.exception の 例外
S2Util用のSQLExceptionです。
SSQLException(String, Object[]) - 例外 org.seasar.util.exception.SSQLException のコンストラクタ
SSQLExceptionを作成します。
SSQLException(String, Object[], Throwable) - 例外 org.seasar.util.exception.SSQLException のコンストラクタ
SSQLExceptionを作成します。
SSQLException(String, Object[], String) - 例外 org.seasar.util.exception.SSQLException のコンストラクタ
SSQLExceptionを作成します。
SSQLException(String, Object[], String, Throwable) - 例外 org.seasar.util.exception.SSQLException のコンストラクタ
SSQLExceptionを作成します。
SSQLException(String, Object[], String, int) - 例外 org.seasar.util.exception.SSQLException のコンストラクタ
SSQLExceptionを作成します。
SSQLException(String, Object[], String, int, Throwable) - 例外 org.seasar.util.exception.SSQLException のコンストラクタ
SSQLExceptionを作成します。
SSQLException(String, Object[], String, int, String) - 例外 org.seasar.util.exception.SSQLException のコンストラクタ
SSQLExceptionを作成します。
SSQLException(String, Object[], String, int, Throwable, String) - 例外 org.seasar.util.exception.SSQLException のコンストラクタ
SSQLExceptionを作成します。
startsWithIgnoreCase(String, String) - クラス org.seasar.util.lang.StringUtil の static メソッド
大文字小文字を無視して特定の文字で始まっているのかどうかを返します。
StatementUtil - org.seasar.util.sql の クラス
Statement用のユーティリティクラスです。
StatementUtil() - クラス org.seasar.util.sql.StatementUtil のコンストラクタ
 
store(Properties, OutputStream, String) - クラス org.seasar.util.io.PropertiesUtil の static メソッド
Properties.store(OutputStream, String)の例外処理をラップします。
store(Properties, Writer, String) - クラス org.seasar.util.io.PropertiesUtil の static メソッド
Properties.store(Writer, String)の例外処理をラップします。
store(Properties, File, String, String) - クラス org.seasar.util.io.PropertiesUtil の static メソッド
指定のエンコーディングでファイルを書き出してPropertiesをストアします(例外処理はラップします)。
store(Properties, File, String) - クラス org.seasar.util.io.PropertiesUtil の static メソッド
プラットフォームデフォルトエンコーディングでファイルを書き出してPropertiesをストアします(例外処理はラップします)。
StringConversionUtil - org.seasar.util.convert の クラス
String用の変換ユーティリティです。
StringConversionUtil() - クラス org.seasar.util.convert.StringConversionUtil のコンストラクタ
 
StringUtil - org.seasar.util.lang の クラス
String用のユーティリティクラスです。
StringUtil() - クラス org.seasar.util.lang.StringUtil のコンストラクタ
 
STYLES - クラス org.seasar.util.convert.DateConversionUtil の static 変数
DateFormatが持つスタイルの配列
STYLES - クラス org.seasar.util.convert.TimeConversionUtil の static 変数
DateFormatが持つスタイルの配列
STYLES - クラス org.seasar.util.convert.TimestampConversionUtil の static 変数
DateFormatが持つスタイルの配列
substringFromLast(String, String) - クラス org.seasar.util.lang.StringUtil の static メソッド
文字列の最後から指定した文字列で始まっている部分より手前を返します。
substringToLast(String, String) - クラス org.seasar.util.lang.StringUtil の static メソッド
文字列の最後から指定した文字列で始まっている部分より後ろを返します。
SUnsupportedOperationException - org.seasar.util.exception の 例外
UnsupportedOperationExceptionをラップする例外です。
SUnsupportedOperationException() - 例外 org.seasar.util.exception.SUnsupportedOperationException のコンストラクタ
SUnsupportedOperationExceptionを作成します。
SUnsupportedOperationException(String) - 例外 org.seasar.util.exception.SUnsupportedOperationException のコンストラクタ
SUnsupportedOperationExceptionを作成します。
SUnsupportedOperationException(String, Throwable) - 例外 org.seasar.util.exception.SUnsupportedOperationException のコンストラクタ
SUnsupportedOperationExceptionを作成します。
SUnsupportedOperationException(Throwable) - 例外 org.seasar.util.exception.SUnsupportedOperationException のコンストラクタ
SUnsupportedOperationExceptionを作成します。
swapValue(ArrayMap.Entry<K, V>, V) - クラス org.seasar.util.collection.ArrayMap のメソッド
エントリの値を新しい値で置き換えます。
SystemPropertyUtil - org.seasar.util.lang の クラス
システムプロパティ用のユーティリティクラスです。
SystemPropertyUtil() - クラス org.seasar.util.lang.SystemPropertyUtil のコンストラクタ
 
SystemRuntimeException - org.seasar.util.exception の 例外
SystemExceptionをラップする例外です。
SystemRuntimeException(SystemException) - 例外 org.seasar.util.exception.SystemRuntimeException のコンストラクタ
SystemRuntimeExceptionを作成します。

T

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

U

URLUtil - org.seasar.util.net の クラス
URLを扱うユーティリティ・クラスです。
URLUtil() - クラス org.seasar.util.net.URLUtil のコンストラクタ
 
USER_DIR - クラス org.seasar.util.lang.SystemPropertyUtil の static 変数
user.dir システムプロパティ。
USER_HOME - クラス org.seasar.util.lang.SystemPropertyUtil の static 変数
user.home システムプロパティ。
UuidUtil - org.seasar.util.net の クラス
UUIDを作成するユーティリティです。
UuidUtil() - クラス org.seasar.util.net.UuidUtil のコンストラクタ
 

V

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

W

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

Z

ZipFileUtil - org.seasar.util.zip の クラス
ZipFileを扱うユーティリティクラスです。
ZipFileUtil() - クラス org.seasar.util.zip.ZipFileUtil のコンストラクタ
 
ZipInputStreamUtil - org.seasar.util.zip の クラス
ZipInputStreamを扱うユーティリティクラスです。
ZipInputStreamUtil() - クラス org.seasar.util.zip.ZipInputStreamUtil のコンストラクタ
 
zipUrl - クラス org.seasar.util.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

Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.