public class IntCache extends Object
| Constructor and Description |
|---|
IntCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int key) |
void |
delete(int key) |
void |
hit(int key) |
boolean |
isContained(int key) |
boolean |
isNotContained(int key) |
void |
miss(int key) |
void |
resetContained() |
void |
resetNotContained() |
public boolean isContained(int key)
public boolean isNotContained(int key)
public void add(int key)
public void delete(int key)
public void hit(int key)
public void miss(int key)
public void resetContained()
public void resetNotContained()
Copyright © 2013 The University of Manchester. All Rights Reserved.