|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of store elements.public interface Listable<T>
An iterable on store elements that enables to transform the iterable into a list.
Method Summary | |
---|---|
T |
getFirst()
Get the first element provided by this listable. |
List<T> |
toList()
Creates a new, mutable list containing all elements. |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Method Detail |
---|
@Nullable T getFirst()
@NotNull List<T> toList()
Iterable
instead.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |