An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

My Java Util Collections
========================

[![Build Status](https://travis-ci.org/scribetw/my-java-util-collections.svg)](https://travis-ci.org/scribetw/my-java-util-collections)

[![Code Coverage](https://codecov.io/gh/scribetw/my-java-util-collections/branch/master/graph/badge.svg)](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