Class IntegerRanges
java.lang.Object
com.pnfsoftware.jeb.util.primitives.IntegerRanges
Collection of integer ranges (a range is noted
[beg, end)
or [beg, end[
).-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(int beg, int end) int
count()
boolean
isInsideRange
(int v, int[] range) toString()