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 - woolpack.validator の クラス
プロパティ名で委譲先を分岐するFnです。
NameBranch(BooleanOperator<ValidatorContext>, Map<String, ? extends Fn<ValidatorContext, Boolean>>) - クラス woolpack.validator.NameBranch のコンストラクタ
 
NameBranch(Map<String, ? extends Fn<ValidatorContext, Boolean>>) - クラス woolpack.validator.NameBranch のコンストラクタ
Andを使用します。
NameBranchIfExists - woolpack.validator の クラス
プロパティ名で委譲先を分岐するFnです。
NameBranchIfExists(BooleanOperator<ValidatorContext>, Map<String, ? extends Fn<ValidatorContext, Boolean>>) - クラス woolpack.validator.NameBranchIfExists のコンストラクタ
 
NameBranchIfExists(Map<String, ? extends Fn<ValidatorContext, Boolean>>) - クラス woolpack.validator.NameBranchIfExists のコンストラクタ
Andを使用します。
netMask(String) - クラス woolpack.convert.ConvertUtils の static メソッド
 
NetMaskConverter - 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 のコンストラクタ
 
NODE_EL - クラス woolpack.xml.XmlUtils の static 変数
NodeContextのアクセサにアクセスするELです。
NODE_FINDABLE_FACTORY - クラス woolpack.xml.XmlUtils の static 変数
 
NodeClone - woolpack.xml の クラス
Node.cloneNode(boolean)で複製したノードを再設定するFnです。
NodeClone() - クラス woolpack.xml.NodeClone のコンストラクタ
 
NodeContext - woolpack.xml の インタフェース
DOM ノードを属性として持つコンテキストです。
NodeFactory - woolpack.xml の クラス
ReaderXmlTransformerを使用するNodeのファクトリです。
NodeFactory(Fn<? super String, ? extends Reader>, Fn<XmlTransformerContext, Void>) - クラス woolpack.xml.NodeFactory のコンストラクタ
 
nodeFactory(Fn<? super String, ? extends Reader>, Fn<XmlTransformerContext, Void>) - クラス woolpack.xml.XmlUtils の static メソッド
 
NodeFindable - woolpack.xml の インタフェース
DOM ノードを検索することができることを表します。
NodeFindableChildNodesImpl - woolpack.xml の クラス
Node.getChildNodes()を利用する単純なNodeFindableです。
NodeFindableChildNodesImpl(Fn<Node, Boolean>, boolean) - クラス woolpack.xml.NodeFindableChildNodesImpl のコンストラクタ
 
NodeFindableFactory - woolpack.xml の クラス
XPathを使用して DOM ノードを検索するNodeFindableのファクトリです。
NodeFindableFactory() - クラス woolpack.xml.NodeFindableFactory のコンストラクタ
 
NodeFinder<C extends NodeContext> - woolpack.xml の クラス
ノードを検索して委譲するFnです。
NodeFinder(NodeFindable, Fn<? super C, Void>, Fn<? super C, Void>) - クラス woolpack.xml.NodeFinder のコンストラクタ
 
NodeFinder(NodeFindable, Fn<? super C, Void>) - クラス woolpack.xml.NodeFinder のコンストラクタ
 
NodeGetter - woolpack.xml の クラス
DOM ノード名を返すFnです。
NodeGetter() - クラス woolpack.xml.NodeGetter のコンストラクタ
 
NodeNameGetter - woolpack.xml の クラス
DOM ノード名を返すFnです。
NodeNameGetter() - クラス woolpack.xml.NodeNameGetter のコンストラクタ
 
NodeNormalizer - woolpack.xml の クラス
ドキュメントノードに対してNode.normalize()を呼び出すFnです。
NodeNormalizer() - クラス woolpack.xml.NodeNormalizer のコンストラクタ
 
NodeSeeker<C extends NodeContext> - woolpack.xml の クラス
DOMノードを再帰的にループしながら委譲するFnです。
NodeSeeker(Fn<? super C, Void>) - クラス woolpack.xml.NodeSeeker のコンストラクタ
 
NodeSetter<C extends NodeContext> - woolpack.xml の クラス
委譲先で生成したノードを設定するFnです。
NodeSetter(Fn<? super C, ? extends Node>) - クラス 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>) - クラス woolpack.bool.BoolUtils の static メソッド
 
NOT_EMPTY - クラス woolpack.bool.BoolUtils の static 変数
 
NOT_THROWABLE - クラス woolpack.bool.BoolUtils の static 変数
引数がThrowableのサブクラスでないことを評価するFnです。
NotDelegator<C> - woolpack.bool の クラス
委譲先の結果の否定するFnです。
NotDelegator(Fn<? super C, Boolean>) - クラス woolpack.bool.NotDelegator のコンストラクタ
 
NotEmptyChecker - woolpack.bool の クラス
null でない、かつ文字列の場合は空でないことをチェックするFnです。
NotEmptyChecker() - クラス woolpack.bool.NotEmptyChecker のコンストラクタ
 
NotFn - woolpack.bool の クラス
コンテキストを否定するFnです。
NotFn() - クラス woolpack.bool.NotFn のコンストラクタ
 
notNullMap(Map<K, V>) - クラス woolpack.utils.Utils の static メソッド
キー・値が null 値をとることを禁止するMapを返します。
NULL - クラス woolpack.el.ELUtils の static 変数
null オブジェクト役のELです。
NullFn<C,R> - woolpack.fn の クラス
なにもしないFnです。
NullFn() - クラス woolpack.fn.NullFn のコンストラクタ
 

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.