Package org.attoparser
Class HtmlElements.HtmlElementRepository.ElementComparator
- java.lang.Object
-
- org.attoparser.HtmlElements.HtmlElementRepository.ElementComparator
-
- All Implemented Interfaces:
java.util.Comparator<HtmlElement>
- Enclosing class:
- HtmlElements.HtmlElementRepository
private static class HtmlElements.HtmlElementRepository.ElementComparator extends java.lang.Object implements java.util.Comparator<HtmlElement>
-
-
Field Summary
Fields Modifier and Type Field Description private static HtmlElements.HtmlElementRepository.ElementComparator
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
ElementComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(HtmlElement o1, HtmlElement o2)
-
-
-
Field Detail
-
INSTANCE
private static HtmlElements.HtmlElementRepository.ElementComparator INSTANCE
-
-
Method Detail
-
compare
public int compare(HtmlElement o1, HtmlElement o2)
- Specified by:
compare
in interfacejava.util.Comparator<HtmlElement>
-
-