Examples and playground for mostly Java features. Simple Maven project. Maybe it grows over time ;)
- operator.BooleanAlgebra compares Java operators (or, xor, and, bitwise..)
- set.HashSetOrder compares Sets (order/performance of HashSet, LinkedHashSet, TreeSet)
- text.LexicalComparator shows how to sort text including diacritics (ÄÂá..)
Usage is shown in Test classes. Needed should be only Java 8 and Junit 4.12.