All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.apicatalog.cursor.StructureCursor Maven / Gradle / Ivy

The newest version!
package com.apicatalog.cursor;

public interface StructureCursor extends ValueCursor {

    int size();
    
    default boolean isEmpty() {
        return size() == 0;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy