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

Get these flashcards, study & pass exams. For free! Even on iPhone/Android!

Enter your e-mail address and import flashcard set for free.  
Go!
All main topics / Informatik / Algorithmen und Datenstrukturen

Datenstrukturen (8 Cards)

Say thanks
1
Cardlink
0
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:
Flashcard set info:
Author: robthemobb
Main topic: Informatik
Topic: Algorithmen und Datenstrukturen
Published: 05.03.2010
Tags: Stack, Queue, Trees, Heaps, Lists, Vector, etc
 
Card tags:
All cards (8)
Queue (1)
Queue Exception (1)
Report abuse

Cancel
Email

Password

Login    

Forgot password?
Deutsch  English