joeq.Util.Templates
Interface List.ExceptionHandler

All Superinterfaces:
Collection, Iterable, List
All Known Implementing Classes:
ExceptionHandlerList, ListWrapper.ExceptionHandler
Enclosing class:
List

public static interface List.ExceptionHandler
extends List


Method Summary
 ListIterator.ExceptionHandler exceptionHandlerIterator()
           
 ExceptionHandler getExceptionHandler(int index)
           
 
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

getExceptionHandler

ExceptionHandler getExceptionHandler(int index)

exceptionHandlerIterator

ListIterator.ExceptionHandler exceptionHandlerIterator()


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