Package org.ametys.odf.content
Class AdditionalOdfContentPropertiesGenerator.ListProgramItemComparator
- java.lang.Object
-
- org.ametys.odf.content.AdditionalOdfContentPropertiesGenerator.ListProgramItemComparator
-
- All Implemented Interfaces:
Comparator<List<ProgramItem>>
- Enclosing class:
- AdditionalOdfContentPropertiesGenerator
private static class AdditionalOdfContentPropertiesGenerator.ListProgramItemComparator extends Object implements Comparator<List<ProgramItem>>
Comparator ofList
composing ofProgramItem
by title.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ListProgramItemComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(List<ProgramItem> l1, List<ProgramItem> l2)
-
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
-
-
-
-
Constructor Detail
-
ListProgramItemComparator
private ListProgramItemComparator()
-
-
Method Detail
-
compare
public int compare(List<ProgramItem> l1, List<ProgramItem> l2)
- Specified by:
compare
in interfaceComparator<List<ProgramItem>>
-
-