代码搜索:Iterator
找到约 10,000 项符合「Iterator」的源代码
代码结果 10,000
www.eeworm.com/read/113558/6127652
h _iterator.h
/*
*
* Copyright (c) 1997
* Moscow Center for SPARC Technology
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
* or impl
www.eeworm.com/read/108102/6186215
java iterator.java
package com.javapatterns.iterator.blackbox;
public interface Iterator
{
void first();
void next();
boolean isDone();
Object currentItem();
}
www.eeworm.com/read/108102/6186230
java iterator.java
package com.javapatterns.iterator.copsandsales;
public interface Iterator
{
void first();
void next();
boolean isDone();
Object currentItem();
}
www.eeworm.com/read/108102/6186235
java iterator.java
package com.javapatterns.iterator.whitebox;
public interface Iterator
{
void first();
void next();
boolean isDone();
Object currentItem();
}
www.eeworm.com/read/104260/6205793
java iterator.java
/*
* Java core library component.
*
* Copyright (c) 1997, 1998
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information on usage and redistri
www.eeworm.com/read/103451/6215974
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/103451/6216030
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/102395/6233705
h iterator.h
#if !defined(LEDA_ROOT_INCL_ID)
#define LEDA_ROOT_INCL_ID 430999
#include
#endif
#include
#include
LEDA_BEGIN_NAMESPACE
template
class c
www.eeworm.com/read/101062/6257385
h iterator.h
/* -*- c++ -*-
******************************
* Scientific Library (GNU Public Licence)
*
* Author: Laurent Deniau, Laurent.Deniau@cern.ch
www.eeworm.com/read/101062/6257390
h iterator.h
/* -*- c++ -*-
******************************
* Scientific Library (GNU Public Licence)
*
* Author: Laurent Deniau, Laurent.Deniau@cern.ch