public class

vector_int32_t

extends AbstractList<E>
implements RandomAccess
java.lang.Object
   ↳ java.util.AbstractCollection<E>
     ↳ java.util.AbstractList<E>
       ↳ com.pspdfkit.internal.vector_int32_t

Summary

Fields
protected boolean swigCMemOwn
[Expand]
Inherited Fields
From class java.util.AbstractList
Public Constructors
vector_int32_t(int[] initialElements)
vector_int32_t(Iterable<Integer> initialElements)
vector_int32_t()
vector_int32_t(vector_int32_t other)
vector_int32_t(int count, int value)
Protected Constructors
vector_int32_t(long cPtr, boolean cMemoryOwn)
Public Methods
void add(int index, Integer e)
boolean add(Integer e)
long capacity()
void clear()
synchronized void delete()
Integer get(int index)
boolean isEmpty()
Integer remove(int index)
void reserve(long n)
Integer set(int index, Integer e)
int size()
Protected Methods
void finalize()
static long getCPtr(vector_int32_t obj)
void removeRange(int fromIndex, int toIndex)
static long swigRelease(vector_int32_t obj)
[Expand]
Inherited Methods
From class java.util.AbstractList
From class java.util.AbstractCollection
From class java.lang.Object
From interface java.lang.Iterable
From interface java.util.Collection
From interface java.util.List

Fields

protected boolean swigCMemOwn

Public Constructors

public vector_int32_t (int[] initialElements)

public vector_int32_t (Iterable<Integer> initialElements)

public vector_int32_t ()

public vector_int32_t (vector_int32_t other)

public vector_int32_t (int count, int value)

Protected Constructors

protected vector_int32_t (long cPtr, boolean cMemoryOwn)

Public Methods

public void add (int index, Integer e)

public boolean add (Integer e)

public long capacity ()

public void clear ()

public synchronized void delete ()

public Integer get (int index)

public boolean isEmpty ()

public Integer remove (int index)

public void reserve (long n)

public Integer set (int index, Integer e)

public int size ()

Protected Methods

protected void finalize ()

protected static long getCPtr (vector_int32_t obj)

protected void removeRange (int fromIndex, int toIndex)

protected static long swigRelease (vector_int32_t obj)