Why Java Laguage is not provided get method into Iterator? is there any specific reson.

Asked by Last Modified  

15 Answers

Learn Java

Follow 0
Answer

Please enter your answer

1) Iterator is an Interface. 2) It's sole purpose is to iterate not save value. POJO's have getters and setters.
Comments

Computer Savvy Professional

It can be built on top of a Current Intertaor interface
Comments

Java Technical Leader

Iterator interface is made for traversal over Collection Object. So there nothing connection with the getting object from iterator collection interface provide get for pic up object from collections. For more Iterator can be internal or External if it is internal you can create a auxilary getter and...
read more
Iterator interface is made for traversal over Collection Object. So there nothing connection with the getting object from iterator collection interface provide get for pic up object from collections. For more Iterator can be internal or External if it is internal you can create a auxilary getter and return object. For extranal fron snapshot you can do so. read less
Comments

Expert IT Trainer

becaz there is next() method.
Comments

Ssoftware engineer

iterator have methods only available.it will be work as forward direction
Comments

Iterator traverse only in forward direction and you cannot get the index of an element/object. So no point of having a get method in it.
Comments

Let's simplify Coding, It's a great Fun.

iterator is meant for sequential traversal of the collection hence it does not contain get() method.Because get() method means direct access of element in a list.
Comments

Core java and selenium project

To get any element in a collection using index you can directly use get method provided in Collection. To avoid redundancy they have not provided it in Iterator. And also iterator is only for traversing through elements in a collection sequentially.
Comments

Because an iterator generally points to a single instance in a collection. Iterable implies that one may obtain an iterator from an object to traverse over its elements - and there's no need to iterate over a single instance, which is what an iterator represents.
Comments

UI Designer -- UI Developer -- Web Developer

Iterator traverse only in forward direction and you cannot get the index of an element/object. So no point of having a get method in it. - See more at: https://www.urbanpro.com/java/why-java-laguage-is-not-provided-get-method-into-iterator#sthash.6RYktnEJ.dpuf
Comments

View 13 more Answers

Related Questions

What are the advantages of learning Java?
Dear Niteen Java is one of the most widest implemented technology for programming. Not only its used to develop full fledged Software Applications, but its also used for programming devices like Set...
Niteen
0 0
6
Is java a frontend or a middleware technology or both?
java is middleware technology.Java is common languages for writing the part that could be viewed as the glue between the UI and the data.
Neha
0 0
5
Need to learn java....
You may contact me. I teach Java in great depth and with very firm building blocks.
Ajay

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

What Is Applet & Its Life Cycle?
What is Applet & its life cycle?Applet is a Java programme that can be embedded into HTML page.Java Applet runs on the java enables web browsers such as Mozilla & Internet Explorer.Applets are...
I

Icreative Solution

0 0
0

Final modifier in Java
Can’t change value of variable if marked as final. It is best practice to mark method parameter as final if its value will not changes. Variable must be initialize either using Initializer block...

Java Hash Map internal implementation
1.Hash Map internal implementation: In hash map it will create an array of table (to store the {Key,Value} pair) which is of type java.util.HashMap.EntryThe Entry object contains {hash, key, next, value}...
R

JAVA Version History
Java Version History: There are many java versions that has been released. Current stable release of Java is Java SE 8. JDK Alpha and Beta (1995). JDK 1.0 (23rd Jan, 1996). JDK 1.1 (19th Feb, 1997). J2SE...

Java Overview
Java platform overview Java platform components The Java platform consists of the following components. The Java language Like any programming language, the Java language has its own structure, syntax...
A

Akshay Shende

0 0
0

Recommended Articles

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you