Package com.rometools.utils
Class Alternatives
- java.lang.Object
-
- com.rometools.utils.Alternatives
-
public final class Alternatives extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TfirstNotNull(T... objects)Returns the first object that is not null
-