File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# JavaLibraries
2- Useful methods that could be implemented into a wide variety of Java Projects.
2+ Useful methods that could be implemented into a wide variety of Java Projects.
3+ ## util
4+ ### cycle
5+ CyclicList - A variation on LinkedLists where going out of bounds through
6+ the top or bottom will pop you out on the other side
7+ CyclicIntList - A CyclicList\< Integer\> which uses a more efficient
8+ implementation of the CyclicList for use on numbers rather than objects
9+ ### math
10+ Random - Provides easy to use methods to generate ints/doubles in a customizable range
11+ Round - Provides easy to use methods for rounding doubles with different specifications
12+ ### strings
13+ StringFormatter - Allows for converting a String to a String of a different length by either
14+ cutting the ends off or adding white-space of the specified character
You can’t perform that action at this time.
0 commit comments