Package | Description |
---|---|
oracle.toplink.essentials.internal.identitymaps |
Modifier and Type | Field and Description |
---|---|
protected LinkedCacheKey |
CacheIdentityMap.first
Provide handles on the linked list
|
protected LinkedCacheKey |
CacheIdentityMap.last
Provide handles on the linked list
|
protected LinkedCacheKey |
LinkedCacheKey.next
Handle on next element in cache
|
protected LinkedCacheKey |
LinkedCacheKey.previous
Handle on previos element in cache
|
Modifier and Type | Method and Description |
---|---|
LinkedCacheKey |
LinkedCacheKey.getNext() |
LinkedCacheKey |
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 Type | Method and Description |
---|---|
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.
|
void |
LinkedCacheKey.setNext(LinkedCacheKey next) |
void |
LinkedCacheKey.setPrevious(LinkedCacheKey previous) |
Copyright © 2021. All rights reserved.