Package com.surrealdb

Class EntryIterator

java.lang.Object
com.surrealdb.Native
com.surrealdb.EntryIterator
All Implemented Interfaces:
Iterator<Entry>

public class EntryIterator extends Native implements Iterator<Entry>
EntryIterator is a specialized iterator for traversing entries. This class implements the Java Iterator interface to provide a seamless way to iterate over Entry objects.