public class IdDistributor
extends java.lang.Object
| Constructor and Description |
|---|
IdDistributor() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IIdentifyable> |
checkId(T item)
set an unique identifier for the drawerItem which do not have one set already
|
static <T extends IIdentifyable> |
checkIds(java.util.List<T> items)
set an unique identifier for all drawerItems which do not have one set already
|
static <T extends IIdentifyable> |
checkIds(T... items)
set an unique identifier for all drawerItems which do not have one set already
|
public static <T extends IIdentifyable> java.util.List<T> checkIds(java.util.List<T> items)
items - public static <T extends IIdentifyable> T[] checkIds(T... items)
items - public static <T extends IIdentifyable> T checkId(T item)
item -