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

N

NameBranch<E extends java.lang.Exception> - woolpack.validator の クラス
プロパティ名で委譲先を分岐するFnです。
NameBranch(BooleanOperator<ValidatorContext, E>, Map<String, ? extends Fn<? super ValidatorContext, Boolean, ? extends E>>) - クラス woolpack.validator.NameBranch のコンストラクタ
 
NameBranchIfExists<E extends java.lang.Exception> - woolpack.validator の クラス
プロパティ名で委譲先を分岐するFnです。
NameBranchIfExists(BooleanOperator<ValidatorContext, E>, Map<String, ? extends Fn<? super ValidatorContext, Boolean, ? extends E>>) - クラス woolpack.validator.NameBranchIfExists のコンストラクタ
 
nativeSQL(String) - クラス woolpack.sql.adapter.ConnectionAdapter のメソッド
 
netMask(String) - クラス woolpack.convert.ConvertUtils の static メソッド
 
NetMaskConverter<E extends java.lang.Exception> - woolpack.convert の クラス
コンテキスト役をIPv4アドレスとしてネットワークアドレスを返すFnです。
NetMaskConverter(String) - クラス woolpack.convert.NetMaskConverter のコンストラクタ
 
newGetter(Class, String) - クラス woolpack.el.CachePropertyELFactory のメソッド
 
newGetter(Class, String) - クラス woolpack.el.MapPropertyELFactory のメソッド
 
newGetter(Class, String) - インタフェース woolpack.el.PropertyELFactory のメソッド
対象クラスの対象プロパティ名の値を取得するためのGettingELを返します。
newGetter(Class, String) - クラス woolpack.el.ReflectionPropertyELFactory のメソッド
 
newInstance(Class<R>) - クラス woolpack.factory.FactoryUtils の static メソッド
 
NewInstanceFactory<R> - woolpack.factory の クラス
Class.newInstance()を使用するオブジェクトファクトリです。
NewInstanceFactory(Class<R>) - クラス woolpack.factory.NewInstanceFactory のコンストラクタ
 
newSetter(Class, String) - クラス woolpack.el.CachePropertyELFactory のメソッド
 
newSetter(Class, String) - クラス woolpack.el.MapPropertyELFactory のメソッド
 
newSetter(Class, String) - インタフェース woolpack.el.PropertyELFactory のメソッド
対象クラスの対象プロパティ名に値を設定するためのELを返します。
newSetter(Class, String) - クラス woolpack.el.ReflectionPropertyELFactory のメソッド
 
NewStringKeyMap<V> - woolpack.utils の クラス
AbstractMap.put(Object, Object)の際に new String(String) に置き換えて委譲先に設定するMapです。
NewStringKeyMap(Map<String, V>) - クラス woolpack.utils.NewStringKeyMap のコンストラクタ
 
next() - クラス woolpack.sql.adapter.ResultSetAdapter のメソッド
 
NODE_EL - クラス woolpack.xml.XmlUtils の static 変数
NodeContextのアクセサにアクセスするELです。
NodeClone<E extends java.lang.Exception> - woolpack.xml の クラス
Node.cloneNode(boolean)で複製したノードを再設定するFnです。
NodeClone() - クラス woolpack.xml.NodeClone のコンストラクタ
 
NodeContext - woolpack.xml の インタフェース
DOM ノードを属性として持つコンテキストです。
NodeFactory<E extends java.lang.Exception> - woolpack.xml の クラス
ReaderXmlTransformerを使用するNodeのファクトリです。
NodeFactory(Fn<? super String, ? extends Reader, ? extends E>, Fn<XmlTransformerContext, Void, ? extends E>) - クラス woolpack.xml.NodeFactory のコンストラクタ
 
nodeFactory(Fn<? super String, ? extends Reader, ? extends E>, Fn<XmlTransformerContext, Void, ? extends E>) - クラス woolpack.xml.XmlUtils の static メソッド
 
NodeFinder<C extends NodeContext,E extends java.lang.Exception> - woolpack.xml の クラス
ノードを検索して委譲するFnです。
NodeFinder(Fn<? super Node, ? extends NodeList, ? extends E>, Fn<? super C, Void, ? extends E>, Fn<? super C, Void, ? extends E>) - クラス woolpack.xml.NodeFinder のコンストラクタ
 
NodeFindUtils - woolpack.xml の クラス
Node.getChildNodes()を利用して DOM ノードを検索するFnを生成するユーティリティです。
NodeGetter<E extends java.lang.Exception> - woolpack.xml の クラス
DOM ノード名を返すFnです。
NodeGetter() - クラス woolpack.xml.NodeGetter のコンストラクタ
 
NodeNameGetter<E extends java.lang.Exception> - woolpack.xml の クラス
DOM ノード名を返すFnです。
NodeNameGetter() - クラス woolpack.xml.NodeNameGetter のコンストラクタ
 
NodeNormalizer<E extends java.lang.Exception> - woolpack.xml の クラス
ドキュメントノードに対してNode.normalize()を呼び出すFnです。
NodeNormalizer() - クラス woolpack.xml.NodeNormalizer のコンストラクタ
 
NodeSeeker<C extends NodeContext,E extends java.lang.Exception> - woolpack.xml の クラス
DOMノードを再帰的にループしながら委譲するFnです。
NodeSeeker(Fn<? super C, Void, ? extends E>) - クラス woolpack.xml.NodeSeeker のコンストラクタ
 
NodeSetter<C extends NodeContext,E extends java.lang.Exception> - woolpack.xml の クラス
委譲先で生成したノードを設定するFnです。
NodeSetter(Fn<? super C, ? extends Node, ? extends E>) - クラス woolpack.xml.NodeSetter のコンストラクタ
 
NONE - クラス woolpack.acquirable.AcquirableUtils の static 変数
常に実行権を与えないAcquirableです。
NORMALIZE_CASE - クラス woolpack.html.HtmlUtils の static 変数
 
NORMALIZE_NODE - クラス woolpack.xml.XmlUtils の static 変数
 
NOT - クラス woolpack.bool.BoolUtils の static 変数
 
not(Fn<? super C, Boolean, ? extends E>) - クラス woolpack.bool.BoolUtils の static メソッド
 
NOT_EMPTY - クラス woolpack.bool.BoolUtils の static 変数
 
NOT_THROWABLE - クラス woolpack.bool.BoolUtils の static 変数
引数がThrowableのサブクラスでないことを評価するFnです。
NotDelegator<C,E extends java.lang.Exception> - woolpack.bool の クラス
委譲先の結果の否定するFnです。
NotDelegator(Fn<? super C, Boolean, ? extends E>) - クラス woolpack.bool.NotDelegator のコンストラクタ
 
NotEmptyChecker<E extends java.lang.Exception> - woolpack.bool の クラス
null でない、かつ文字列の場合は空でないことをチェックするFnです。
NotEmptyChecker() - クラス woolpack.bool.NotEmptyChecker のコンストラクタ
 
NotFn<E extends java.lang.Exception> - woolpack.bool の クラス
コンテキストを否定するFnです。
NotFn() - クラス woolpack.bool.NotFn のコンストラクタ
 
notNullMap(Map<K, V>) - クラス woolpack.utils.Utils の static メソッド
キー・値が null 値をとることを禁止するMapのビューを返します。
NULL - クラス woolpack.el.ELUtils の static 変数
null オブジェクト役のELです。

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.