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

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

Introduction

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

The text is from its open source code.

Constructor

AbstractSequentialIterator(@Nullable T firstOrNull)
Creates a new iterator with the given first element, or, if firstOrNull is null, creates a new empty iterator.