Interface | Description |
---|---|
Bean |
Basic interface to add property change support.
|
Function |
Generic function that takes a single argument and operates on it.
|
Named |
interface for Named objects
|
Class | Description |
---|---|
BasicFileFilter |
This class makes it easy to accept files by extension.
|
BasicNamed |
generic class that allows objects to have names
|
ComparisonUtils |
Handy comparision routines.
|
DateUtils |
Utilities for working with dates in Java.
|
DefaultBean |
Basic class to add property change support.
|
DefaultNamed |
generic class that allows objects to have names and listeners
|
Pair<TYPE_ONE,TYPE_TWO> |
class to put multiple objects in one.
|
StringPair | Deprecated
Use Pair
|
StringUtils |
Some handy utilities for working with strings.
|