Package zombie.core.utils
Class BoundedQueue
java.lang.Object
zombie.core.utils.BoundedQueue
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BoundedQueue
public BoundedQueue(int int1)
-
-
Method Details
-
add
-
removeFirst
-
remove
-
get
-
clear
public void clear() -
capacity
public int capacity() -
size
public int size() -
isEmpty
public boolean isEmpty() -
isFull
public boolean isFull()
-