public class IdentityMapKeyEnumeration
extends java.lang.Object
implements java.util.Enumeration
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Enumeration |
cacheKeysEnum |
protected FullIdentityMap |
map |
protected CacheKey |
nextKey |
| Constructor and Description |
|---|
IdentityMapKeyEnumeration(FullIdentityMap map) |
| Modifier and Type | Method and Description |
|---|---|
protected CacheKey |
getNextCacheKey() |
boolean |
hasMoreElements() |
java.lang.Object |
nextElement() |
protected FullIdentityMap map
protected java.util.Enumeration cacheKeysEnum
protected CacheKey nextKey
public IdentityMapKeyEnumeration(FullIdentityMap map)
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationpublic java.lang.Object nextElement()
nextElement in interface java.util.Enumerationprotected CacheKey getNextCacheKey()