QJCC homepage

biz.chitec.quarterback.util
Class ArrayComparer

java.lang.Object
  extended bybiz.chitec.quarterback.util.ArrayComparer

public final class ArrayComparer
extends java.lang.Object

Methods to compare arrays of generic types. All-static and uninstanciable.

Version:
$Id: 6be959d28496d91da105b0557165a2112bb99c54 $
Author:
Dirk Hillbrecht 2000, chitec/Dirk Hillbrecht 2000. Distributed under the terms of the GNU LGPL.

Constructor Summary
private ArrayComparer()
           
 
Method Summary
static boolean equals(byte[] b1, byte[] b2)
          compares two byte[] arrays.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayComparer

private ArrayComparer()
Method Detail

equals

public static boolean equals(byte[] b1,
                             byte[] b2)
compares two byte[] arrays.


QJCC homepage