Package com.xpn.xwiki.plugin.feed
Class FeedPlugin.SyndEntryComparator
- java.lang.Object
-
- com.xpn.xwiki.plugin.feed.FeedPlugin.SyndEntryComparator
-
- All Implemented Interfaces:
Comparator<com.sun.syndication.feed.synd.SyndEntry>
- Enclosing class:
- FeedPlugin
public static class FeedPlugin.SyndEntryComparator extends Object implements Comparator<com.sun.syndication.feed.synd.SyndEntry>
-
-
Constructor Summary
Constructors Constructor Description SyndEntryComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(com.sun.syndication.feed.synd.SyndEntry entry1, com.sun.syndication.feed.synd.SyndEntry entry2)
-
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(com.sun.syndication.feed.synd.SyndEntry entry1, com.sun.syndication.feed.synd.SyndEntry entry2)
- Specified by:
compare
in interfaceComparator<com.sun.syndication.feed.synd.SyndEntry>
-
-