public class LowLevelQueue<T> extends PlatformQueue<T>
| Constructor and Description |
|---|
LowLevelQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T e) |
int |
getLength() |
T |
remove() |
isEmptypublic int getLength()
getLength in class PlatformQueue<T>public void add(T e)
add in class PlatformQueue<T>public T remove()
remove in class PlatformQueue<T>Copyright © 2019. All rights reserved.