public class

RouteMatchingEdgeVector

extends Object
java.lang.Object
   ↳ com.carto.routing.RouteMatchingEdgeVector

Summary

Public Constructors
RouteMatchingEdgeVector(long cPtr, boolean cMemoryOwn)
RouteMatchingEdgeVector()
RouteMatchingEdgeVector(long n)
Public Methods
void add(RouteMatchingEdge x)
long capacity()
void clear()
synchronized void delete()
RouteMatchingEdge get(int i)
static long getCPtr(RouteMatchingEdgeVector obj)
boolean isEmpty()
void reserve(long n)
void set(int i, RouteMatchingEdge val)
long size()
long swigGetRawPtr()
Returns the raw pointer to the object.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RouteMatchingEdgeVector (long cPtr, boolean cMemoryOwn)

public RouteMatchingEdgeVector ()

public RouteMatchingEdgeVector (long n)

Public Methods

public void add (RouteMatchingEdge x)

public long capacity ()

public void clear ()

public synchronized void delete ()

public RouteMatchingEdge get (int i)

public static long getCPtr (RouteMatchingEdgeVector obj)

public boolean isEmpty ()

public void reserve (long n)

public void set (int i, RouteMatchingEdge val)

public long size ()

public long swigGetRawPtr ()

Returns the raw pointer to the object. This is used internally by the SDK.

Returns
  • The internal pointer of the object.