Uses of Class
org.aksw.commons.collection.rangeset.RangeSetUnion
Packages that use RangeSetUnion
-
Uses of RangeSetUnion in org.aksw.commons.collection.rangeset
Methods in org.aksw.commons.collection.rangeset that return RangeSetUnionModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
RangeSetUnion<T> RangeSetUnion.create(com.google.common.collect.RangeSet<T> first, com.google.common.collect.RangeSet<T> second) static <T extends Comparable<T>>
RangeSetUnion<T> RangeSetOps.union(com.google.common.collect.RangeSet<T> first, com.google.common.collect.RangeSet<T> second)