org.jtheque.utils.collections
Interface Expander<S,T>

Type Parameters:
S - The class of objects in collections.
T - The extended class

public interface Expander<S,T>

An expander. It seems an objet who treat an object and return an another object from the first.

Author:
wichtounet

Method Summary
 T expand(S o)
          Expand the object to an another.
 

Method Detail

expand

T expand(S o)
Expand the object to an another.

Parameters:
o - The object.
Returns:
The expander object.


Copyright © 2010 JTheque. All Rights Reserved.