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
2
Interface Stack?
public interface Stack {
public int size();
public boolean isEmpty();
public Object top() throws EmptyStackException;
public void push(Object o);
public Object pop() throws EmptyStackException;
}
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