public class ObjectContainer<ROW> extends Object
ObjectContainer()
void
add(ROW row)
clear()
boolean
hasNext()
ROW
next()
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObjectContainer()
public void add(ROW row)
public void clear()
public boolean hasNext()
public ROW next()
public int size()
Copyright © 2017 The Apache Software Foundation. All rights reserved.