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.2.1 $
- 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-2004 The Apache Software Foundation. All Rights Reserved.