Enum IteratorFeature

java.lang.Object
java.lang.Enum<IteratorFeature>
com.google.common.collect.testing.IteratorFeature
All Implemented Interfaces:
Serializable, Comparable<IteratorFeature>, java.lang.constant.Constable

@GwtCompatible public enum IteratorFeature extends Enum<IteratorFeature>
A method supported by implementations of the Iterator or ListIterator interface.

This enum is GWT compatible.

Author:
Chris Povirk