Uses of Class
org.apache.activemq.artemis.core.paging.cursor.PageIterator.NextResult
-
Packages that use PageIterator.NextResult Package Description org.apache.activemq.artemis.core.paging.cursor -
-
Uses of PageIterator.NextResult in org.apache.activemq.artemis.core.paging.cursor
Methods in org.apache.activemq.artemis.core.paging.cursor that return PageIterator.NextResult Modifier and Type Method Description PageIterator.NextResultPageIterator. tryNext()static PageIterator.NextResultPageIterator.NextResult. valueOf(String name)Returns the enum constant of this type with the specified name.static PageIterator.NextResult[]PageIterator.NextResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-