com.apicatalog.cursor.MapEntryCursor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iridium-cbor-ld-jre11 Show documentation
Show all versions of iridium-cbor-ld-jre11 Show documentation
A CBOR-based serialization for Linked Data
The newest version!
package com.apicatalog.cursor;
public interface MapEntryCursor extends ValueCursor {
String mapKey();
MapEntryCursor mapKey(String key);
}