org.apache.poi.hsmf.datatypes
Class AttachmentChunks.AttachmentChunksSorter

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

public static class AttachmentChunks.AttachmentChunksSorter
extends java.lang.Object
implements java.util.Comparator

Orders by the attachment number.


Constructor Summary
AttachmentChunks.AttachmentChunksSorter()
           
 
Method Summary
 int compare(java.lang.Object in_a, java.lang.Object in_b)
           
 
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

AttachmentChunks.AttachmentChunksSorter

public AttachmentChunks.AttachmentChunksSorter()
Method Detail

compare

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