public interface Storage
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
<T> T |
getItem(java.lang.String key)
Returns the value from the given key.
|
<T> T |
removeItem(java.lang.String key)
Removes the value from the given key, if any.
|
<T> void |
setItem(java.lang.String key,
T value)
Sets a data value with a given key
|
<T> T getItem(java.lang.String key)
<T> void setItem(java.lang.String key, T value)
<T> T removeItem(java.lang.String key)
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.