net.sf.ovanttasks.ovnative.win32
Class Registry.SubKeyIterator

java.lang.Object
  extended by net.sf.ovanttasks.ovnative.win32.Registry.SubKeyIterator
All Implemented Interfaces:
Iterator<Registry>
Enclosing class:
Registry

public class Registry.SubKeyIterator
extends Object
implements Iterator<Registry>


Constructor Summary
Registry.SubKeyIterator(String[] keys)
           
 
Method Summary
 boolean hasNext()
           
 Registry next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Registry.SubKeyIterator

public Registry.SubKeyIterator(String[] keys)
Method Detail

hasNext

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

next

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

remove

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


Copyright © 2008 Orangevolt. All Rights Reserved.