944945946947948949950951952953954
long low = rs.getLong(2); current = new UUID(high, low); } if (lowUuid != null) { // skip the keys that are smaller or equal (see above, maxCount += 10) if (current.compareTo(lowUuid) <= 0) { continue; } } result.add(current); }
11351136113711381139114011411142114311441145
10681069107010711072107310741075107610771078
11171118111911201121112211231124112511261127