Java Foundation-iterators (Iterator) with enhanced for loop

Source: Internet
Author: User

Java Foundation-iterators (Iterator) with enhanced for loop

Yun Zhengjie

Copyright Notice: Original works, declined reprint! Otherwise, the legal liability will be investigated.

I. Iterator iterators overview

There are a number of collections in Java that are stored differently when storing elements. We need to take out the elements in these collections, which can be done in a common way.

Collection The general acquisition of the elements of the collection: before taking the element to determine whether there are any elements in the set, if any, take this element out, continue to judge, if there is to take out. All the elements in the collection have been taken out all the time. This method of extraction is known as an iterative term. In other words, the iteration is a way to take out the elements in the collection because there are iterator methods in collection, so each of the sub-class collection objects is an iterator object.

Two. How iterators are implemented

Java Foundation-iterators (Iterator) with enhanced for loop

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.