代码搜索:Iterator
找到约 10,000 项符合「Iterator」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4692404
cc iterator.cc
// 24.1.5 Random access iterators
// 24.3.1 Iterator traits
// (basic_string and vector implementations)
//
// Copyright (C) 1999, 2003, 2004 Free Software Foundation, Inc.
// This program is free sof
www.eeworm.com/read/232657/4696646
java iterator.java
public interface Iterator {
public abstract boolean hasNext();
public abstract Object next();
}
www.eeworm.com/read/232657/4696652
java iterator.java
public interface Iterator {
public abstract boolean hasNext();
public abstract Object next();
}
www.eeworm.com/read/231865/4709473
h iterator.h
/*
* Copyright (c) 1999 Boris Fomitchev
* AUTOMATICALLY GENERATED - DO NOT EDIT !
*/
/*
*
* This wrapper is needed for Borland C++ 5.0 to get STLport
* header properly included
*/
www.eeworm.com/read/231865/4709529
h iterator.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Copyright (c) 1996,1997
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1997
* Moscow Center for SPARC Technology
www.eeworm.com/read/230232/4723982
cs iterator.cs
using System;
namespace SimpleIterator
{
///
/// Summary description for Iterator.
///
public interface Iterator {
object First();
object Next();
bool isDone
www.eeworm.com/read/229812/4737423
h iterator.h
#ifndef ITERATOR_H
#define ITERATOR_H
/* Iterator.h -- Declarations for Collection Iterators
THIS SOFTWARE FITS THE DESCRIPTION IN THE U.S. COPYRIGHT ACT OF A
"UNITED STATES
www.eeworm.com/read/229812/4737468
c iterator.c
/* Iterator.c -- Implementation of Collection Iterators
THIS SOFTWARE FITS THE DESCRIPTION IN THE U.S. COPYRIGHT ACT OF A
"UNITED STATES GOVERNMENT WORK". IT WAS WRITTEN AS A PART
www.eeworm.com/read/229812/4737755
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
www.eeworm.com/read/229812/4738475
h iterator.h
//
// Copyright (C) 1991 Texas Instruments Incorporated.
//
// Permission is granted to any individual or institution to use, copy, modify,
// and distribute this software, provided that this comp