Class | Description |
---|---|
Arrays2 |
Some useful methods for operating on arrays.
|
Collections2 |
Keep in mind that alot of these fucntions can be achived by Streams as well!
|
CountMap<T> |
Class used to count the amount of certain objects.
|
EntryComparator |
Class that provides Key and Value comparators for
Map.Entry -objects including the option to change the sort order
in ascending and descending |
EntryComparator.Key<T extends Comparable> |
Compares two
Map.Entry s by their keys |
EntryComparator.Value<T extends Comparable> |
Compares two
Map.Entry s by their values |
Formatter<T> |
Class for overriding an object's toString method.
|
Math2 |
Additional math stuff which is not found in the
Math class |
MultiCountMap<T> |
This class can be used to cound combinations of occurences.
|
Statistics | |
Vectors |
Copyright © 2015. All Rights Reserved.