Uses of Class
com.google.common.base.AbstractIterator.State
-
Packages that use AbstractIterator.State Package Description com.google.common.base Basic utility libraries and interfaces. -
-
Uses of AbstractIterator.State in com.google.common.base
Fields in com.google.common.base declared as AbstractIterator.State Modifier and Type Field Description private AbstractIterator.State
AbstractIterator. state
Methods in com.google.common.base that return AbstractIterator.State Modifier and Type Method Description static AbstractIterator.State
AbstractIterator.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractIterator.State[]
AbstractIterator.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-