public class ListUtils extends Object
| Constructor and Description |
|---|
ListUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
add(T t,
List<T> list,
ListItemHandler<T> handler) |
static BankAccountEntity |
find(UserMainRecord userMainRecord,
String accountId) |
public static BankAccountEntity find(UserMainRecord userMainRecord, String accountId)
public static <T> void add(T t,
List<T> list,
ListItemHandler<T> handler)
Copyright © 2017. All rights reserved.