Package org.infinispan.util
Class RangeSet
- java.lang.Object
-
- org.infinispan.commons.util.RangeSet
-
- org.infinispan.util.RangeSet
-
-
Constructor Summary
Constructors Constructor Description RangeSet(int size)
Deprecated.
-
Method Summary
-
Methods inherited from class org.infinispan.commons.util.RangeSet
add, add, addAll, addAll, clear, contains, contains, containsAll, containsAll, equals, forEach, forEach, hashCode, intSpliterator, intStream, isEmpty, iterator, remove, remove, removeAll, removeAll, removeIf, retainAll, retainAll, set, size, toArray, toArray, toIntArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, toArray
-
Methods inherited from interface java.util.Set
spliterator
-
-