Package org.bytemechanics.commons.io
Class YAMLPropertyWriter.Property
- java.lang.Object
-
- org.bytemechanics.commons.io.YAMLPropertyWriter.Property
-
- All Implemented Interfaces:
Comparable<YAMLPropertyWriter.Property>
- Enclosing class:
- YAMLPropertyWriter
public static final class YAMLPropertyWriter.Property extends Object implements Comparable<YAMLPropertyWriter.Property>
Input property
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(YAMLPropertyWriter.Property _other)
boolean
equals(Object obj)
String
getKey()
String
getValue()
int
hashCode()
-
-
-
Method Detail
-
getKey
public String getKey()
-
getValue
public String getValue()
-
compareTo
public int compareTo(YAMLPropertyWriter.Property _other)
- Specified by:
compareTo
in interfaceComparable<YAMLPropertyWriter.Property>
-
-