com.hp.hpl.jena.util.iterator
Interface MapFiller


public interface MapFiller

Author:
kers
A MapFiller object knows how to expand a single object into several others, which it stores in an ArrayList.

Method Summary
 boolean refill(java.lang.Object x, java.util.ArrayList pending)
          explode the object x and add the components to the pending ArrayList
 

Method Detail

refill

public boolean refill(java.lang.Object x,
                      java.util.ArrayList pending)
explode the object x and add the components to the pending ArrayList



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.