ckkl-core 0.3.4 (Default branch) |
|
|
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.
License: The Apache License 2.0
Changes:
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.
|