D E I

D

dequeue() - Method in class InputValidatorQueue
Dequeue an item if any exists in the queue.

E

enqueue(String) - Method in class InputValidatorQueue
Attempt to enqueue a string.
enqueue(List<String>) - Method in class InputValidatorQueue
Attempt to enqueue a list of strings.

Post-Conditions: All valid strings in the list are enqueued; no invalid strings are enqueued

I

InputValidatorQueue - Class in <Unnamed>
An input validation queue.
InputValidatorQueue() - Constructor for class InputValidatorQueue
Construct an object of class InputValidatorQueue.
isEmpty() - Method in class InputValidatorQueue
Tests if this queue is empty.

D E I