public class

IntegerRanges

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.primitives.IntegerRanges

Class Overview

Collection of integer ranges (a range is noted [beg, end) or [beg, end[).

Summary

Public Constructors
IntegerRanges(boolean mergeRanges)
Public Methods
void add(int beg, int end)
int count()
boolean isInsideRange(int v, int[] range)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public IntegerRanges (boolean mergeRanges)

Public Methods

public void add (int beg, int end)

public int count ()

public boolean isInsideRange (int v, int[] range)

public String toString ()