com.ochafik.lang
Class AssertUtils
java.lang.Object
com.ochafik.lang.AssertUtils
public class AssertUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssertUtils
public AssertUtils()
unorderedEqual
public static final <T> boolean unorderedEqual(Collection<T> c1,
Collection<T> c2)
orderedEqual
public static final <T> boolean orderedEqual(Collection<T> c1,
Collection<T> c2)
main
public static void main(String[] args)
Copyright © 2009. All Rights Reserved.