代码搜索:Iterator
找到约 10,000 项符合「Iterator」的源代码
代码结果 10,000
www.eeworm.com/read/351418/3108003
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
*
www.eeworm.com/read/260165/4335211
hpp iterator.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: stlsoft/meta/typefixer/iterator.hpp
*
* Purpose: Definition of the fixer_iterator type.
*
* Cr
www.eeworm.com/read/255418/4375693
java iterator.java
package headfirst.iterator.dinermerger;
public interface Iterator {
boolean hasNext();
Object next();
}
www.eeworm.com/read/255218/4379020
h iterator.h
// Backward-compat support -*- C++ -*-
// Copyright (C) 2001, 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redist
www.eeworm.com/read/162614/5535481
java iterator.java
/* Iterator.java -- Interface for iterating over collections
Copyright (C) 1998, 2001, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you
www.eeworm.com/read/162614/5537700
h iterator.h
// Backward-compat support -*- C++ -*-
// Copyright (C) 2001, 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redist
www.eeworm.com/read/162614/5537842
hpp iterator.hpp
// -*- C++ -*-
// Copyright (C) 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it und
www.eeworm.com/read/162614/5537856
hpp iterator.hpp
// -*- C++ -*-
// Copyright (C) 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it und
www.eeworm.com/read/162614/5540330
cc iterator.cc
// Copyright (C) 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms
www.eeworm.com/read/162614/5540400
cc iterator.cc
// 24.1.5 Random access iterators
// 24.3.1 Iterator traits
// (basic_string and vector implementations)
//
// Copyright (C) 1999, 2003, 2004, 2005 Free Software Foundation, Inc.
// This program is fr