Package io.dropwizard.util
Class Lists
- java.lang.Object
-
- io.dropwizard.util.Lists
-
public final class Lists extends Object
- Since:
- 2.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> List<T>of(Iterable<T> elements)static <T> List<T>of(Iterator<T> it)
-