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


Method Index

 o corrupted()
Implements collections.CollectionEnumeration.corrupted.
 o hasMoreElements()
Implements java.util.Enumeration.hasMoreElements.
 o nextElement()
Implements java.util.Enumeration.nextElement().
 o numberOfRemainingElements()
Implements collections.CollectionEnumeration.numberOfRemainingElements

Methods

 o hasMoreElements
 public synchronized boolean hasMoreElements()
Implements java.util.Enumeration.hasMoreElements.

See Also:
hasMoreElements
 o numberOfRemainingElements
 public synchronized int numberOfRemainingElements()
Implements collections.CollectionEnumeration.numberOfRemainingElements

See Also:
numberOfRemainingElements
 o nextElement
 public synchronized Object nextElement()
Implements java.util.Enumeration.nextElement().

See Also:
nextElement
 o 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