joeq.Util.Templates
Interface ListIterator.Operand

All Superinterfaces:
Iterator, ListIterator
All Known Subinterfaces:
ListIterator.RegisterOperand
Enclosing class:
ListIterator

public static interface ListIterator.Operand
extends ListIterator


Method Summary
 Operand nextOperand()
           
 Operand previousOperand()
           
 
Methods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
 

Method Detail

nextOperand

Operand nextOperand()

previousOperand

Operand previousOperand()


Copyright © 2001-2008 John Whaley. All Rights Reserved.