public abstract static class BusinessObject.Logic extends Object
Constructor and Description |
---|
Logic() |
Modifier and Type | Method and Description |
---|---|
static <E> List<E> |
getEmptyList() |
static <K,V> Map<K,V> |
getEmptyMap() |
static <E> Set<E> |
getEmptySet() |
static <E> List<E> |
makeSingleEntryList(E aListEntry) |
static <K,V> Map<K,V> |
makeSingleEntryMap(K aMapEntryKey,
V aMapEntryValue) |
static <E> Set<E> |
makeSingleEntrySet(E aSetEntry) |
public static <E> List<E> getEmptyList()
public static <K,V> Map<K,V> getEmptyMap()
public static <E> Set<E> getEmptySet()
public static <E> List<E> makeSingleEntryList(E aListEntry)
public static <K,V> Map<K,V> makeSingleEntryMap(K aMapEntryKey, V aMapEntryValue)
public static <E> Set<E> makeSingleEntrySet(E aSetEntry)