org.drools.core.util
Class HierarchySorter<K>
java.lang.Object
org.drools.core.util.HierarchySorter<K>
public class HierarchySorter<K>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HierarchySorter
public HierarchySorter()
getHierarchy
public Map<K,Collection<K>> getHierarchy()
sort
public List<K> sort(Collection<K> sortables,
Comparator<K> comparator)
sort
public List<K> sort(Map<K,Collection<K>> hierarchy)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.