Package net.sf.mmm.util.filter.api

Provides the API for generic filtering.

See:
          Description

Interface Summary
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.
 

Package net.sf.mmm.util.filter.api Description

Provides the API for generic filtering.

Filter API

Using generics the Filter offers a simple but powerful interface for generic filtering.
Since generics can NOT be bound to primitive types we also offer CharFilter for efficient filtering of characters.



Copyright © 2001-2010 mmm-Team. All Rights Reserved.