FileDocCategorySizeDatePackage
IdentityMapEnumeration.javaAPI DocGlassfish v2 API2479Tue May 22 16:54:36 BST 2007oracle.toplink.essentials.internal.identitymaps

IdentityMapEnumeration

public class IdentityMapEnumeration extends IdentityMapKeyEnumeration
Used to allow iterating over a map.

Fields Summary
Constructors Summary
public IdentityMapEnumeration(FullIdentityMap map)

        super(map);
    
Methods Summary
public java.lang.ObjectnextElement()
Return the nextElement. It must be set to null so that subsequent calls will actual get subsequent objects through the getNextCachedObject() logic.

        return ((CacheKey)super.nextElement()).getObject();