| Package | Description |
|---|---|
| com.illucit.instatrie.index |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PrefixIndexListDecorator<T extends Serializable>
Decorator for prefix index to enable the List interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TriePrefixIndex<T extends Serializable>
Data structure to manage a collection of data objects and allow to find
entries from the collection efficiently with prefix search strings.
|
static class |
TriePrefixIndex.TriePrefixIndexFiltered<T extends Serializable>
View on a
TriePrefixIndex where all result lists are filtered by
a target predicate function. |
static class |
TriePrefixIndex.TriePrefixIndexListDecorator<T extends Serializable>
Decorator implementation of
PrefixIndexListDecorator for
TriePrefixIndex. |
static class |
TriePrefixIndex.TriePrefixIndexListDecoratorFiltered<T extends Serializable>
Decorator implementation of
PrefixIndexListDecorator for
TriePrefixIndex.TriePrefixIndexFiltered. |
| Modifier and Type | Method and Description |
|---|---|
PrefixIndex<T> |
PrefixIndex.getFilteredView(Predicate<T> filterFunction)
Get a view on the current prefix index which only returns models matching
the given filter predicate.
|
Copyright © 2015 illucIT Software GmbH. All rights reserved.