public interface IMenuItem extends Comparable<IMenuItem>
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(IMenuItem o) |
String |
getName() |
String getName()
default int compareTo(IMenuItem o)
compareTo in interface Comparable<IMenuItem>Copyright © 2019 JULIE Lab, Germany. All rights reserved.