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

com.arangodb.EdgeCursor Maven / Gradle / Ivy

There is a newer version: 7.15.0
Show newest version
package com.arangodb;

import com.arangodb.entity.EdgeEntity;

/**
 * @author a-brandt
 */
public class EdgeCursor extends BaseCursorProxy> {

	public EdgeCursor(DocumentCursorResult> baseCursor) {
		super(baseCursor);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy