JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.globusltd.recyclerview.util
Interface Pool.Factory<T>
Type Parameters:
T
- The pooled type.
Enclosing interface:
Pool
<
T
>
public static interface
Pool.Factory<T>
The pooled object factory.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
create
()
Creates a new object if pool has no free objects.
Method Detail
create
@NonNull
T
create()
Creates a new object if pool has no free objects.
Returns:
Created object.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method