https://github.com/scribetw/my-java-util-collections
My Java Util Collections
https://github.com/scribetw/my-java-util-collections
Last synced: 8 months ago
JSON representation
My Java Util Collections
- Host: GitHub
- URL: https://github.com/scribetw/my-java-util-collections
- Owner: scribetw
- License: bsd-3-clause
- Created: 2017-01-11T11:43:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-11T13:57:30.000Z (over 9 years ago)
- Last Synced: 2025-03-16T16:34:11.838Z (about 1 year ago)
- Language: Java
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My Java Util Collections
========================
[](https://travis-ci.org/scribetw/my-java-util-collections)
[](https://codecov.io/gh/scribetw/my-java-util-collections)
What is it?
-----------
As a proof of my Java programming skill at work, I selected some util classes to share with.
If you found them useful, you can use them freely according to the license.
Collection
----------
* DateUtil: Date related util
* ExecutorUtil: Naming Executors util
* FileUtil: File copy util
* Pair: Pair (x, y) object
* ParallelExecutor: Run multiple jobs parallelly.
* StrategyMap: Strategy scanner with Spring Bean support
* AutowiredInjector: Post @Autowired injector
License
-------
BSD 3-Clause License