Interface MapState<T>

All Superinterfaces:
ReadOnlyMapState<T>, State
All Known Implementing Classes:
DebugMemoryMapState, LRUMemoryMapState, MemoryMapState, NonTransactionalMap, OpaqueMap, SnapshottableMap, TransactionalMap

public interface MapState<T> extends ReadOnlyMapState<T>