Searched refs:reverseNodeMapping (Results 1 – 1 of 1) sorted by relevance
991 Map<Integer, Node> reverseNodeMapping = new TreeMap<Integer, Node>(); in readDictionaryBinary() local993 final Node root = readNode(source, headerSize, reverseNodeMapping, reverseGroupMapping); in readDictionaryBinary()