public class

RoutingInstructionVector

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

Summary

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

Public Constructors

public RoutingInstructionVector (long cPtr, boolean cMemoryOwn)

public RoutingInstructionVector ()

public RoutingInstructionVector (long n)

Public Methods

public void add (RoutingInstruction x)

public long capacity ()

public void clear ()

public synchronized void delete ()

public RoutingInstruction get (int i)

public static long getCPtr (RoutingInstructionVector obj)

public boolean isEmpty ()

public void reserve (long n)

public void set (int i, RoutingInstruction 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.