Uses of Class
org.eclipse.persistence.internal.identitymaps.LinkedCacheKey
Packages that use LinkedCacheKey
-
Uses of LinkedCacheKey in org.eclipse.persistence.internal.identitymaps
Fields in org.eclipse.persistence.internal.identitymaps declared as LinkedCacheKeyModifier 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 cacheMethods in org.eclipse.persistence.internal.identitymaps that return LinkedCacheKeyModifier 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.Methods in org.eclipse.persistence.internal.identitymaps with parameters of type LinkedCacheKeyModifier 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)