Searched defs:shouldExpand (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/fst/
H A DFST.java95 * @see #shouldExpand(UnCompiledNode)
100 * @see #shouldExpand(UnCompiledNode)
105 * @see #shouldExpand(UnCompiledNode)
570 final boolean doFixedArray = shouldExpand(nodeIn);
1182 private boolean shouldExpand(UnCompiledNode<T> node) { method in class:FST

Completed in 17 milliseconds