View on GitHub

Bearded-android-docs

Stack

Download this project as a .zip file Download this project as a tar.gz file

Created Tuesday 17 December 2013

A stack is a LIFO data structure---last in/first out. The most recently added item is removed from the stack.


Backlinks:

Java:Collections:Queue
comments powered by Disqus