AI
推荐
模板社区
专题
登录
免费注册
首页
流程图
详情
迭代器模式
2016-05-04 20:04:03
0
举报
分享方式
仅支持查看
迭代器模式
设计模式
模版推荐
作者其他创作
大纲/内容
Client
IIterator
+boolean hasNext()+Object next();+Object first()+Object CurrentItem()
IteratorA
-List targets-int currentIndex
+IteratorA(List)
IAggregat
+add(T)+remove(T)+IIterator iterator()
T
AggregatA
-List targets
收藏
立即使用
activity声明周期
收藏
立即使用
binder通信
收藏
立即使用
MVP实战之改版3----固定实现P,Frag可修改
收藏
立即使用
MVP实战之改版2----固定UI的Frag,实现P可修改
leven君
职业:暂无
去主页
Collect
Get Started
迭代递增
Collect
Get Started
解释器模式
Collect
Get Started
迭代器模式
Collect
Get Started
迭代器模式
评论
0
条评论
下一页
Document