Package net.n2oapp.framework.api.util
Class ToListConsumer<T>
- java.lang.Object
-
- net.n2oapp.framework.api.util.ToListConsumer<T>
-
-
Constructor Summary
Constructors Constructor Description ToListConsumer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(T t)voidclear()intsize()List<T>toList()Set<T>toSet()
-