public interface CreateExtensions
| Modifier and Type | Method and Description |
|---|---|
<T> T |
fromList(T... list) |
<T,U extends Comparable<U>> |
inRange(Class<T> clazz,
U min,
U max) |
<T,U extends Comparable<U>> T inRange(Class<T> clazz, U min, U max)
<T> T fromList(T... list)
Copyright © 2017. All rights reserved.