public class IdentityMapKeyEnumeration extends Object implements Enumeration
Constructor and Description |
---|
IdentityMapKeyEnumeration(FullIdentityMap map) |
IdentityMapKeyEnumeration(FullIdentityMap map,
boolean shouldCheckReadLocks) |
Modifier and Type | Method and Description |
---|---|
boolean |
getShouldCheckReadLocks() |
boolean |
hasMoreElements() |
Object |
nextElement() |
void |
setShouldCheckReadLocks(boolean shouldCheckReadLocks) |
public IdentityMapKeyEnumeration(FullIdentityMap map)
public IdentityMapKeyEnumeration(FullIdentityMap map, boolean shouldCheckReadLocks)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
public boolean getShouldCheckReadLocks()
public void setShouldCheckReadLocks(boolean shouldCheckReadLocks)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference