de.uni_paderborn.fujaba.fsa.swing
Class JBendLine.BendIterator

java.lang.Object
  extended byde.uni_paderborn.fujaba.basic.AbstractListIterator
      extended byde.uni_paderborn.fujaba.fsa.swing.JBendLine.BendIterator
All Implemented Interfaces:
java.util.Iterator, java.util.ListIterator
Enclosing class:
JBendLine

private class JBendLine.BendIterator
extends AbstractListIterator

No comment provided by developer, please add a comment to improve documentation. <<<<

Version:
$Revision: 1.19 $
Author:
$Author: schneider $

Field Summary
 
Fields inherited from class de.uni_paderborn.fujaba.basic.AbstractListIterator
 
Constructor Summary
JBendLine.BendIterator(int start)
          Constructor for class BendIterator
 
Method Summary
 void add(java.lang.Object o)
          No comment provided by developer, please add a comment to improve documentation.
protected  java.lang.Object get(int index)
          No comment provided by developer, please add a comment to improve documentation.
 void remove()
          No comment provided by developer, please add a comment to improve documentation.
 void set(java.lang.Object o)
          No comment provided by developer, please add a comment to improve documentation.
protected  int size()
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class de.uni_paderborn.fujaba.basic.AbstractListIterator
currentIndex, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBendLine.BendIterator

public JBendLine.BendIterator(int start)
Constructor for class BendIterator

Parameters:
start - No description provided
Method Detail

get

protected java.lang.Object get(int index)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
get in class AbstractListIterator
Parameters:
index - No description provided
Returns:
No description provided

size

protected int size()
No comment provided by developer, please add a comment to improve documentation.

Specified by:
size in class AbstractListIterator
Returns:
No description provided

add

public void add(java.lang.Object o)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
o - No description provided

remove

public void remove()
No comment provided by developer, please add a comment to improve documentation.


set

public void set(java.lang.Object o)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
o - No description provided