Compoze Software, Inc.

com.compoze.util
Class ClassPath.ClassPathIterator


java.lang.Object

  |

  +--com.compoze.util.ClassPath.ClassPathIterator

All Implemented Interfaces:
java.util.Iterator
Enclosing class:
ClassPath

public class ClassPath.ClassPathIterator
extends java.lang.Object
implements java.util.Iterator

This is an iterator that iterates over the entries in the classpath. This class is not complete.


Constructor Summary
ClassPath.ClassPathIterator(boolean bReturnClasses)
          Constructor.
 
Method Summary
 boolean hasNext()
          Returns true if the iterator has more elements.
 java.lang.Object next()
          Returns the next element in the iteration.
 void remove()
          Remove.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPath.ClassPathIterator


public ClassPath.ClassPathIterator(boolean bReturnClasses)
Constructor.
Method Detail

hasNext


public boolean hasNext()
Returns true if the iterator has more elements.
Specified by:
hasNext in interface java.util.Iterator

next


public java.lang.Object next()
Returns the next element in the iteration.
Specified by:
next in interface java.util.Iterator
Returns:
the next element in the iteration

remove


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

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.