Searched refs:maxNode (Results 1 – 2 of 2) sorted by relevance
342 public ArrayList<Block> createBlocks(int textStart, int textEnd, int minNode, int maxNode) { in createBlocks() argument346 int endNode = Math.min(getBlockEnd(textEnd), maxNode); in createBlocks()
379 public ArrayList<Block> createBlocks(int textStart, int textEnd, int minNode, int maxNode) { in createBlocks() argument383 int endNode = Math.min(getBlockEnd(textEnd), maxNode); in createBlocks()