public class

IntegerList

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

Class Overview

Utility code for int arrays or Lists of Integers.

Summary

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

Public Constructors

public IntegerList ()

Public Methods

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

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

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

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

public static String format (int[] l)

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

public static String format (List<Integer> l)