public class SharedSuffixTrie<I> extends SuffixTrie<I>
SimpleGraph.NormalGraphView<N,G extends SimpleGraph<N>>DEFAULT_GRAPH_REPRESENTABLE, nodes, root| Constructor and Description |
|---|
SharedSuffixTrie(Alphabet<I> alphabet) |
SharedSuffixTrie(Alphabet<I> alphabet,
boolean graphRepresentable) |
| Modifier and Type | Method and Description |
|---|---|
SuffixTrieNode<I> |
add(I symbol,
SuffixTrieNode<I> parent)
Adds a word to the trie.
|
getNodes, getOutgoingEdges, getRoot, getTarget, getVisualizationHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasNormalGraphadjacentTargetsIterator, adjacentTargetsStream, getAdjacentTargets, getEdgesBetween, outgoingEdges, outgoingEdgesIterator, outgoingEdgesStreamiterator, nodeIDs, nodesStream, sizeadjacentTargets, createDynamicNodeMapping, createStaticNodeMapping, isConnectedforEach, spliteratorpublic SuffixTrieNode<I> add(I symbol, SuffixTrieNode<I> parent)
SuffixTrieadd in class SuffixTrie<I>symbol - the first symbol of the word.parent - the remaining suffix of the word.Copyright © 2019. All rights reserved.