class Element<T> extends java.lang.Object
boolean
first
int
index
last
T
value
Element(int index, boolean first, boolean last, T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final int index
public final boolean first
public final boolean last
public final T value
public Element(int index, boolean first, boolean last, T value)