com.ochafik.lang
Class AssertUtils

java.lang.Object
  extended by com.ochafik.lang.AssertUtils

public class AssertUtils
extends Object


Nested Class Summary
static class AssertUtils.Test
           
 
Constructor Summary
AssertUtils()
           
 
Method Summary
static void main(String[] args)
           
static
<T> boolean
orderedEqual(Collection<T> c1, Collection<T> c2)
           
static
<T> boolean
unorderedEqual(Collection<T> c1, Collection<T> c2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertUtils

public AssertUtils()
Method Detail

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.