net.sf.ovanttasks.ovnative.win32
Class Registry.SubKeyIterator
java.lang.Object
net.sf.ovanttasks.ovnative.win32.Registry.SubKeyIterator
- All Implemented Interfaces:
- Iterator<Registry>
- Enclosing class:
- Registry
public class Registry.SubKeyIterator
- extends Object
- implements Iterator<Registry>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Registry.SubKeyIterator
public Registry.SubKeyIterator(String[] keys)
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.