Class YAMLPropertyWriter.Property
java.lang.Object
org.bytemechanics.config.manager.internal.commons.io.YAMLPropertyWriter.Property
- All Implemented Interfaces:
java.lang.Comparable<YAMLPropertyWriter.Property>
- Enclosing class:
- YAMLPropertyWriter
public static final class YAMLPropertyWriter.Property extends java.lang.Object implements java.lang.Comparable<YAMLPropertyWriter.Property>
Input property
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Property(java.lang.String _key, java.lang.String _value)
-
Method Summary
-
Field Details
-
Constructor Details
-
Property
public Property(java.lang.String _key, java.lang.String _value)
-
-
Method Details
-
getKey
public java.lang.String getKey() -
getValue
public java.lang.String getValue() -
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equals
in classjava.lang.Object
-
compareTo
- Specified by:
compareTo
in interfacejava.lang.Comparable<YAMLPropertyWriter.Property>
-