This project has retired. For details please refer to its Attic page.
PGroupedTableType.HoldLastIterator (Apache Crunch 0.9.0 API)

org.apache.crunch.types
Class PGroupedTableType.HoldLastIterator<V>

java.lang.Object
  extended by org.apache.crunch.types.PGroupedTableType.HoldLastIterator<V>
All Implemented Interfaces:
Iterator<V>
Enclosing class:
PGroupedTableType<K,V>

protected static class PGroupedTableType.HoldLastIterator<V>
extends Object
implements Iterator<V>


Constructor Summary
PGroupedTableType.HoldLastIterator(MapFn<Object,V> mapFn)
           
 
Method Summary
 boolean hasNext()
           
 V next()
           
 void remove()
           
 PGroupedTableType.HoldLastIterator<V> reset(Iterator<Object> iter)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PGroupedTableType.HoldLastIterator

public PGroupedTableType.HoldLastIterator(MapFn<Object,V> mapFn)
Method Detail

reset

public PGroupedTableType.HoldLastIterator<V> reset(Iterator<Object> iter)

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<V>

next

public V next()
Specified by:
next in interface Iterator<V>

remove

public void remove()
Specified by:
remove in interface Iterator<V>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.