Searched refs:upperBound (Results 1 – 1 of 1) 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()