public class DoublyLinkedCacheEntryList
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Ref<CacheEntry> |
head |
Ref<CacheEntry> |
tail |
| Constructor and Description |
|---|
DoublyLinkedCacheEntryList() |
| Modifier and Type | Method and Description |
|---|---|
void |
__ctor() |
static dafny.TypeDescriptor<DoublyLinkedCacheEntryList> |
_typeDescriptor() |
void |
moveToFront(CacheEntry c) |
void |
pushCell(CacheEntry toPush) |
void |
remove(CacheEntry toRemove) |
java.lang.String |
toString() |
public Ref<CacheEntry> head
public Ref<CacheEntry> tail
public void __ctor()
public void pushCell(CacheEntry toPush)
public void moveToFront(CacheEntry c)
public void remove(CacheEntry toRemove)
public static dafny.TypeDescriptor<DoublyLinkedCacheEntryList> _typeDescriptor()
public java.lang.String toString()
toString in class java.lang.Object