-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Green Luo edited this page Jun 29, 2015
·
6 revisions
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.
- Coding convention and common namespaces
- Equal, HashCode and ToString
- System utilities
- Types and instances
- Array manipulation
- Bool evaluation
- Functional programming
- Traveral/Sequence/List
- String utilities
- Misc utilities