Class Overview
An async-queue holding events generated by Dex decompilers.
Summary
[Expand]
Inherited Methods |
From class
com.pnfsoftware.jeb.util.collect.AsyncEventQueue
boolean
|
add(E e)
Add to the tail of the queue.
|
void
|
clear()
|
boolean
|
isEmpty()
|
E
|
pull()
Pull the head, unless the queue is empty, in which case null is returned.
|
List<E>
|
pullAll()
Pull all elements.
|
List<E>
|
readAll()
|
int
|
size()
|
String
|
toString()
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
DexDecompilerEventQueue
(int capacity)