package testinterfaces; public interface Access { Object read(); void write(Object newValue); }