Example usage for com.google.common.collect ForwardingListIterator subclass-usage

List of usage examples for com.google.common.collect ForwardingListIterator subclass-usage

Introduction

In this page you can find the example usage for com.google.common.collect ForwardingListIterator subclass-usage.

Usage

From source file com.haulmont.cuba.gui.model.impl.ObservableListIterator.java

/**
 *
 */
@SuppressWarnings("NullableProblems")
class ObservableListIterator<T> extends ForwardingListIterator<T> {

From source file de.cosmocode.collections.callback.CallbackListIterator.java

/**
 * A composable {@link ListIterator} which pokes the specified {@link Callback}
 * on structural changes.
 *
 * @author Willi Schoenborn
 * @param <E> the generic element type

From source file de.cosmocode.collections.event.EventListIterator.java

/**
 * A {@link ListIterator} composed with an {@link EventListener}.
 *
 * @since 1.5
 * @author Willi Schoenborn
 * @param <E> generic element type

From source file com.github.errantlinguist.collections.DelegateListIteratorHolder.java

/**
 * A subclass of {@link ForwardingListIterator} which holds a reference to
 * {@link #delegate() the iterator it delegates to}.
 * 
 * @author <a href="mailto:errantlinguist+github@gmail.com">Todd Shore</a>
 * @version 2014-02-10