Andreas Huber 9a365834b6 Replace license with MIT.
Apparently putting your code into public domain is not that easy,
because of law(yer)s. So I'll stick to MIT license for now. It
seems to be the easiest and most free license that is widely
recognized.
2017-02-04 09:10:28 +01:00
2017-02-04 09:10:28 +01:00

Java collections for primitives (currently only int) release into the public domain. See unlicense.org for more information

IntList is an implementation of a list to store primitive integers. You can add, insert, replace and remove elements in the list. The ints are stored in an int array and the class takes care of growing the array as needed. You can trim the list to reduce the memory overhead.

Description
No description provided
Readme MIT 667 KiB
Languages
Java 99.9%
Shell 0.1%