Searched refs:upperBound (Results 1 – 2 of 2) sorted by relevance
129 public static boolean hasOlder(Key parentKey, String kind, Long upperBound) { in hasOlder() argument130 if (upperBound == null || upperBound <= 0) { in hasOlder()133 Key endKey = KeyFactory.createKey(parentKey, kind, upperBound); in hasOlder()
153152 private final int upperBound