Package org.javlo.component.web2
Class ReactionComponent.Reaction.OrderCreation
- java.lang.Object
-
- org.javlo.component.web2.ReactionComponent.Reaction.OrderCreation
-
- All Implemented Interfaces:
Comparator<ReactionComponent.Reaction>
- Enclosing class:
- ReactionComponent.Reaction
public static class ReactionComponent.Reaction.OrderCreation extends Object implements Comparator<ReactionComponent.Reaction>
-
-
Constructor Summary
Constructors Constructor Description OrderCreation(boolean reverse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(ReactionComponent.Reaction reaction1, ReactionComponent.Reaction reaction2)
-
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(ReactionComponent.Reaction reaction1, ReactionComponent.Reaction reaction2)
- Specified by:
compare
in interfaceComparator<ReactionComponent.Reaction>
-
-