public class DefaultCache
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
_entryCapacity |
| Constructor and Description |
|---|
DefaultCache(int entryCapacity) |
| Modifier and Type | Method and Description |
|---|---|
static dafny.TypeDescriptor<DefaultCache> |
_typeDescriptor() |
static DefaultCache |
create_DefaultCache(int entryCapacity) |
static DefaultCache |
create(int entryCapacity) |
static DefaultCache |
Default() |
int |
dtor_entryCapacity() |
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
is_DefaultCache() |
java.lang.String |
toString() |
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static DefaultCache Default()
public static dafny.TypeDescriptor<DefaultCache> _typeDescriptor()
public static DefaultCache create(int entryCapacity)
public static DefaultCache create_DefaultCache(int entryCapacity)
public boolean is_DefaultCache()
public int dtor_entryCapacity()