org.apache.commons.collections

Interface Factory

public interface Factory

Factory A simple interface that describes the most basic means of having the ability to create an object.
Version:
$Revision: 1.3.2.1 $
Author:
Arron Bates
Since:
2.1

Method Summary

Object
create()
Simple method from which will come the new object from the factory.

Method Details

create

public Object create()
Simple method from which will come the new object from the factory.
Returns:
Object reference to the new object.

Copyright © 2001-2004 Apache Software Foundation. Documenation generated ${TODAY}.