public class CacheTable<K> extends Object
| Constructor and Description |
|---|
CacheTable() |
| Modifier and Type | Method and Description |
|---|---|
K |
intern(K k) |
void |
register(int key,
K item) |
K |
retrieve(int key) |
Copyright © 2021. All rights reserved.