org.almendra.commons.util.collection
Interface IListEvaluator

All Known Implementing Classes:
AbstractHandlerList, ClusterHandlerList, HandlerList, ListHolder

public interface IListEvaluator

Any object that returns a List that cannot be created before it is actually needed needs to implements this interface.

Author:
Oliver

Method Summary
 java.util.List get()
          Answer a list.
 

Method Detail

get

java.util.List get()
Answer a list. Implementing class may return the list straight away or can create it immediately.

Returns: