This project has retired. For details please refer to its
Attic page.
org.apache.hadoop.mrunit
Class ReduceDriverBase.ValueClassInstanceReuseList<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<T>
org.apache.hadoop.mrunit.ReduceDriverBase.ValueClassInstanceReuseList<T>
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess
- Enclosing class:
- ReduceDriverBase<K1,V1,K2,V2,T extends ReduceDriverBase<K1,V1,K2,V2,T>>
protected static class ReduceDriverBase.ValueClassInstanceReuseList<T>
- extends ArrayList<T>
- See Also:
- Serialized Form
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize |
ReduceDriverBase.ValueClassInstanceReuseList
public ReduceDriverBase.ValueClassInstanceReuseList(List<T> list,
org.apache.hadoop.conf.Configuration conf)
iterator
public Iterator<T> iterator()
- Specified by:
iterator
in interface Iterable<T>
- Specified by:
iterator
in interface Collection<T>
- Specified by:
iterator
in interface List<T>
- Overrides:
iterator
in class ArrayList<T>
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.