E
ID
public interface Storage<E,ID>
存储
static cn.featherfly.common.lang.asserts.LocalizedAssert<StorageException>
ASSERT
boolean
delete(ID id)
exists(ID id)
retrieve(ID id)
store(E e)
static final cn.featherfly.common.lang.asserts.LocalizedAssert<StorageException> ASSERT
ID store(E e)
e
E retrieve(ID id)
id
boolean delete(ID id)
boolean exists(ID id)