Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.33 KB

readme.md

File metadata and controls

37 lines (31 loc) · 1.33 KB

Build Status CodeCov Coverage License: MIT

Java Tools

A collection of tested re-usable Java classes.

  • Efficiency search for the occurrences of a sequence of bytes within a byte array
  • Hash hex
  • Generics
  • File utilities
  • Stream utilities
  • JSON utilities
  • Multi-part post request parser
  • Expression Grammar Parser
  • Profiler utility
  • Reflection utilities
  • SAML (Security Assertion Markup Language) utilities
  • XML utilities
  • ZIP utilities
  • GZIP utilities
  • InetAddress utilities
  • Exception utilities
  • Security Manager
  • Conditions using Consumer and Supplier - Effective Java: Avoid Unnecessary use of checked exceptions
  • Objects equality, How to test - Effective Java Chapter 3: Make sure that equals and hash code are reflexive, symmetric, and transitive

Build

mvn package

Maintainers

Send any other comments and suggestions to Yani Metaxas.

License

This project is distributed under the MIT License.