Searched refs:nextCell (Results 1 – 1 of 1) sorted by relevance
119 S2CellId nextCell = sortedS2CellIds.get(sortedS2CellIds.size() - 1).next(); in create() local120 if (!sortedS2CellIds.contains(nextCell) in create()121 && satS2RangeFileReader.findEntryByCellId(nextCell.id()) != null) { in create()122 throw new IllegalStateException("The cell " + nextCell + ", which is right " in create()126 System.out.println("nextCell=" + nextCell + " is in the sortedS2CellIds"); in create()