joeq.Util.Templates
Interface List.Operand

All Superinterfaces:
Collection, Iterable, List
All Known Subinterfaces:
List.RegisterOperand
All Known Implementing Classes:
UnmodifiableList.Operand, UnmodifiableList.RegisterOperand
Enclosing class:
List

public static interface List.Operand
extends List


Method Summary
 Operand getOperand(int index)
           
 ListIterator.Operand operandIterator()
           
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getOperand

Operand getOperand(int index)

operandIterator

ListIterator.Operand operandIterator()


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