Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 540 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 540 Bytes

Lundegaard Java Commons Utils Library

The library used for quicker development of Java projects. It contains mainly static utils and helper classes for often repeated constructs.

Structure & packages

  • eu.lundegaard.commons
    • collections -- Builder classes for quick creation of Maps and Sets
    • exception -- contains ApplicationException
    • iface -- contains generic interfaces further used in the util classes
    • tuple -- implementation of Pair a Triple classes
    • util -- different utility classes