Pool class
For pooling objects that can be reused.
- Implementers
Constructors
- Pool()
Properties
Methods
-
constructObject(
) → Vec3 - Construct an object. Should be implemented in each subclass.
-
get(
) → dynamic - Get an object
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
release(
[List? args]) → Pool - Release an object after use
-
resize(
num size) → Pool - @return Self, for chaining
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited