org.apache.hadoop.mrunit
Class ReduceDriverBase.ValueClassInstanceReuseList<T>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<T>
              extended by 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>

protected static class ReduceDriverBase.ValueClassInstanceReuseList<T>
extends ArrayList<T>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ReduceDriverBase.ValueClassInstanceReuseList(List<T> list, org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
 Iterator<T> iterator()
           
 
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
 
Methods inherited from class java.util.AbstractList
equals, hashCode
 
Methods inherited from class java.util.AbstractCollection
containsAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode
 

Constructor Detail

ReduceDriverBase.ValueClassInstanceReuseList

public ReduceDriverBase.ValueClassInstanceReuseList(List<T> list,
                                                    org.apache.hadoop.conf.Configuration conf)
Method Detail

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 © 2012 The Apache Software Foundation. All Rights Reserved.