Package org.infinispan.util
Class RangeSet
- java.lang.Object
-
- org.infinispan.commons.util.RangeSet
-
- org.infinispan.util.RangeSet
-
- All Implemented Interfaces:
Iterable<Integer>
,Collection<Integer>
,Set<Integer>
,org.infinispan.commons.util.IntSet
public class RangeSet extends org.infinispan.commons.util.RangeSet
Deprecated.UseRangeSet
insteadRead-only set representing all the integers from0
tosize - 1
(inclusive).- Since:
- 9.0
- Author:
- Dan Berindei
-
-
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
-
-