jlibs.core.graph.sequences
Class Element<E>
java.lang.Object
jlibs.core.graph.sequences.Element<E>
public class Element<E>
- extends Object
- Author:
- Santhosh Kumar T
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Element
public Element()
Element
public Element(int index,
E item)
set
public void set(int index,
E item)
set
public void set(E item)
get
public E get()
index
public int index()
finished
public boolean finished()
reset
public void reset()
Copyright © 2018. All rights reserved.