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

I

IdContext - woolpack.id の インタフェース
識別子を属性として持つコンテキストです。
IdConverter<R,E extends java.lang.Exception> - woolpack.id の クラス
id の変換を委譲するFnです。
IdConverter(Fn<? super String, String, ? extends E>) - クラス woolpack.id.IdConverter のコンストラクタ
 
IdGetter<E extends java.lang.Exception> - woolpack.id の クラス
IdContext.getId()を返すFnです。
IdGetter() - クラス woolpack.id.IdGetter のコンストラクタ
 
IdNodeUtils - woolpack.idnode の クラス
ユーティリティです。
IdUtils - woolpack.id の クラス
ユーティリティです。
IfFn<C,R,E extends java.lang.Exception> - woolpack.fn の クラス
評価結果により委譲先を分岐するFnです。
IfFn(Fn<? super C, ?, ? extends E>, Fn<? super C, ? extends R, ? extends E>, Fn<? super C, ? extends R, ? extends E>) - クラス woolpack.fn.IfFn のコンストラクタ
 
ifNot(Fn<? super C, ?, ? extends E>, Fn<? super C, ? extends Boolean, ? extends E>) - クラス woolpack.bool.BoolUtils の static メソッド
評価結果がBoolean.TRUEでない場合に委譲するFnを返します。
IFrameInserter<C extends NodeContext & IdContext,E extends java.lang.Exception> - woolpack.idnode の クラス
HTML の内部フレームを流し込むFnです。
IFrameInserter(String, String, Fn<? super C, Void, ? extends E>, Fn<String, String, ? extends E>) - クラス woolpack.idnode.IFrameInserter のコンストラクタ
 
ifTrue(Fn<? super C, ?, ? extends E>, Fn<? super C, ? extends Boolean, ? extends E>) - クラス woolpack.bool.BoolUtils の static メソッド
評価結果がBoolean.TRUEの場合に委譲するFnを返します。
ifTrue(Fn<? super C, ?, ? extends E>, Fn<? super C, ? extends R, ? extends E>, Fn<? super C, ? extends R, ? extends E>) - クラス woolpack.fn.FnUtils の static メソッド
 
init() - クラス woolpack.test.TestDomContextBuilder のメソッド
EEContextを初期化します。
initXPath(String) - クラス woolpack.test.TestDomContextBuilder のメソッド
EEContextを初期化します。
injectiveMap(Map<K, V>) - クラス woolpack.utils.Utils の static メソッド
単射であることを維持するMapのビューを返します。
INPUT_EL - クラス woolpack.ee.EEUtils の static 変数
EEContextを基点とみなして EEContext.getInput()を返すGettingELです。
inputMap(DataSource, Fn<? super Map<String, ?>, ? extends PreparedStatementInfo, ? extends Exception>, Fn<? super PreparedStatement, ? extends R, ? extends Exception>) - クラス woolpack.sql.fn.SqlFnUtils の static メソッド
 
inputMap(DataSource, PreparedStatementInfo, Fn<? super PreparedStatement, ? extends R, ? extends Exception>) - クラス woolpack.sql.fn.SqlFnUtils の static メソッド
 
inputSingle(DataSource, Fn<? super C, ? extends String, ? extends Exception>, Fn<? super PreparedStatement, ? extends R, ? extends Exception>) - クラス woolpack.sql.fn.SqlFnUtils の static メソッド
 
inputSingle(DataSource, String, Fn<? super PreparedStatement, ? extends R, ? extends Exception>) - クラス woolpack.sql.fn.SqlFnUtils の static メソッド
 
inputStatement(DataSource, Fn<? super C, ? extends String, ? extends Exception>, Fn<? super Statement, ? extends R, ? extends Exception>) - クラス woolpack.sql.fn.SqlFnUtils の static メソッド
 
inputStatement(DataSource, String, Fn<? super Statement, ? extends R, ? extends Exception>) - クラス woolpack.sql.fn.SqlFnUtils の static メソッド
 
inputStreamReaderFactory(Fn<? super C, ? extends InputStream, ? extends IOException>, String) - クラス woolpack.factory.FactoryUtils の static メソッド
 
InputStreamReaderFactory<C> - woolpack.factory の クラス
委譲先で取得したInputStreamReaderに変換するFnです。
InputStreamReaderFactory(Fn<? super C, ? extends InputStream, ? extends IOException>, String) - クラス woolpack.factory.InputStreamReaderFactory のコンストラクタ
 
