public class MapHandle extends Object implements Handle
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Memory |
get()
Gets a Memory
|
boolean |
isLoaded()
Tells whether or not the content is resident in physical memory.
|
void |
load()
Loads content into physical memory.
|
public void close()
close in interface Handleclose in interface AutoCloseablepublic void load()
public boolean isLoaded()
Copyright © 2015–2018 Yahoo! Inc.. All rights reserved.