Interface | Description |
---|---|
AsyncDescriptor<T> |
Descriptor which asynchronously translates itself into a new one(s) when it's fully computed.
|
DescriptorChangeListener<T> |
Listener for changes of
AsyncDescriptor . |
NameMatcher |
Used for encapsulation of the different matching algorithms
(such as String.equals, String.equalsIgnoreCase, String.startWith, etc)
|
Class | Description |
---|---|
Descriptor |
A base for the descriptor classes.
|
DescriptorChangeEvent<T> |
A change of
AsyncDescriptor . |
NameMatcherFactory |
A factory that provides comparators
depending on SearchType
|