org.apache.ojb.broker.accesslayer
Class PkIterator

java.lang.Object
  extended byorg.apache.ojb.broker.accesslayer.PkIterator
All Implemented Interfaces:
java.util.Iterator, java.io.Serializable

public class PkIterator
extends java.lang.Object
implements java.util.Iterator, java.io.Serializable

Version:
$Id: PkIterator.java,v 1.5 2004/01/07 11:41:20 thma Exp $
See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
PkIterator(java.util.Enumeration enum)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PkIterator

public PkIterator(java.util.Enumeration enum)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14