Searched refs:childlessField (Results 1 – 1 of 1) sorted by relevance
317 for (String childlessField : excludableChildlessFields) { in computeComplement()318 if (!fieldMap.containsKey(childlessField)) { in computeComplement()319 complement.put(childlessField, new TreeSet<String>()); in computeComplement()337 boolean shouldDrop(String childlessField) { in shouldDrop() argument338 if (!excludableChildlessFields.contains(childlessField)) { in shouldDrop()339 throw new RuntimeException(childlessField + " is not an excludable childless field"); in shouldDrop()341 return blacklist.containsKey(childlessField); in shouldDrop()