Package xyz.cofe.cbuffer.page
Interface MapMutable<K,V>
-
- All Superinterfaces:
MapReadonly<K,V>
public interface MapMutable<K,V> extends MapReadonly<K,V>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static <K,V>
MapMutable<K,V>of(Map<K,V> map)Vput(K key, V value)Vremove(K key)-
Methods inherited from interface xyz.cofe.cbuffer.page.MapReadonly
count, get, keys
-
-