Class ForwardingRangeSetImpl<T extends Comparable<T>>
java.lang.Object
org.aksw.commons.collection.rangeset.ForwardingRangeSetBase<T>
org.aksw.commons.collection.rangeset.ForwardingRangeSetImpl<T>
- All Implemented Interfaces:
com.google.common.collect.RangeSet<T>, RangeSetDelegate<T>
-
Field Summary
Fields inherited from class ForwardingRangeSetBase
delegate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ForwardingRangeSetBase
getDelegateMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.collect.RangeSet
addAll, enclosesAll, equals, hashCode, removeAll, toStringMethods inherited from interface RangeSetDelegate
add, addAll, asDescendingSetOfRanges, asRanges, clear, complement, contains, encloses, enclosesAll, intersects, isEmpty, rangeContaining, remove, removeAll, span, subRangeSet
-
Constructor Details
-
ForwardingRangeSetImpl
-