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

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

The newest version!
package com.apicatalog.cursor;

public interface MapEntryCursor extends ValueCursor {

    String mapKey();

    MapEntryCursor mapKey(String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy