com.alee.utils.collection
Interface IndexedSupplier<T>


public interface IndexedSupplier<T>

Author:
Mikle Garin

Method Summary
 T get(int index)
          Returns a result.
 

Method Detail

get

T get(int index)
Returns a result.

Parameters:
index - object index
Returns:
a result