| Interface | Description |
|---|---|
| Filter<T> |
| Class | Description |
|---|---|
| AffixCollection |
This is a utility class which helps you append suffixes or prefixes to a collection of strings.
|
| BloomFilter<E> |
Implementation of a Bloom-filter, as described here:
http://en.wikipedia.org/wiki/Bloom_filter
For updates and bugfixes, see http://github.com/magnuss/java-bloomfilter
Inspired by the SimpleBloomFilter-class written by Ian Clarke.
|
| EnsureCollection |
Utility class which checks ensures that a given collection is not null.
|
| FilteredCollection<T> | |
| MappedCollection<T,K> | |
| Pair<K,V> | |
| PositionalMapGenerator<K,V> |
Helper for creating a named key/value pairs out of a String.split output.
|
| PositionalStringMapGenerator<K> |
A special case of a PositionalMapGenerator, bound for String values.
|
| TypeFilter<T> | |
| TypeFilteredCollection<T,S extends T> |
Copyright © 2019. All rights reserved.