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

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

public static class RecipientChunks.RecipientChunksSorter
extends java.lang.Object
implements java.util.Comparator<RecipientChunks>, java.io.Serializable

Orders by the recipient number.

See Also:
Serialized Form

Constructor Summary
RecipientChunks.RecipientChunksSorter()
           
 
Method Summary
 int compare(RecipientChunks a, RecipientChunks b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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(RecipientChunks a,
                   RecipientChunks b)
Specified by:
compare in interface java.util.Comparator<RecipientChunks>


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.