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