| Package | Description |
|---|---|
| net.amygdalum.stringsearchalgorithms.patternsearch.chars | |
| net.amygdalum.stringsearchalgorithms.search.chars | |
| net.amygdalum.util.map |
| Constructor and Description |
|---|
DualGlushkovAutomaton(BitSet initial,
BitSet finals,
CharObjectMap<BitSet> emittingChar,
BitSetObjectMap<BitSet> reachableByState) |
GlushkovAutomaton(BitSet initial,
BitSet finals,
CharObjectMap<BitSet> reachableByChar,
BitSetObjectMap<BitSet> reachableByState) |
| Modifier and Type | Method and Description |
|---|---|
CharObjectMap<TrieNode<T>> |
TrieNode.getNexts() |
| Modifier and Type | Method and Description |
|---|---|
CharObjectMap<T> |
CharObjectMap.add(char key,
T value) |
Copyright © 2016. All rights reserved.