Uses of Interface
org.hippoecm.frontend.editor.compare.IComparer
-
Packages that use IComparer Package Description org.hippoecm.frontend.editor.compare -
-
Uses of IComparer in org.hippoecm.frontend.editor.compare
Classes in org.hippoecm.frontend.editor.compare that implement IComparer Modifier and Type Class Description class
NodeComparer
class
ObjectComparer
class
StreamComparer
class
TypedComparer<T>
Compares two objects for equality based on their content.class
ValueComparer
Methods in org.hippoecm.frontend.editor.compare that return IComparer Modifier and Type Method Description protected IComparer<InputStream>
ValueComparer. getStreamComparer()
-