public class InMemoryStore<T extends Flag> extends Object implements CrudStore<T>
InMemoryStore()
T
create(Flag flag)
void
delete(String id)
Flag
read(String id)
update(Flag flag)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public InMemoryStore()
public T create(Flag flag)
create
CrudStore<T extends Flag>
public Flag read(String id)
read
public Flag update(Flag flag)
update
public void delete(String id)
delete
Copyright © 2021. All rights reserved.