Package adams.core
Class DiffUtils.Filler
- java.lang.Object
-
- adams.core.DiffUtils.Filler
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DiffUtils
public static class DiffUtils.Filler extends Object implements Serializable
A helper class for the side-by-side diff.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Filler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Indicates whether some other object is "equal to" this one.inthashCode()Returns a hash code value for the object.StringtoString()Returns an empty string.
-
-
-
Method Detail
-
equals
public boolean equals(Object obj)
Indicates whether some other object is "equal to" this one.- Overrides:
equalsin classObject- Parameters:
obj- the reference object with which to compare.- Returns:
trueif the object is aDiffUtils.Fillerinstance
-
hashCode
public int hashCode()
Returns a hash code value for the object. This method is supported for the benefit of hashtables such as those provided byjava.util.Hashtable.
-
-