https://github.com/lundegaard/lundegaard-commons-java-utils
Lundegaard Java Commons Utils Library
https://github.com/lundegaard/lundegaard-commons-java-utils
commons java
Last synced: about 2 months ago
JSON representation
Lundegaard Java Commons Utils Library
- Host: GitHub
- URL: https://github.com/lundegaard/lundegaard-commons-java-utils
- Owner: lundegaard
- License: other
- Created: 2019-07-25T15:01:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T14:52:36.000Z (over 4 years ago)
- Last Synced: 2025-02-17T03:18:27.978Z (5 months ago)
- Topics: commons, java
- Language: Java
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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