Searched defs:SimplePath (Results 1 – 2 of 2) sorted by relevance
29 static class SimplePath extends BstPath<SimpleNode, SimplePath> { class in BstPathTest30 private SimplePath(SimpleNode tip, SimplePath tail) { in SimplePath() method in BstPathTest.SimplePath
36 enum CodePath { AutoPath, SimplePath, ComplexPath, SimpleWithGlyphOverflowPath }; enumerator