}
return false;
}
+
+ public int hashCode() {
+ assert false : "hashCode not designed";
+ return 42;
+ }
// package private constructors ------------------------------------------
/*
******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and *
+* Copyright (C) 1996-2011, International Business Machines Corporation and *
* others. All Rights Reserved. *
******************************************************************************
*/
}
return false;
}
+
+ public int hashCode() {
+ assert false : "hashCode not designed";
+ return 42;
+ }
///CLOVER:ON
// protected methods -----------------------------------------------
}
return false;
}
+
+ public int hashCode() {
+ assert false : "hashCode not designed";
+ return 42;
+ }
+
// This method is for super class's instantiateBundle method
public static UResourceBundle getBundleInstance(String baseName, String localeID,
ClassLoader root, boolean disableFallback){
/*
******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and *
+* Copyright (C) 1996-2011, International Business Machines Corporation and *
* others. All Rights Reserved. *
******************************************************************************
*/
}
return false;
}
+
+ public int hashCode() {
+ assert false : "hashCode not designed";
+ return 42;
+ }
///CLOVER:ON
// protected methods -----------------------------------------------
/*
******************************************************************************
-* Copyright (C) 1996-2010, International Business Machines Corporation and *
+* Copyright (C) 1996-2011, International Business Machines Corporation and *
* others. All Rights Reserved. *
******************************************************************************
*/
&& m_dataLength_ == othertrie.m_dataLength_
&& Arrays.equals(m_index_, othertrie.m_index_);
}
+
+ public int hashCode() {
+ assert false : "hashCode not designed";
+ return 42;
+ }
///CLOVER:ON
/**
}
return false;
}
+
+ public int hashCode() {
+ assert false : "hashCode not designed";
+ return 42;
+ }
/**
* Given a number, returns the keyword of the first rule that applies
}
return false;
}
+
+ public int hashCode() {
+ assert false : "hashCode not designed";
+ return 42;
+ }
/**
* Returns a textual representation of the rule. This won't
return true;
}
}
+
+ public int hashCode() {
+ assert false : "hashCode not designed";
+ return 42;
+ }
/**
}
return false;
}
+
+ public int hashCode() {
+ assert false : "hashCode not designed";
+ return 42;
+ }
/**
* Returns a textual description of the substitution
return false;
}
}
+
+ public int hashCode() {
+ assert false : "hashCode not designed";
+ return 42;
+ }
//-----------------------------------------------------------------------
// formatting
return false;
}
}
+
+ public int hashCode() {
+ assert false : "hashCode not designed";
+ return 42;
+ }
//-----------------------------------------------------------------------
// formatting
return false;
}
}
+
+ public int hashCode() {
+ assert false : "hashCode not designed";
+ return 42;
+ }
//-----------------------------------------------------------------------
// formatting
public boolean equals(Object that) {
return super.equals(that);
}
+
+ public int hashCode() {
+ assert false : "hashCode not designed";
+ return 42;
+ }
/**
* NullSubstitutions don't show up in the textual representation
/*
*******************************************************************************
- * Copyright (C) 2003-2010, International Business Machines Corporation and *
+ * Copyright (C) 2003-2011, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
return ((StringPrepParseException)other).error == this.error;
}
+
+ public int hashCode() {
+ assert false : "hashCode not designed";
+ return 42;
+ }
+
/**
* Returns the position of error in the rules string
*
return true;
}
@Override
+ public int hashCode() {
+ return super.hashCode();
+ }
+ @Override
public int markRightEdgesFirst(int edgeNumber) {
if(offset==0) {
firstEdgeNumber=edgeNumber;
return unit==o.unit && lessThan==o.lessThan && greaterOrEqual==o.greaterOrEqual;
}
@Override
+ public int hashCode() {
+ return super.hashCode();
+ }
+ @Override
public int markRightEdgesFirst(int edgeNumber) {
if(offset==0) {
firstEdgeNumber=edgeNumber;
}
return false;
}
+
+ public int hashCode() {
+ assert false : "hashCode not designed";
+ return 42;
+ }
/**
* Returns a string representation of this Position.