com.limegroup.gnutella.util
Class ArrayListUtil

java.lang.Object
  extended bycom.limegroup.gnutella.util.ArrayListUtil

public class ArrayListUtil
extends java.lang.Object

Coomon Array manipulation routines


Constructor Summary
ArrayListUtil()
           
 
Method Summary
static java.util.ArrayList buildArray(int[] list)
          Build an ArrayList of Integer from and array of int.
static java.util.Comparator integerComparator()
          Creates an Integer comparator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayListUtil

public ArrayListUtil()
Method Detail

buildArray

public static java.util.ArrayList buildArray(int[] list)
Build an ArrayList of Integer from and array of int.


integerComparator

public static java.util.Comparator integerComparator()
Creates an Integer comparator