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 boolean
equals(Object obj)
Indicates whether some other object is "equal to" this one.int
hashCode()
Returns a hash code value for the object.String
toString()
Returns an empty string.
-
-
-
Method Detail
-
equals
public boolean equals(Object obj)
Indicates whether some other object is "equal to" this one.- Overrides:
equals
in classObject
- Parameters:
obj
- the reference object with which to compare.- Returns:
true
if the object is aDiffUtils.Filler
instance
-
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
.
-
-