Package org.teavm.platform
Class LowLevelQueue<T>
java.lang.Object
org.teavm.platform.PlatformQueue<T>
org.teavm.platform.LowLevelQueue<T>
- All Implemented Interfaces:
org.teavm.jso.JSObject
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.teavm.platform.PlatformQueue
isEmpty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Constructor Details
-
LowLevelQueue
public LowLevelQueue()
-
-
Method Details
-
getLength
public int getLength()- Specified by:
getLength
in classPlatformQueue<T>
-
add
- Overrides:
add
in classPlatformQueue<T>
-
remove
- Overrides:
remove
in classPlatformQueue<T>
-