Package com.jalios.util
Class ObjectIntTreeMap.SortedKeyComparator
- java.lang.Object
 - 
- com.jalios.util.ObjectIntTreeMap.SortedKeyComparator
 
 
- 
- All Implemented Interfaces:
 java.util.Comparator
- Enclosing class:
 - ObjectIntTreeMap
 
protected static class ObjectIntTreeMap.SortedKeyComparator extends java.lang.Object implements java.util.ComparatorA Comparator that sort TreeMap of ObjectIntTreeMap by Key Value sorted using a sorted List- Since:
 - jcms-4.2
 - Author:
 - Jean-Philippe
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SortedKeyComparator(java.util.List sort) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(java.lang.Object o1, java.lang.Object o2) 
 -