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.
- Since:
- 2.1
- Version:
- $Revision: 1.3 $
- Author:
- Arron Bates
Method Summary |
java.lang.Object |
create()
Simple method from which will come the new object from the factory. |
create
public java.lang.Object create()
- Simple method from which will come the new object from the factory.
- Returns:
- Object reference to the new object.
Copyright © 2001-2002 Apache Software Foundation. Documenation generated July 6 2004.