com.jxml.quick.qmap
Interface QMunger

All Known Implementing Classes:
QMungerImpl

public interface QMunger

Determines if two items should be combined


Method Summary
 List combine(List keyList, QIndexedComparableList icl)
          Returns the combined item, or null if they can not be combined.
 List finalize(List keyList, int[] order)
           
 void fixOrder(int[] order)
           
 

Method Detail

combine

public List combine(List keyList,
                    QIndexedComparableList icl)
Returns the combined item, or null if they can not be combined.

finalize

public List finalize(List keyList,
                     int[] order)

fixOrder

public void fixOrder(int[] order)