public static final class PropertyInfo.Entry extends Object implements Comparable<PropertyInfo.Entry>
String
name
Object
value
Entry(String name, Object value)
int
compareTo(PropertyInfo.Entry other)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final String name
public final Object value
public Entry(String name, Object value)
public int compareTo(PropertyInfo.Entry other)
compareTo
Comparable<PropertyInfo.Entry>