Searched refs:correspondanceBetweenNextOrderAndPreviousOrder (Results 1 – 1 of 1) sorted by relevance
211 …Map<Integer, Integer> correspondanceBetweenNextOrderAndPreviousOrder = getCorrespondanceBetweenNex… in extractReshuffledDiffElements() local232 if (!correspondanceBetweenNextOrderAndPreviousOrder.containsKey(ni)) { in extractReshuffledDiffElements()237 if (correspondanceBetweenNextOrderAndPreviousOrder.containsKey(nj)) { in extractReshuffledDiffElements()238 … originalCsmIndex = correspondanceBetweenNextOrderAndPreviousOrder.get(nj); in extractReshuffledDiffElements()276 …boolean toBeKept = correspondanceBetweenNextOrderAndPreviousOrder.containsValue(indexOfOriginalCSM… in extractReshuffledDiffElements()622 Map<Integer, Integer> correspondanceBetweenNextOrderAndPreviousOrder = new HashMap<>(); in getCorrespondanceBetweenNextOrderAndPreviousOrder() local635 if (!correspondanceBetweenNextOrderAndPreviousOrder.values().contains(pi) in getCorrespondanceBetweenNextOrderAndPreviousOrder()638 correspondanceBetweenNextOrderAndPreviousOrder.put(ni, pi); in getCorrespondanceBetweenNextOrderAndPreviousOrder()643 return correspondanceBetweenNextOrderAndPreviousOrder; in getCorrespondanceBetweenNextOrderAndPreviousOrder()