|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.danube.scrumworks.api2.APIUtils
public final class APIUtils
Utility methods for the SOAP APIs.
| Constructor Summary | |
|---|---|
APIUtils()
|
|
| Method Summary | ||
|---|---|---|
static
|
nullToEmptyList(java.util.List<T> list)
Returns an empty list if the input is null, otherwise returns the input. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public APIUtils()
| Method Detail |
|---|
public static <T> java.util.List<T> nullToEmptyList(java.util.List<T> list)
T - the type of the list elements.list - the input list.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||