public class DefaultChildContainersObjectEntryEnumeration extends java.lang.Object implements ObjectEntryEnumeration
ObjectEntryEnumeration| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
lookAheadObject |
protected java.util.Enumeration |
myenum |
| Constructor and Description |
|---|
DefaultChildContainersObjectEntryEnumeration(java.util.Enumeration list)
Creates a DefaultChildContainersObjectEntryEnumeration from an ObjectEntry enumeration.
|
DefaultChildContainersObjectEntryEnumeration(ObjectEntry[] list)
Creates a DefaultChildContainersObjectEntryEnumeration from an ObjectEntry array.
|
DefaultChildContainersObjectEntryEnumeration(java.util.Vector list)
Creates a DefaultChildContainersObjectEntryEnumeration from an ObjectEntry vector.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
advanceToNextPassingObject() |
protected java.lang.Object |
getNextObject() |
boolean |
hasMoreElements()
Tests if this enumeration contains more elements.
|
protected void |
init(java.util.Enumeration enumeration) |
ObjectEntry |
next()
Returns the next ObjectEntry of the enumeration.
|
java.lang.Object |
nextElement()
Returns the next element of this enumeration.
|
protected boolean |
passesFilter(ObjectEntry oe) |
protected java.util.Enumeration myenum
protected java.lang.Object lookAheadObject
public DefaultChildContainersObjectEntryEnumeration(ObjectEntry[] list)
list - ObjectEntry array from which to crerate the enumeration.public DefaultChildContainersObjectEntryEnumeration(java.util.Vector list)
list - ObjectEntry vector from which to create the enumeration.public DefaultChildContainersObjectEntryEnumeration(java.util.Enumeration list)
list - ObjectEntry enumeration from which to create the enumeration.protected void init(java.util.Enumeration enumeration)
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationtrue if this enumeration contains more elements,
false otherwise.public java.lang.Object nextElement()
throws java.util.NoSuchElementException
nextElement in interface java.util.Enumerationjava.util.NoSuchElementException - if no more elements exist.public ObjectEntry next()
next in interface ObjectEntryEnumerationprotected java.lang.Object getNextObject()
protected void advanceToNextPassingObject()
protected boolean passesFilter(ObjectEntry oe)
oe - The object to be tested for filtering.
API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated ${TODAY} ${TSTAMP}.