Package oracle.pgx.api
Interface PgxPath.PathIterable<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PgxPath.PathIterator<E>
iterator()
-
-
-
Method Detail
-
iterator
PgxPath.PathIterator<E> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<E>
-
-