Package org.onosproject.ui.lion
Class LionBundle.LionItem
- java.lang.Object
-
- org.onosproject.ui.lion.LionBundle.LionItem
-
- All Implemented Interfaces:
Comparable<LionBundle.LionItem>
- Enclosing class:
- LionBundle
public static final class LionBundle.LionItem extends Object implements Comparable<LionBundle.LionItem>
Represents a single localization item.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(LionBundle.LionItem o)
boolean
equals(Object obj)
int
hashCode()
String
key()
Returns the key.String
toString()
String
value()
Returns the value.
-
-
-
Method Detail
-
compareTo
public int compareTo(LionBundle.LionItem o)
- Specified by:
compareTo
in interfaceComparable<LionBundle.LionItem>
-
key
public String key()
Returns the key.- Returns:
- the key
-
value
public String value()
Returns the value.- Returns:
- the value
-
-