代码搜索:Iterator
找到约 10,000 项符合「Iterator」的源代码
代码结果 10,000
www.eeworm.com/read/341217/12099155
java iterator.java
package com.javapatterns.iterator.copsandsales;
public interface Iterator
{
void first();
void next();
boolean isDone();
Object currentItem();
}
www.eeworm.com/read/341217/12099171
java iterator.java
package com.javapatterns.iterator.whitebox;
public interface Iterator
{
void first();
void next();
boolean isDone();
Object currentItem();
}
www.eeworm.com/read/152105/12139227
h iterator.h
//#include"vector.h"
templateclass iterator{
public:
virtual int init ()=0;
virtual int operator!()=0;
virtual T operator()()=0;
virtual int operator++()=0;
virtual void ope
www.eeworm.com/read/151478/12206894
h iterator.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/251577/12335313
hpp iterator.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/typefixer/iterator.hpp
*
* Purpose: Definition of the fixer_iterator type.
*
* Created
www.eeworm.com/read/251577/12335762
hpp iterator.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/iterator.hpp (formerly stlsoft_iterator.h; originally MTIter.h, ::SynesisStl)
*
* Purpose:
www.eeworm.com/read/149423/12380749
cs iterator.cs
using System;
namespace SimpleIterator
{
///
/// Summary description for Iterator.
///
public interface Iterator {
object First();
object Next();
bool isDone
www.eeworm.com/read/337040/12400875
h iterator.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/231050/14258416
gif iterator.gif
www.eeworm.com/read/231050/14259316