インタフェース
org.mtzky.lang.IterableUtils.Find の使用

IterableUtils.Find を使用しているパッケージ
org.mtzky.lang This package defines commonly-used utility classes. 
org.mtzky.reflect This package defines utility classes for working with the Reflection API. 
 

org.mtzky.lang での IterableUtils.Find の使用
 

IterableUtils.Find 型のパラメータを持つ org.mtzky.lang のメソッド
static
<E> E
IterableUtils.each(E[] a, IterableUtils.Find<E> cb)
           
static
<E> E
IterableUtils.each(Iterable<E> it, IterableUtils.Find<E> cb)
           
 

org.mtzky.reflect での IterableUtils.Find の使用
 

org.mtzky.reflect での IterableUtils.Find のサブインタフェース
static interface PropsDesc.FindCallback
           
 

IterableUtils.Find 型のパラメータを持つ org.mtzky.reflect のメソッド
 PropDesc PropsDesc.find(IterableUtils.Find<PropDesc> cb)
           Find the matched property descriptor.
<T> Class<T>
PackageDesc.findClass(IterableUtils.Find<Class<?>> callback)
           
 

IterableUtils.Find 型のパラメータを持つ org.mtzky.reflect のコンストラクタ
PackageDesc(String packageName, IterableUtils.Find<Class<?>> filter)
           
 



Copyright (C) 2010-2011 Mtzky. AllRights Reserved.