acedb
Class Objset

java.lang.Object
  extended byacedb.Objset

public class Objset
extends java.lang.Object


Constructor Summary
Objset(java.lang.String input)
          Construct an Objset object from a ace object string dump with the show -j command.
 
Method Summary
 Aceobj next()
          Fetch the next Aceobj, one pass only; FORWARD_ONLY iteration!.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Objset

public Objset(java.lang.String input)
Construct an Objset object from a ace object string dump with the show -j command.

Parameters:
input - should have one or more ace object in string format.
Method Detail

next

public Aceobj next()
Fetch the next Aceobj, one pass only; FORWARD_ONLY iteration!.

Returns:
next Aceobj or null if reached the end.