Toggle navigation
JarYard
Browse
Search
About
Groups
com.slimjars.trove4j
trove4j-float-queue
1.0.0
Javadoc
Package
Class
Use
Tree
Deprecated
Index
Help
Search
C
E
O
P
T
C
com.slimjars.dist.gnu.trove.queue
- package com.slimjars.dist.gnu.trove.queue
E
element()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.queue
.
TFloatQueue
Retrieves and removes the head of this queue.
O
offer(float)
- Method in interface com
.slimjars
.dist
.gnu
.trove
.queue
.
TFloatQueue
Inserts the specified element into this queue if it is possible to do so immediately without violating capacity restrictions.
P
peek()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.queue
.
TFloatQueue
Retrieves, but does not remove, the head of this queue, or returns
TFloatCollection
.getNoEntryValue()
if this queue is empty.
poll()
- Method in interface com
.slimjars
.dist
.gnu
.trove
.queue
.
TFloatQueue
Retrieves and removes the head of this queue, or returns
TFloatCollection
.getNoEntryValue()
if this queue is empty.
T
TFloatQueue
- Interface in
com.slimjars.dist.gnu.trove.queue
Interface for Trove queue implementations.
C
E
O
P
T