Eclipse
IntelliJ
NetBeans
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
Apache Jakarta Commons Collections 3.2
Package:
org.apache.commons.collections
Class
public
class
FactoryUtils
Overview
Inheritance
Members
Usage
Source
Books
Since
Commons Co
Version
$Revision:
Author(s)
Stephen Colebourne
FactoryUtils
provides reference implementations and utilities for the Factory functor interface. The supplied factories are:
Prototype - clones a specified object
Reflection - creates objects using reflection
Constant - always returns the same object
Null - always returns null
Exception - always throws an exception
All the supplied factories are Serializable.
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
In Constructors
In Fields
Returned by
As method parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact
FactoryUtilsprovides reference implementations and utilities for the Factory functor interface. The supplied factories are:- Prototype - clones a specified object
- Reflection - creates objects using reflection
- Constant - always returns the same object
- Null - always returns null
- Exception - always throws an exception
All the supplied factories are Serializable.