Package org.teavm.classlib.java.lang.ref
Class TReferenceQueue<T>
java.lang.Object
org.teavm.classlib.java.lang.ref.TReferenceQueue<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpoll()
remove()
remove
(long timeout) void
remove
(long timeout, org.teavm.interop.AsyncCallback<TReference<T>> callback) protected boolean
reportNext
(TReference<T> ref)
-
Constructor Details
-
TReferenceQueue
public TReferenceQueue()
-
-
Method Details
-
poll
-
remove
- Throws:
InterruptedException
-
remove
- Throws:
InterruptedException
-
remove
-
reportNext
-