Package org.teavm.runtime
Class RuntimeReferenceQueue
- java.lang.Object
-
- org.teavm.interop.Structure
-
- org.teavm.runtime.RuntimeObject
-
- org.teavm.runtime.RuntimeReferenceQueue
-
public class RuntimeReferenceQueue extends RuntimeObject
-
-
Field Summary
Fields Modifier and Type Field Description RuntimeReferencefirstRuntimeReferencelast-
Fields inherited from class org.teavm.runtime.RuntimeObject
classReference, GC_MARKED, GC_OLD_GENERATION, hashCode, nextId
-
-
Constructor Summary
Constructors Constructor Description RuntimeReferenceQueue()
-
-
-
Field Detail
-
first
public RuntimeReference first
-
last
public RuntimeReference last
-
-