public abstract class PlatformQueue<T> extends Object implements org.teavm.jso.JSObject
| Constructor and Description |
|---|
PlatformQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T e) |
abstract int |
getLength() |
boolean |
isEmpty() |
T |
remove() |
Copyright © 2017. All rights reserved.