es.ucm.fdi.hysteria.gui
Interface Cache.Factory<T>

Type Parameters:
T - The "requested" object
Enclosing class:
Cache<V,T>

public static interface Cache.Factory<T>

Abstract factory interface needed for "teaching" the class how to build a T object.

Author:
MiniSandor

Method Summary
 T create(java.lang.Object v)
           
 

Method Detail

create

T create(java.lang.Object v)