insert(int, String) - クラス woolpack.sql.meta.MarkableStringBuilder のメソッド
マーカーの位置に挿入します。
insert(int, String, String) - クラス woolpack.sql.meta.MarkableStringBuilder のメソッド
同一マーカーの最初の呼出では first を挿入し、二回目以降の呼出では plural を挿入します。
INSERT_FACTORY - クラス woolpack.sql.meta.SqlMetaUtils の static 変数
登録用のクエリ情報を生成するFnです。
INSERT_FACTORY_FACTORY - クラス woolpack.sql.meta.SqlMetaUtils の static 変数
指定されたカラム名だけを指定する登録用のクエリ情報を生成するFnを返すFnです。
insertElementToChild(String, Fn<? super C, Void, ? extends E>) - クラス woolpack.xml.XmlUtils の static メソッド
 
insertElementToChild(String) - クラス woolpack.xml.XmlUtils の static メソッド
 
insertElementToParent(String, Fn<? super C, Void, ? extends E>) - クラス woolpack.xml.XmlUtils の static メソッド
 
insertElementToParent(String) - クラス woolpack.xml.XmlUtils の static メソッド
 
insertIFrame(String, String, Fn<C, Void, ? extends E>, Fn<String, String, ? extends E>) - クラス woolpack.idnode.IdNodeUtils の static メソッド
 
insertRow() - クラス woolpack.sql.adapter.ResultSetAdapter のメソッド
 
insertRowIndex(String) - クラス woolpack.html.HtmlUtils の static メソッド
 
interpret(C, PropertyCounter) - クラス woolpack.html.AbstractCountProperty のメソッド
Fn.exec(Object)から呼び出されます(called)。
interpret(C, PropertyCounter) - クラス woolpack.html.BranchPropertyCounter のメソッド
 
INTERRUPT - クラス woolpack.acquirable.AcquirableUtils の static 変数
常に実行権を与えず、実行したスレッドに対しThread.interrupt()を実行するAcquirableです。
INTERRUPTED_EXCEPTION - クラス woolpack.acquirable.AcquirableUtils の static 変数
常に実行権を与えず、 実行したスレッドに対しThread.interrupt()を実行し、 InterruptedExceptionを原因として持つ IllegalStateExceptionを投げるAcquirableです。
inverseMap(Map<K, V>) - クラス woolpack.utils.Utils の static メソッド
逆写像のMapのビューを返します。
invoke(Object, String, Map) - クラス woolpack.action.ActionInvoker のメソッド
アクションを実行します。
isAfterLast() - クラス woolpack.sql.adapter.ResultSetAdapter のメソッド
 
isAnonymousConnectFlag() - クラス woolpack.sql.adapter.DriverManagerDataSource のメソッド
 
isBeforeFirst() - クラス woolpack.sql.adapter.ResultSetAdapter のメソッド
 
isClosed() - クラス woolpack.sql.adapter.ConnectionAdapter のメソッド
 
isEmpty() - クラス woolpack.utils.DelegationCollection のメソッド
 
isEmpty() - クラス woolpack.utils.DelegationMap のメソッド
 
isFair() - クラス woolpack.acquirable.DoSemaphoreFactory のメソッド
 
isFair() - クラス woolpack.acquirable.TrySemaphoreFactory のメソッド
 
isFirst() - クラス woolpack.sql.adapter.ResultSetAdapter のメソッド
 
isLast() - クラス woolpack.sql.adapter.ResultSetAdapter のメソッド
 
isNotNull() - クラス woolpack.sql.meta.ColumnInfo のメソッド
 
isReadOnly() - クラス woolpack.sql.adapter.ConnectionAdapter のメソッド
 
isSelectFlag() - クラス woolpack.html.ValueUpdater のメソッド
 
isValueNotFoundIgnoreFlag() - クラス woolpack.ee.ValidatorBuilder のメソッド
 
IterableAcceptor<E extends java.lang.Exception> - woolpack.visitor の クラス
エレメント役をIterableにキャストして、順次取り出した 値を引数にしてVisitor.visit(Object)に委譲するFnです。
IterableAcceptor() - クラス woolpack.visitor.IterableAcceptor のコンストラクタ
 
iterator() - クラス woolpack.utils.DelegationCollection のメソッド
 

Woolpack API
A B C D E F G H I J K L M N O P R S T U V W X
Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.