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 org.aksw.commons.collection.rangeset.ForwardingRangeSetBase
delegate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.commons.collection.rangeset.ForwardingRangeSetBase
getDelegateMethods inherited from class java.lang.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 org.aksw.commons.collection.rangeset.RangeSetDelegate
add, addAll, asDescendingSetOfRanges, asRanges, clear, complement, contains, encloses, enclosesAll, intersects, isEmpty, rangeContaining, remove, removeAll, span, subRangeSet
-
Constructor Details
-
ForwardingRangeSetImpl
-