Stack e Queue completati, compreso il toString. Versione sia array che lista.
This commit is contained in:
@@ -14,7 +14,6 @@ import exceptions.EmptyQueueException;
|
||||
public E dequeue () throws EmptyQueueException;
|
||||
public E front() throws EmptyQueueException;
|
||||
public boolean isEmpty();
|
||||
public boolean isFull();
|
||||
public int size();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user