Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.core.util.LRUCache.LRUCacheEntry
Packages, die LRUCache.LRUCacheEntry verwenden
Package
Beschreibung
-
Verwendungen von LRUCache.LRUCacheEntry in org.aspectj.org.eclipse.jdt.internal.core
Methoden in org.aspectj.org.eclipse.jdt.internal.core, die Typen mit Argumenten vom Typ LRUCache.LRUCacheEntry zurückgebenModifizierer und TypMethodeBeschreibungOverflowingLRUCache.getEntryTable()For internal testing only.Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ LRUCache.LRUCacheEntryModifizierer und TypMethodeBeschreibungprotected booleanBufferCache.close(LRUCache.LRUCacheEntry<K, IBuffer> entry) protected booleanElementCache.close(LRUCache.LRUCacheEntry<K, JavaElementInfo> entry) Returns true if the element is successfully closed and removed from the cache, otherwise false.protected abstract booleanOverflowingLRUCache.close(LRUCache.LRUCacheEntry<K, V> entry) Returns true if the element is successfully closed and removed from the cache, otherwise false.protected voidOverflowingLRUCache.privateRemoveEntry(LRUCache.LRUCacheEntry<K, V> entry, boolean shuffle) Removes the entry from the entry queue.protected voidOverflowingLRUCache.privateRemoveEntry(LRUCache.LRUCacheEntry<K, V> entry, boolean shuffle, boolean external) Removes the entry from the entry queue.protected voidOverflowingLRUCache.updateTimestamp(LRUCache.LRUCacheEntry<K, V> entry) Updates the timestamp for the given entry, ensuring that the queue is kept in correct order. -
Verwendungen von LRUCache.LRUCacheEntry in org.aspectj.org.eclipse.jdt.internal.core.util
Felder in org.aspectj.org.eclipse.jdt.internal.core.util, die deklariert sind als LRUCache.LRUCacheEntryModifizierer und TypFeldBeschreibungprotected LRUCache.LRUCacheEntry<K,V> LRUCache.entryQueueStart of queue (most recently used entry)protected LRUCache.LRUCacheEntry<K,V> LRUCache.entryQueueTailEnd of queue (least recently used entry)LRUCache.LRUCacheEntry.nextNext entry in queueLRUCache.LRUCacheEntry.previousPrevious entry in queueFelder in org.aspectj.org.eclipse.jdt.internal.core.util mit Typparametern vom Typ LRUCache.LRUCacheEntryModifizierer und TypFeldBeschreibungprotected Hashtable<K,LRUCache.LRUCacheEntry<K, V>> LRUCache.entryTableHash table for fast random access to cache entriesMethoden in org.aspectj.org.eclipse.jdt.internal.core.util mit Parametern vom Typ LRUCache.LRUCacheEntryModifizierer und TypMethodeBeschreibungprotected voidLRUCache.privateAddEntry(LRUCache.LRUCacheEntry<K, V> entry, boolean shuffle) Adds the given entry from the receiver.protected voidLRUCache.privateRemoveEntry(LRUCache.LRUCacheEntry<K, V> entry, boolean shuffle) Removes the entry from the entry queue.protected voidLRUCache.updateTimestamp(LRUCache.LRUCacheEntry<K, V> entry) Updates the timestamp for the given entry, ensuring that the queue is kept in correct order.