CoboCards App FAQ & Wishes Feedback
Language: English Language
Sign up for free  Login

This flashcard is just one of a free flashcard set. See all flashcards!

All main topics / Informatik / Algorithmen und Datenstrukturen / Datenstrukturen
1
Interface Queue?
public interface Queue {
public int size();
public boolean isEmpty();
public Object front() throws EmptyQueueException;
public void enqueue(Object o);
public Object dequeue() throws EmptyQueueException;
}
Tags: Queue
Source:
New comment
Flashcard info:
Author: robthemobb
Main topic: Informatik
Topic: Algorithmen und Datenstrukturen
Published: 05.03.2010

Cancel
Email

Password

Login    

Forgot password?
Deutsch  English