consciouscode.util
Class CollectionUtils

java.lang.Object
  extended by consciouscode.util.CollectionUtils

public class CollectionUtils
extends Object

Class documentation.


Constructor Summary
CollectionUtils()
           
 
Method Summary
static boolean equalElements(List<?> left, List<?> right)
          Deprecated. Use CollectionUtils.isEqualCollection(java.util.Collection, java.util.Collection) wherever possible, but note that it requires the collected elements to have valid hashCode implementations!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionUtils

public CollectionUtils()
Method Detail

equalElements

@Deprecated
public static boolean equalElements(List<?> left,
                                               List<?> right)
Deprecated. Use CollectionUtils.isEqualCollection(java.util.Collection, java.util.Collection) wherever possible, but note that it requires the collected elements to have valid hashCode implementations!



Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.