| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.util.primitives.IntegerList |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| IntegerList() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static List<Integer> | buildFromArray(int[] a, List<Integer> l) | ||||||||||
| static List<Integer> | buildList(int... elts) | ||||||||||
| static List<Integer> | buildListFromArray(int[] a) | ||||||||||
| static boolean | compareToArray(List<Integer> l, int[] a) | ||||||||||
| static String | format(int[] l) | ||||||||||
| static String | format(int[][] l) | ||||||||||
| static String | format(List<Integer> l) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||