Class IntegerList

java.lang.Object
com.pnfsoftware.jeb.util.primitives.IntegerList

public class IntegerList extends Object
Utility code for int arrays or Lists of Integers.
  • Constructor Details

    • IntegerList

      public IntegerList()
  • Method Details

    • format

      public static String format(int[][] l)
    • format

      public static String format(int[] l)
    • format

      public static String format(List<Integer> l)
    • compareToArray

      public static boolean compareToArray(List<Integer> l, int[] a)
    • buildListFromArray

      public static List<Integer> buildListFromArray(int[] a)
    • buildList

      public static List<Integer> buildList(int... elts)
    • buildFromArray

      public static List<Integer> buildFromArray(int[] a, List<Integer> l)