public class Element<E> extends Object
Element()
Element(int index, E item)
boolean
finished()
E
get()
int
index()
void
reset()
set(E item)
set(int index, E item)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Element()
public Element(int index, E item)
public void set(int index, E item)
public void set(E item)
public E get()
public int index()
public boolean finished()
public void reset()
Copyright © 2021. All rights reserved.