Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ricemery/boundedstack

Implementation of a Bounded Stack in Java. Once stack reaches bounds, the first item pushed will be discarded.
https://github.com/ricemery/boundedstack

Last synced: about 2 months ago
JSON representation

Implementation of a Bounded Stack in Java. Once stack reaches bounds, the first item pushed will be discarded.

Awesome Lists containing this project

README

        

Bounded Stack implementation in Java. When stack meets it bounds then the oldest item(s) are thrown away.