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 Enumerationpublic Object nextElement()
nextElement in interface Enumerationprotected CacheKey getNextCacheKey()
Copyright © 2023. All rights reserved.