Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T14:52:36.000Z (about 4 years ago)
- Last Synced: 2024-11-06T16:02:55.173Z (about 2 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