摘要:
享元模式的目的是: 使多个客户共享使用数量有限的对象。 实例代码(类似于String类中实例): abstract class Character { protected char symbol; protected int width; protected int height; protected int ascent; protected int desc... 阅读全文
posted @ 2007-09-19 17:13 AlanPaoPao 阅读(105) 评论(0) 推荐(0)
浙公网安备 33010602011771号