Package org.apache.johnzon.jsonb.order
Class PerHierarchyAndLexicographicalOrderFieldComparator
- java.lang.Object
- 
- org.apache.johnzon.jsonb.order.PerHierarchyAndLexicographicalOrderFieldComparator
 
- 
- All Implemented Interfaces:
- Comparator<String>
 
 public class PerHierarchyAndLexicographicalOrderFieldComparator extends Object implements Comparator<String> 
- 
- 
Constructor SummaryConstructors Constructor Description PerHierarchyAndLexicographicalOrderFieldComparator(Class<?> clazz)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(String o1, String o2)private intdistance(String o1)private intslowDistance(String o1)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.Comparatorequals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
 
- 
 
- 
- 
- 
Constructor Detail- 
PerHierarchyAndLexicographicalOrderFieldComparatorpublic PerHierarchyAndLexicographicalOrderFieldComparator(Class<?> clazz) 
 
- 
 
-