Pools

Added in 1.1.0

class Pools


Helper class for creating pools of objects. An example use looks like this:

public class MyPooledClass {

    private static final SynchronizedPoolsPool =
            new SynchronizedPool

Summary

Nested types

interface Pools.Pool<T>

Interface for managing a pool of objects.

Simple (non-synchronized) pool of objects.

Synchronized) pool of objects.