Searched defs:RegularContiguousSet (Results 1 – 2 of 2) sorted by relevance
40 final class RegularContiguousSet<C extends Comparable> extends ContiguousSet<C> { class43 RegularContiguousSet(Range<C> range, DiscreteDomain<C> domain) { in RegularContiguousSet() method in RegularContiguousSet