Skip to content
Green Luo edited this page Jun 28, 2015 · 6 revisions

Welcome to the java osgl-tool wiki!

OSGL (Open source general library) is my personal stake to make java programming be more expressive and enjoyable. OSGL tool kit is essential part of OSGL packages. It provides many generic utility methods including functional programming support on Java before 8, saving your boilerplate code on common tasks like implementing hashCode, equals etc.

Since the scope of the toolkit is very diverse (in fact it's your swiss knife of coding in Java), there is no single order to document the library. I will organize the topics as recipe and use sample code to show the usage of osgl tool library.

Recipes

Clone this wiki locally