| Package | Description |
|---|---|
| javolution.context |
Run-time
contexts to facilitate
separation of concerns and achieve higher level of performance and flexibility. |
| Modifier and Type | Method and Description |
|---|---|
abstract <V extends Serializable> |
StorageContext.read(StorageContext.Resource<V> resource)
Reads the persistent value of the specified resource value.
|
abstract <V extends Serializable> |
StorageContext.write(StorageContext.Resource<V> resource,
V value)
Writes the persistent value of the specified resource.
|
Copyright © 2017. All rights reserved.