Class TaggingPresetMenu.PresetTextComparator
- java.lang.Object
-
- org.openstreetmap.josm.gui.tagging.presets.TaggingPresetMenu.PresetTextComparator
-
- All Implemented Interfaces:
Serializable
,Comparator<JMenuItem>
- Enclosing class:
- TaggingPresetMenu
private static class TaggingPresetMenu.PresetTextComparator extends Object implements Comparator<JMenuItem>, Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
PresetTextComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(JMenuItem o1, JMenuItem o2)
-
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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PresetTextComparator
private PresetTextComparator()
-
-