gov.usda.gdpc.util
Class ArrayUtils

java.lang.Object
  extended bygov.usda.gdpc.util.ArrayUtils

public class ArrayUtils
extends java.lang.Object

Utilities class that provides array handling functions.

Author:
terryc

Method Summary
static java.lang.Object[] getUnique(java.util.List list)
          Returns only the objects from the given list that are unique.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUnique

public static java.lang.Object[] getUnique(java.util.List list)
Returns only the objects from the given list that are unique.

Parameters:
list - starting list
Returns:
unique list