Searched defs:EmptyContiguousSet (Results 1 – 2 of 2) sorted by relevance
34 final class EmptyContiguousSet<C extends Comparable> extends ContiguousSet<C> { class35 EmptyContiguousSet(DiscreteDomain<C> domain) { in EmptyContiguousSet() method in EmptyContiguousSet