ckkl-core is a collection of Java classes developed for personal projects and research. Its implemented features include but are not limited to Java type handling with aliases and equality testing, easy discovery and accessors for JavaBeans properties, functional-oriented collections (list with map(), filter(), and others), and an API to support an easy toString() implementation even for the most complex cases.
Recent releases


Release Notes: This release adds version parsing and construction classes, Swing utilities, and two more fast dynamic arrays: StringArray and CharArray.


Release Notes: StdLogger API was changed to support method chaining. Visitor design pattern support was added through the org.ckkloverdos.visitor package. Some unit tests were added. For now, they support the visitor API.


Release Notes: Maven integration is complete.


Release Notes: This release adds initial maven support.


Release Notes: The documentation was clarified.