Class RangeSetDelegateMutableImpl<T extends Comparable<T>>
java.lang.Object
org.aksw.commons.collection.rangeset.RangeSetDelegateBase<T>
org.aksw.commons.collection.rangeset.RangeSetDelegateMutableImpl<T>
- All Implemented Interfaces:
com.google.common.collect.RangeSet<T>, RangeSetDelegate<T>, RangeSetDelegateMutable<T>
public class RangeSetDelegateMutableImpl<T extends Comparable<T>>
extends RangeSetDelegateBase<T>
implements RangeSetDelegateMutable<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.RangeSet<T> voidsetDelegate(com.google.common.collect.RangeSet<T> delegate) Methods inherited from class RangeSetDelegateBase
toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
-
Field Details
-
delegate
-
-
Constructor Details
-
RangeSetDelegateMutableImpl
public RangeSetDelegateMutableImpl()
-
-
Method Details
-
getDelegate
- Specified by:
getDelegatein interfaceRangeSetDelegate<T extends Comparable<T>>
-
setDelegate
- Specified by:
setDelegatein interfaceRangeSetDelegateMutable<T extends Comparable<T>>
-