All Packages Class Hierarchy This Package Previous Next Index
Class collections.IncrCollectionEnumeration
java.lang.Object
|
+----collections.IncrCollectionEnumeration
- public final class IncrCollectionEnumeration
- extends Object
- implements CollectionEnumeration
Enumerator for IncrCollections
-
corrupted()
- Implements collections.CollectionEnumeration.corrupted.
-
hasMoreElements()
- Implements java.util.Enumeration.hasMoreElements.
-
nextElement()
- Implements java.util.Enumeration.nextElement().
-
numberOfRemainingElements()
- Implements collections.CollectionEnumeration.numberOfRemainingElements
hasMoreElements
public synchronized boolean hasMoreElements()
- Implements java.util.Enumeration.hasMoreElements.
- See Also:
- hasMoreElements
numberOfRemainingElements
public synchronized int numberOfRemainingElements()
- Implements collections.CollectionEnumeration.numberOfRemainingElements
- See Also:
- numberOfRemainingElements
nextElement
public synchronized Object nextElement()
- Implements java.util.Enumeration.nextElement().
- See Also:
- nextElement
corrupted
public synchronized boolean corrupted()
- Implements collections.CollectionEnumeration.corrupted.
Should always return false unless underlying collection
that has been wrapped in Incr version has been independently
modified.
- Returns:
- false
- See Also:
- corrupted
All Packages Class Hierarchy This Package Previous Next Index