JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.apache.jena.base
Package
org.apache.jena.atlas.lib
Interface Pool<T>
All Known Implementing Classes:
PoolBase
,
PoolSync
public interface
Pool<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
get
()
Get an item from the pool - return null if the pool is empty
boolean
isEmpty
()
void
put
(
T
item)
Method Details
put
void
put
(
T
item)
get
T
get
()
Get an item from the pool - return null if the pool is empty
isEmpty
boolean
isEmpty
()