Class Summary |
BeanComparator |
A highly customizable, high-performance Comparator, designed specifically
for advanced sorting of JavaBeans. |
BeanIntrospector |
Alternative to the standard Bean introspector. |
BeanPropertyAccessor |
Provides a simple and efficient means of reading and writing bean
properties. |
ClassInjector |
ClassInjector allows transient classes to be loaded, where a transient class
is defined as being dynamically created at runtime. |
IntHashMap |
A Map that accepts int or Integer keys only. |
KeyFactory |
KeyFactory generates keys which can be hashed or compared for any kind of
object including arrays, arrays of arrays, and null. |
PatternMatcher |
Provides fast matching of strings against patterns containing wildcards. |
PatternMatcher.Result |
|
SoftValuedHashMap |
A Map that softly references its values and can be used as a simple cache. |
WeakCanonicalSet |
A thread-safe Set that manages canonical objects: sharable objects that are
typically immutable. |
WeakFlyweightSet |
Deprecated. use WeakCanonicalSet instead |
WeakIdentityMap |
WeakIdentityMap is like WeakHashMap, except it uses a key's identity
hashcode and equals methods. |