E D R , A S I H C RSS

Full text search for "ListIterator"

List Iterator


Search BackLinks only
Display context of search results
Case-sensitive searching
  • DelegationPattern . . . . 3 matches
          ListIterator iter = psg.passengers.listIterator();
         import java.util.ListIterator;
          ListIterator iter = psg.passengers.listIterator();
  • Gof/Visitor . . . . 2 matches
          ListIterator<Element*> i (_children);
          for (ListIterator<Equipment*> i(_parts); !i.IsDone (); i.Next ()) {
  • Gof/Command . . . . 1 match
          ListIterator<Command*> i (_cmds);
  • Gof/Composite . . . . 1 match
         CompositeEquipment 는 sub-equipment 에 접근하고 관리하기 위한 명령들을 정의한다. 이 명령들인 Add 와 Remove는 _equipment 멤버에 저장된 equipment 의 리스트로부터 equipment 를 추가하거나 삭제한다. CreateIterator 명령은 이 리스트들을 탐색할 수 있는 iterator(구체적으로 ListIterator의 인스턴스) 를 리턴한다.
  • Gof/Facade . . . . 1 match
          ListIterator <ProgramNode*> i (_children);
Found 5 matching pages out of 7544 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.0093 sec