Uses of Class
io.atlassian.fugue.Iterators.EmptyIterator
-
Packages that use Iterators.EmptyIterator Package Description io.atlassian.fugue -
-
Uses of Iterators.EmptyIterator in io.atlassian.fugue
Methods in io.atlassian.fugue that return Iterators.EmptyIterator Modifier and Type Method Description static Iterators.EmptyIteratorIterators.EmptyIterator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Iterators.EmptyIterator[]Iterators.EmptyIterator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-