Searched refs:fastNode (Results 1 – 2 of 2) sorted by relevance
69 FastOctnode fastNode; field in Octnode174 fastNode = new FastOctnode(); in createFastOctnode()183 fastNode.setOffset(startIndex); in createFastOctnode()184 fastNode.length = myOptimizedList.size(); in createFastOctnode()186 fastNode.setOffset(0); in createFastOctnode()187 fastNode.length = 0; in createFastOctnode()198 fastNode.setSide(side); in generateFastOctnodeLinks()199 fastNode.next = nextSibling != null ? nextSibling.fastNode : null; in generateFastOctnodeLinks()209 fastNode.child = prev != null ? prev.fastNode : null; in generateFastOctnodeLinks()
135 return root.fastNode; in getFastRoot()