buttress.util
Class CompareAdded

java.lang.Object
  extended bybuttress.util.CompareAdded

public abstract class CompareAdded
extends java.lang.Object


Constructor Summary
CompareAdded()
           
 
Method Summary
static java.util.ArrayList compareAdded(java.util.ArrayList fullList)
          Removes all duplicates from the 2 dimensional array, returns a 1 dimensional array of only the non-dupes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompareAdded

public CompareAdded()
Method Detail

compareAdded

public static java.util.ArrayList compareAdded(java.util.ArrayList fullList)
Removes all duplicates from the 2 dimensional array, returns a 1 dimensional array of only the non-dupes.

Parameters:
fullList - ArrayList
Returns:
ArrayList