Class ValueComparer
- java.lang.Object
-
- org.hippoecm.frontend.editor.compare.TypedComparer<Value>
-
- org.hippoecm.frontend.editor.compare.ValueComparer
-
- All Implemented Interfaces:
Serializable
,IComparer<Value>
public class ValueComparer extends TypedComparer<Value>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueComparer(ITypeDescriptor type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
areEqual(Value base, Value target)
int
getHashCode(Value value)
protected IComparer<InputStream>
getStreamComparer()
-
Methods inherited from class org.hippoecm.frontend.editor.compare.TypedComparer
getType
-
-
-
-
Constructor Detail
-
ValueComparer
public ValueComparer(ITypeDescriptor type)
-
-
Method Detail
-
getStreamComparer
protected IComparer<InputStream> getStreamComparer()
-
getHashCode
public int getHashCode(Value value)
-
-