joeq.Util.Templates
Class ListWrapper.ExceptionHandler
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList
joeq.Util.Templates.ListWrapper.ExceptionHandler
- All Implemented Interfaces:
- Iterable, Collection, List, List.ExceptionHandler
- Enclosing class:
- ListWrapper
public static class ListWrapper.ExceptionHandler
- extends AbstractList
- implements List.ExceptionHandler
Methods inherited from class java.util.AbstractList |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList |
Methods inherited from interface java.util.List |
add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, retainAll, subList, toArray, toArray |
ListWrapper.ExceptionHandler
public ListWrapper.ExceptionHandler(List c)
size
public int size()
- Specified by:
size
in interface Collection
- Specified by:
size
in interface List
- Specified by:
size
in class AbstractCollection
get
public Object get(int index)
- Specified by:
get
in interface List
- Specified by:
get
in class AbstractList
getExceptionHandler
public ExceptionHandler getExceptionHandler(int index)
- Specified by:
getExceptionHandler
in interface List.ExceptionHandler
add
public void add(int i,
Object o)
- Specified by:
add
in interface List
- Overrides:
add
in class AbstractList
set
public Object set(int i,
Object o)
- Specified by:
set
in interface List
- Overrides:
set
in class AbstractList
remove
public Object remove(int i)
- Specified by:
remove
in interface List
- Overrides:
remove
in class AbstractList
exceptionHandlerIterator
public ListIterator.ExceptionHandler exceptionHandlerIterator()
- Specified by:
exceptionHandlerIterator
in interface List.ExceptionHandler
Copyright © 2001-2008 John Whaley. All Rights Reserved.