public abstract class LazyMap<K,V> extends Object
| Constructor and Description |
|---|
LazyMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
abstract void |
initialize() |
HashMap<K,V> |
resolve() |
String |
toString() |
Copyright © 2015. All rights reserved.