public class IdentityMapKeyEnumeration extends Object implements Enumeration
Modifier and Type | Field and Description |
---|---|
protected 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() |
Object |
nextElement() |
protected FullIdentityMap map
protected Enumeration cacheKeysEnum
protected CacheKey nextKey
public IdentityMapKeyEnumeration(FullIdentityMap map)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
protected CacheKey getNextCacheKey()
Copyright © 2023. All rights reserved.