public class TransferUtils extends Object
| 构造器和说明 |
|---|
TransferUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <A,B> Collection<B> |
transArray(Collection<A> source,
Collection<B> target,
TransferHandler<A,B> trans) |
static <A,B> B |
transObject(A source,
TransferHandler<A,B> trans) |
public static <A,B> Collection<B> transArray(Collection<A> source, Collection<B> target, TransferHandler<A,B> trans)
public static <A,B> B transObject(A source,
TransferHandler<A,B> trans)
Copyright © 2022. All rights reserved.