net.innig.collect
Class ConstructorFactory<T>

java.lang.Object
  extended by net.innig.collect.ConstructorFactory<T>
All Implemented Interfaces:
java.io.Serializable, Factory<T>

public class ConstructorFactory<T>
extends java.lang.Object
implements Factory<T>, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ConstructorFactory(java.lang.Class<? extends T> type)
           
 
Method Summary
 T create()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorFactory

public ConstructorFactory(java.lang.Class<? extends T> type)
Method Detail

create

public T create()
Specified by:
create in interface Factory<T>