Class 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.
    Use RangeSet instead
    Read-only set representing all the integers from 0 to size - 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 interface org.infinispan.commons.util.IntSet

        stream
    • Constructor Detail

      • RangeSet

        public RangeSet​(int size)
        Deprecated.