JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.perl.api
Interface Queue<T>
All Known Implementing Classes:
AtomicQueue
,
CQueue
,
SyncQueue
public interface
Queue<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
add
(
T
data)
void
clear
()
T
poll
()
Method Details
poll
T
poll
()
add
boolean
add
(
T
data)
clear
void
clear
()