Lost your password?

Blogs about: Iterator

Featured Blog

GoF Design Pattern notes

thetechtips wrote 2 weeks ago: These are notes I made while preparing for SCEA 5. I would like to thank my friend Sajitha for helpi … more →

Tags: Design Patterns, Gang of Four, GOF, Abstract Factory, adapter, BRIDGE, builder, cchain of responsibility, Command

Keep looping

torturedtutor wrote 3 weeks ago: Another funny implementation of the line iterator mentioned before. Those two did not at all underst … more →

Tags: They didn't understand, Java, Stupid, while, lightweight, Performance

Not in use

torturedtutor wrote 3 weeks ago: This was handed in as an implementation of a class, which allows iterating the lines of a file one b … more →

Tags: They didn't understand, Java, Stupid

Java Iterator iterates only once!

vatsalad wrote 1 month ago: In Java, If you use Iterator object to traverse through Lists or Arraylists, then remember that an i … more →

Tags: Java, Did you know?

Java Knowledge Bank - 1

meghsoft wrote 3 months ago: Q : Give a few reasons for using Java? A : Java is a fun language. Let’s look at some of the reasons … more →

Tags: Java, Servlet, JSP, EJB, why java, Use Java, object oriented, Portablity, Applet

What is difference between iterator access and index access?

rastogha wrote 9 months ago: Ans) Index based access allow access of the element directly on the basis of index. The cursor of th … more →

Tags: Java, Data Structure, index access

Working with text in Java: Using BreakIterator API

Subinkrishna G wrote 10 months ago: java.text.BreakIterator is a very good API to find boundaries – character, word, sentence … more →

Tags: Code snippets, Tips, Advanced Java, Programming Practice, Java, Publishing, text, Text Processing, Code

Working with the STL iterators

Nibu Thomas wrote 10 months ago: Almost every programmer some how gets involved with STL iterators while programming. I’m quite … more →

Tags: C++, VC++, STL, std::vector, iterators, iterators explained, Understanding iterators, incrementing an iterator, distance between two iterators

Recent bits and bobs - Switch, Save/Load, For:each, Iterator

chilloxk wrote 10 months ago: The lab for monday is almost entirely the same as the DVD labs. Here I’ll post some minor bits … more →

Tags: Java, ArrayList, Array, Switch, Crud, foreach

Java Concept differences2 comments

Anand Muranal wrote 11 months ago: List ArrayList LinkedList Vector Array 1 Flexible Flexible Flexible Fixed 2 Unsynchronized Unsynchro … more →

Tags: Java, HashMap, HashSet, hashtable, TreeMap, TreeSet, listiterator, java difference

stl wrapper for maya container classes

kgeorge2 wrote 1 year ago: In the Maya SDK array container classes which are MIntArray MFloatArray MDoubleArray MVectorArray MP … more →

Tags: C#, Maya SDK, STL, maya, Autodesk, LinkedIn

A generic DAG walk algorithm

kgeorge2 wrote 1 year ago: This is an example of a simple walk through a dag data structure, written in the paradigm of generic … more →

Tags: C#, CPlusPlus, Software Engineering, Data Structure, STL, Generic Programming, LinkedIn

What is const_iterator

cppkid wrote 1 year ago: A const_iterator is not a const iterator. That is, const vector<int>::iterator it; and vector … more →

Tags: C#, GCC, VC++ 2005, C++ / STL, Const, const_iterator, Vector

Iterate Through A HashMap

leonardodosdos wrote 1 year ago: Although HashMap is not an implementation of Collection, it can still be looped through using one of … more →

Tags: Lessond Learned (In Software Development), HashMap, J2EE, Java, keySet(), Loop, set, TreeMap

Thread-Safe and Concurrency

Suad wrote 1 year ago: Have you ever faced strange or unexpected problems with your application after putting it into produ … more →

Tags: Java, Theard-Safe, concurrency, Static

Using std transform function

Nibu Thomas wrote 1 year ago: So what does std::transform function do? “Applies a specified function object to each element … more →

Tags: C++, VC++, Vector, STL, std::transform

How to convert iterator to corresponding data pointer?5 comments

Nibu Thomas wrote 1 year ago: Well it was quite easy in VC6 to work with iterators since iterators were actual pointers to interna … more →

Tags: C++, VC++, VC++程式設計, VC8, STL

How to not invalidate an iterator used to iterate through an STL container while removing (or deleting) its elements.2 comments

lxcid wrote 1 year ago: Many of us who use STL containers and their iterators may need to delete elements while iterating. A … more →

Tags: C/C++, standard template library, STL, C#, container, Standard, Template, Library, Erase

Design Patterns

ccollins wrote 1 year ago: Introduction to Design Patterns Within each engineering discipline, engineers have found that when a … more →

Tags: Software Engineering, essays, Design Patterns, Gang of Four, Object Oriented Design, object-oriented analysis


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS