Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ricemery/boundedstack
- Owner: ricemery
- License: unlicense
- Created: 2013-11-27T14:38:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-27T15:01:11.000Z (about 11 years ago)
- Last Synced: 2023-08-04T07:11:05.980Z (over 1 year ago)
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Bounded Stack implementation in Java. When stack meets it bounds then the oldest item(s) are thrown away.