Class ReadOnlyStore

  • All Implemented Interfaces:
    Store

    public class ReadOnlyStore
    extends java.lang.Object
    implements Store
    A read-only wrapper of Store, and all the modification to delegated instance will throw UnsupportedOperationException.