インタフェース
org.mtzky.reflect.IterableUtils.Wrap の使用

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

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

org.mtzky.reflect での IterableUtils.Wrap のサブインタフェース
static interface PropsDesc.WrapCallback<T>
           
 

IterableUtils.Wrap 型のパラメータを持つ org.mtzky.reflect のメソッド
static
<FROM,TO> TO[]
IterableUtils.each(FROM[] a, IterableUtils.Wrap<FROM,TO> cb, TO... type)
           
static
<FROM,TO> TO[]
IterableUtils.each(Iterable<FROM> it, IterableUtils.Wrap<FROM,TO> cb, TO... type)
           
<T> T[]
PropsDesc.wrap(IterableUtils.Wrap<PropDesc,T> cb, T... type)
           
 



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