Skip to content
Green Luo edited this page Jun 29, 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 am organizing the topics as a set of recipes and use some simple sample code in each recipe to illustrate the usage of certain tool.

Recipes

Clone this wiki locally