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> - woolpack.id の クラス
id の変換を委譲するFnです。
IdConverter(Fn<? super String, String>) - クラス woolpack.id.IdConverter のコンストラクタ
 
IdGetter - woolpack.id の クラス
IdContext.getId()を返すFnです。
IdGetter() - クラス woolpack.id.IdGetter のコンストラクタ
 
IdUtils - woolpack.id の クラス
ユーティリティです。
IfFn<C,R> - woolpack.fn の クラス
評価結果により委譲先を分岐するFnです。
IfFn(Fn<? super C, ?>, Fn<? super C, ? extends R>, Fn<? super C, ? extends R>) - クラス woolpack.fn.IfFn のコンストラクタ
 
ifNot(Fn<? super C, ?>, Fn<? super C, ? extends Boolean>) - クラス woolpack.bool.BoolUtils の static メソッド
評価結果がBoolean.TRUEでない場合に委譲するFnを返します。
ifTrue(Fn<? super C, ?>, Fn<? super C, ? extends Boolean>) - クラス woolpack.bool.BoolUtils の static メソッド
評価結果がBoolean.TRUEの場合に委譲するFnを返します。
ifTrue(Fn<? super C, ?>, Fn<? super C, ? extends R>, Fn<? super C, ? extends R>) - クラス 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です。
inputStreamReaderFactory(Fn<? super C, ? extends InputStream>, String) - クラス woolpack.factory.FactoryUtils の static メソッド
 
InputStreamReaderFactory<C> - woolpack.factory の クラス
委譲先で取得したInputStreamReaderに変換するFnです。
InputStreamReaderFactory(Fn<? super C, ? extends InputStream>, String) - クラス woolpack.factory.InputStreamReaderFactory のコンストラクタ
 
insertElementToChild(String, Fn<? super C, Void>) - クラス woolpack.xml.XmlUtils の static メソッド
 
insertElementToChild(String) - クラス woolpack.xml.XmlUtils の static メソッド
 
insertElementToParent(String, Fn<? super C, Void>) - クラス woolpack.xml.XmlUtils の static メソッド
 
insertElementToParent(String) - クラス woolpack.xml.XmlUtils の static メソッド
 
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 のメソッド
アクションを実行します。
isDeepFlag() - クラス woolpack.xml.NodeFindableChildNodesImpl のメソッド
 
isEmpty() - クラス woolpack.utils.DelegationCollection のメソッド
 
isEmpty() - クラス woolpack.utils.DelegationMap のメソッド
 
isFair() - クラス woolpack.acquirable.DoSemaphoreFactory のメソッド
 
isFair() - クラス woolpack.acquirable.TrySemaphoreFactory のメソッド
 
isSelectFlag() - クラス woolpack.html.ValueUpdater のメソッド
 
isValueNotFoundIgnoreFlag() - クラス woolpack.ee.ValidatorBuilder のメソッド
 
ITERABLE_ACCEPTOR - クラス woolpack.visitor.VisitorUtils の static 変数
 
IterableAcceptor - 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.