• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            C++ Programmer's Cookbook

            {C++ 基礎(chǔ)} {C++ 高級} {C#界面,C++核心算法} {設(shè)計模式} {C#基礎(chǔ)}

            模式設(shè)計c#--行為型--iterator

            名稱 Iterator
            結(jié)構(gòu) o_iterator.bmp
            意圖 提供一種方法順序訪問一個聚合對象中各個元素, 而又不需暴露該對象的內(nèi)部表示。
            適用性
            • 訪問一個聚合對象的內(nèi)容而無需暴露它的內(nèi)部表示。
            • 支持對聚合對象的多種遍歷。
            • 為遍歷不同的聚合結(jié)構(gòu)提供一個統(tǒng)一的接口(即, 支持多態(tài)迭代)。


            namespace Iterator_DesignPattern
            {
                
            using System;
                
            using System.Collections;

                
            class Node 
                
            {
                    
            private string name;
                    
            public string Name 
                    
            {
                        
            get 
                        
            {
                            
            return name;    
                        }

                    }

                    
            public Node(string s)
                    
            {
                        name 
            = s;
                    }

                }

                
                
            class NodeCollection 
                
            {
                    
            private ArrayList list = new ArrayList();
                    
            private int nodeMax = 0;
                    
                    
            // left as a student exercise - implement collection
                    
            // functions to remove and edit entries also
                    public void AddNode(Node n)
                    
            {
                        list.Add(n); 
                        nodeMax
            ++;            
                    }
                    
                    
            public Node GetNode(int i)
                    
            {
                        
            return ((Node) list[i]);
                    }


                    
            public int NodeMax 
                    
            {            
                        
            get 
                        
            {
                            
            return nodeMax;
                        }

                    }

                }


                
            /*
                 * The iterator needs to understand how to traverse the collection 
                 * It can do that as way it pleases - forward, reverse, depth-first, 
                 
            */

                
            abstract class Iterator 
                
            {
                    
            abstract public Node Next();        
                }


                
            class ReverseIterator : Iterator
                
            {
                    
            private NodeCollection nodeCollection;
                    
            private int currentIndex;

                    
            public ReverseIterator (NodeCollection c)
                    
            {
                        nodeCollection 
            = c;            
                        currentIndex 
            = c.NodeMax -1// array index starts at 0!
                    }


                    
            // note: as the code stands, if the collection changes,
                    
            // the iterator needs to be restarted 
                    override public Node Next()
                    
            {
                        
            if (currentIndex == -1)
                            
            return null;
                        
            else 
                            
            return(nodeCollection.GetNode(currentIndex--));
                    }

                }

                
                
            /// <summary>
                
            ///    Summary description for Client.
                
            /// </summary>

                public class Client
                
            {
                    
            public static int Main(string[] args)
                    
            {   
                        NodeCollection c 
            = new NodeCollection();
                        c.AddNode(
            new Node("first"));
                        c.AddNode(
            new Node("second"));
                        c.AddNode(
            new Node("third"));

                        
            // now use iterator to traverse this
                        ReverseIterator i = new ReverseIterator(c);

                        
            // the code below will work with any iterator type
                        Node n;
                        
            do 
                        
            {
                            n 
            = i.Next();
                            
            if (n != null
                                Console.WriteLine(
            "{0}", n.Name);
                        }
             while (n != null);
                            
                        
            return 0;
                    }

                }

            }

            posted on 2006-01-03 16:08 夢在天涯 閱讀(918) 評論(1)  編輯 收藏 引用 所屬分類: Design pattern

            評論

            # re: 模式設(shè)計c#--行為型--iterator 2006-04-24 18:48 夢在天涯

            比較簡單了,在net里太多的集合類拉,哈哈,就是那2個interface.  回復(fù)  更多評論   

            公告

            EMail:itech001#126.com

            導(dǎo)航

            統(tǒng)計

            • 隨筆 - 461
            • 文章 - 4
            • 評論 - 746
            • 引用 - 0

            常用鏈接

            隨筆分類

            隨筆檔案

            收藏夾

            Blogs

            c#(csharp)

            C++(cpp)

            Enlish

            Forums(bbs)

            My self

            Often go

            Useful Webs

            Xml/Uml/html

            搜索

            •  

            積分與排名

            • 積分 - 1808012
            • 排名 - 5

            最新評論

            閱讀排行榜

            丁香狠狠色婷婷久久综合| 久久伊人精品一区二区三区| 久久久噜噜噜久久熟女AA片| 狠狠色婷婷久久一区二区| 国色天香久久久久久久小说| 久久久久亚洲精品天堂| 久久99精品国产麻豆| 99热精品久久只有精品| 久久综合亚洲色HEZYO国产 | 国产精品久久久久久久人人看| 91麻豆国产精品91久久久| 久久大香香蕉国产| 88久久精品无码一区二区毛片 | 一级a性色生活片久久无| 奇米综合四色77777久久| 国内精品久久久久久久coent| 久久无码一区二区三区少妇 | 久久久久久毛片免费看| 亚洲午夜久久久久久久久久| 99久久国语露脸精品国产| 国产精品久久久久久五月尺| 人人狠狠综合久久亚洲高清| 成人精品一区二区久久| 国产精品久久久久影院嫩草| 久久久久亚洲AV成人片| 久久无码AV中文出轨人妻| 免费一级欧美大片久久网| 久久91这里精品国产2020| 久久最近最新中文字幕大全| 久久精品嫩草影院| 成人资源影音先锋久久资源网| 日产精品99久久久久久| 久久无码人妻一区二区三区| 久久精品国产亚洲AV嫖农村妇女| 国产成人精品综合久久久| 亚洲AV日韩AV天堂久久| 狠狠色婷婷久久一区二区三区| 99久久综合狠狠综合久久止| 热99re久久国超精品首页| 国产精品久久久天天影视香蕉| 精品无码久久久久久久动漫|