Class OfflineMessages.StampComparator

java.lang.Object
tigase.xmpp.impl.OfflineMessages.StampComparator
All Implemented Interfaces:
Comparator<Packet>
Enclosing class:
OfflineMessages

public static class OfflineMessages.StampComparator extends Object implements Comparator<Packet>
Comparator interface implementation for the purpose of sorting Elements retrieved from the repository by the timestamp stored in delay element.
  • Constructor Details

    • StampComparator

      public StampComparator()
  • Method Details