jlibs.core.graph.sequences
Class Element<E>

java.lang.Object
  extended by jlibs.core.graph.sequences.Element<E>

public class Element<E>
extends Object

Author:
Santhosh Kumar T

Constructor Summary
Element()
           
Element(int index, E item)
           
 
Method Summary
 boolean finished()
           
 E get()
           
 int index()
           
 void reset()
           
 void set(E item)
           
 void set(int index, E item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Element

public Element()

Element

public Element(int index,
               E item)
Method Detail

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.