databene commons is an open source Java library. The library provides Java core library extensions:
· basic utility classes that are not provided by the JDK libraries,
· definitions and implementations for many common concepts (Accessor, Mutator, Comparator, Converter, Iterator, Tree, Visitor, TreeIterator, Validator) and
· implementations of some of these concepts for JavaBeans and files (BeanComparator, PropertyAccessor, PropertyMutator, FileTreeModel)
What's New in This Release:
Changes:
· renamed Composite.setComponentValue() to setComponent()
· renamed toArray(Class< T > componentType, T ... values) to buildArrayOfType(Class< T > componentType, T ... values)
· added toArray(T ... values)
Enhancements:
· new OrderedNameMap with capitalization support
· new Long2IntegerConverter
· Bug fixes
Product's homepage