package flyweightpattern.nonextrinsic; public interface NetworkDevice { public String getType(); public void use(); }