com.atlassian.greenhopper.manager.lexorank
Class LexoRankRowUtils

java.lang.Object
  extended by com.atlassian.greenhopper.manager.lexorank.LexoRankRowUtils

public class LexoRankRowUtils
extends java.lang.Object

An util class used to compare LexoRankRow objects


Constructor Summary
LexoRankRowUtils()
           
 
Method Summary
static boolean areRowsDifferent(LexoRankRow[] expected, LexoRankRow[] actual)
           
static boolean areRowsDifferent(LexoRankRow expected, LexoRankRow actual)
           
static boolean areRowsEqual(LexoRankRow[] expected, LexoRankRow[] actual)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LexoRankRowUtils

public LexoRankRowUtils()
Method Detail

areRowsDifferent

public static boolean areRowsDifferent(LexoRankRow[] expected,
                                       LexoRankRow[] actual)

areRowsEqual

public static boolean areRowsEqual(LexoRankRow[] expected,
                                   LexoRankRow[] actual)

areRowsDifferent

public static boolean areRowsDifferent(LexoRankRow expected,
                                       LexoRankRow actual)


Copyright © 2007-2014 Atlassian. All Rights Reserved.