Uses of Interface
com.alee.utils.collection.IndexedSupplier

Packages that use IndexedSupplier
com.alee.utils   
 

Uses of IndexedSupplier in com.alee.utils
 

Methods in com.alee.utils with parameters of type IndexedSupplier
static
<T> java.util.List<T>
CollectionUtils.fillList(int amount, IndexedSupplier<T> supplier)
          Fills and returns list with data provided by supplier interface implementation.