Java com.google.common.collect UnmodifiableIterator fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.collect UnmodifiableIterator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.collect UnmodifiableIterator.

The text is from its open source code.

Subclass

com.google.common.collect.UnmodifiableIterator has subclasses.
Click this link to see all its subclasses.

Constructor

UnmodifiableIterator()
Constructor for use by subclasses.

Method

voidforEachRemaining(Consumer action)
Performs the given action for each remaining element until all elements have been processed or the action throws an exception.
booleanhasNext()
Returns true if the iteration has more elements.
Enext()
Returns the next element in the iteration.
voidremove()
Guaranteed to throw an exception and leave the underlying data unmodified.