public static class Helper.Entry<T> extends Object
String
label
int
position
T
value
Helper.Entry(String label, T value, int position)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public String label
public T value
public int position
public Helper.Entry(String label, T value, int position)
public String toString()
toString
Object