Class ValueComparer
- java.lang.Object
-
- org.hippoecm.frontend.editor.compare.TypedComparer<javax.jcr.Value>
-
- org.hippoecm.frontend.editor.compare.ValueComparer
-
- All Implemented Interfaces:
Serializable
,IComparer<javax.jcr.Value>
public class ValueComparer extends TypedComparer<javax.jcr.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(javax.jcr.Value base, javax.jcr.Value target)
int
getHashCode(javax.jcr.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()
-
areEqual
public boolean areEqual(javax.jcr.Value base, javax.jcr.Value target)
-
getHashCode
public int getHashCode(javax.jcr.Value value)
-
-