| Interface | Description |
|---|---|
| CharFilter |
This is the interface for a filter that
decides if a given character is acceptable or
should be filtered. |
| Filter<V> |
This is the interface for a filter that
decides if a given value is acceptable or
should be filtered. |
| FilterRule<V> |
This is the interface for a filter rule.
|
| Class | Description |
|---|---|
| WhitespaceHelper |
This is a simple indirection to
Character.isWhitespace(char) that can be replaced for GWT
compatibility. |
Filter offers a simple
but powerful interface for generic filtering. CharFilter for efficient filtering of
characters.Copyright © 2001–2015 mmm-Team. All rights reserved.