// Copyright 2003, Trustees of Indiana University // Please see the license in the file ../LICENSE // ReadWritePropertyMap concept from BGL public interface ReadWritePropertyMap extends ReadablePropertyMap { void set(Key k, Value v); }