org.apache.poi.hsmf.datatypes
Class RecipientChunks.RecipientChunksSorter

java.lang.Object
  extended by org.apache.poi.hsmf.datatypes.RecipientChunks.RecipientChunksSorter
All Implemented Interfaces:
java.util.Comparator
Enclosing class:
RecipientChunks

public static class RecipientChunks.RecipientChunksSorter
extends java.lang.Object
implements java.util.Comparator

Orders by the recipient number.


Constructor Summary
RecipientChunks.RecipientChunksSorter()
           
 
Method Summary
 int compare(java.lang.Object ia, java.lang.Object ib)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

RecipientChunks.RecipientChunksSorter

public RecipientChunks.RecipientChunksSorter()
Method Detail

compare

public int compare(java.lang.Object ia,
                   java.lang.Object ib)
Specified by:
compare in interface java.util.Comparator