Searched refs:SetOperations (Results 1 – 6 of 6) sorted by relevance
362 public static final class SetOperations { class in RangeTree496 static final SetOperations INSTANCE = new SetOperations();516 private SetOperations() { in SetOperations() method in RangeTree.SetOperations842 SetOperations setOps = SetOperations.INSTANCE; in from()882 checkArgument(node == SetOperations.INSTANCE.intern(node), in from()1058 return SetOperations.INSTANCE.union(this, tree); in union()1063 return SetOperations.INSTANCE.intersect(this, tree); in intersect()1068 return SetOperations.INSTANCE.subtract(this, tree); in subtract()1229 SetOperations setOps = SetOperations.INSTANCE; in asRangeSpecifications()1325 SetOperations setOps = SetOperations.INSTANCE; in equals()
25 import com.google.i18n.phonenumbers.metadata.RangeTree.SetOperations;177 return SetOperations.INSTANCE.retainFrom(this, ranges); in retainFrom()190 return SetOperations.INSTANCE.union(this, other); in union()203 return SetOperations.INSTANCE.intersect(this, other); in intersect()
234 enum SetOperations { enum