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
isEmptyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teavm.jso.JSObject
cast
-
Constructor Details
-
LowLevelQueue
public LowLevelQueue()
-
-
Method Details
-
getLength
public int getLength()- Specified by:
getLengthin classPlatformQueue<T>
-
add
- Overrides:
addin classPlatformQueue<T>
-
remove
- Overrides:
removein classPlatformQueue<T>
-