Uses of Class
org.eclipse.persistence.internal.identitymaps.LinkedCacheKey
-
Uses of LinkedCacheKey in org.eclipse.persistence.internal.identitymaps
Modifier and TypeFieldDescriptionprotected LinkedCacheKey
CacheIdentityMap.first
Provide handles on the linked listprotected LinkedCacheKey
CacheIdentityMap.last
Provide handles on the linked listprotected LinkedCacheKey
LinkedCacheKey.next
Handle on next element in cacheprotected LinkedCacheKey
LinkedCacheKey.previous
Handle on previous element in cacheModifier and TypeMethodDescriptionLinkedCacheKey.getNext()
LinkedCacheKey.getPrevious()
protected LinkedCacheKey
CacheIdentityMap.insertLink
(LinkedCacheKey key) Insert a new element into the linked list of LinkedCacheKeys.protected LinkedCacheKey
CacheIdentityMap.removeLink
(LinkedCacheKey key) Remove the LinkedCacheKey from the linked list.Modifier and TypeMethodDescriptionprotected LinkedCacheKey
CacheIdentityMap.insertLink
(LinkedCacheKey key) Insert a new element into the linked list of LinkedCacheKeys.protected LinkedCacheKey
CacheIdentityMap.removeLink
(LinkedCacheKey key) Remove the LinkedCacheKey from the linked list.void
LinkedCacheKey.setNext
(LinkedCacheKey next) void
LinkedCacheKey.setPrevious
(LinkedCacheKey previous)