Skip navigation links

CSU CS165

A F G M N P R S 

A

addNItems(E[]) - Method in class PQ3
If the number of items to be added + the current elements would exceed the capacity of the queue, return false.

F

formatOutput(Object[]) - Static method in class PQ3
A method to help with testing

G

getQueue() - Method in class PQ3
 

M

main(String[]) - Static method in class PQ3
 

N

newArray(int) - Method in class PQ3
 

P

PQ3<E> - Class in <Unnamed>
 
PQ3(int) - Constructor for class PQ3
initializes objects of type PQ3.

R

removeNItems(int) - Method in class PQ3
If the number of items to remove is larger than the current size of the queue, return null.

S

setQueue(E[]) - Method in class PQ3
Sets the queue so that we can decouple testing for the add and remove operations
size() - Method in class PQ3
 
A F G M N P R S 
Skip navigation links

CSU CS165