Queue.java
interface
Queue {
public
void
insert(Object o);
public
Object remove();
public
int
getLength(); }
Generated by
GNU enscript 1.6.3
.