JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.deephaven.base
Interface RAPriQueue.Adapter<T>
Enclosing class:
RAPriQueue
<
T
>
public static interface
RAPriQueue.Adapter<T>
the queue adapter
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
getPos
(
T
el)
boolean
less
(
T
a,
T
b)
void
setPos
(
T
el, int pos)
Method Details
less
boolean
less
(
T
a,
T
b)
setPos
void
setPos
(
T
el, int pos)
getPos
int
getPos
(
T
el)