Package-level declarations
Types
The boolean pool stores commonly used Boolean that must be created throughout the project and take a long time to build.
The pool stores commonly used objects that must be created throughout the project and take a long time to build.
The double pool stores commonly used Double that must be created throughout the project and take a long time to build.
The float pool stores commonly used Float that must be created throughout the project and take a long time to build.
The int pool stores commonly used Int that must be created throughout the project and take a long time to build.
The long pool stores commonly used Long that must be created throughout the project and take a long time to build.
This class define a simple template of object pool pattern.
The string pool stores commonly used String that must be created throughout the project and take a long time to build.