Uses of Class
org.eclipse.persistence.internal.identitymaps.LinkedCacheKey
-
Packages that use LinkedCacheKey Package Description org.eclipse.persistence.internal.identitymaps -
-
Uses of LinkedCacheKey in org.eclipse.persistence.internal.identitymaps
Fields in org.eclipse.persistence.internal.identitymaps declared as LinkedCacheKey Modifier and Type Field Description protected LinkedCacheKeyCacheIdentityMap. firstProvide handles on the linked listprotected LinkedCacheKeyCacheIdentityMap. lastProvide handles on the linked listprotected LinkedCacheKeyLinkedCacheKey. nextHandle on next element in cacheprotected LinkedCacheKeyLinkedCacheKey. previousHandle on previous element in cacheMethods in org.eclipse.persistence.internal.identitymaps that return LinkedCacheKey Modifier and Type Method Description LinkedCacheKeyLinkedCacheKey. getNext()LinkedCacheKeyLinkedCacheKey. getPrevious()protected LinkedCacheKeyCacheIdentityMap. insertLink(LinkedCacheKey key)Insert a new element into the linked list of LinkedCacheKeys.protected LinkedCacheKeyCacheIdentityMap. removeLink(LinkedCacheKey key)Remove the LinkedCacheKey from the linked list.Methods in org.eclipse.persistence.internal.identitymaps with parameters of type LinkedCacheKey Modifier and Type Method Description protected LinkedCacheKeyCacheIdentityMap. insertLink(LinkedCacheKey key)Insert a new element into the linked list of LinkedCacheKeys.protected LinkedCacheKeyCacheIdentityMap. removeLink(LinkedCacheKey key)Remove the LinkedCacheKey from the linked list.voidLinkedCacheKey. setNext(LinkedCacheKey next)voidLinkedCacheKey. setPrevious(LinkedCacheKey previous)
-