package com.metaio.sdk.jni;

public class IntVector
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public IntVector()
  {
    this(MetaioSDKJNI.new_IntVector__SWIG_0(), true);
  }

  public IntVector(long paramLong)
  {
    this(MetaioSDKJNI.new_IntVector__SWIG_1(paramLong), true);
  }

  protected IntVector(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  protected static long getCPtr(IntVector paramIntVector)
  {
    if (paramIntVector == null)
      return 0L;
    return paramIntVector.swigCPtr;
  }

  public void add(int paramInt)
  {
    MetaioSDKJNI.IntVector_add(this.swigCPtr, this, paramInt);
  }

  public long capacity()
  {
    return MetaioSDKJNI.IntVector_capacity(this.swigCPtr, this);
  }

  public void clear()
  {
    MetaioSDKJNI.IntVector_clear(this.swigCPtr, this);
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_IntVector(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public int get(int paramInt)
  {
    return MetaioSDKJNI.IntVector_get(this.swigCPtr, this, paramInt);
  }

  public boolean isEmpty()
  {
    return MetaioSDKJNI.IntVector_isEmpty(this.swigCPtr, this);
  }

  public void reserve(long paramLong)
  {
    MetaioSDKJNI.IntVector_reserve(this.swigCPtr, this, paramLong);
  }

  public void set(int paramInt1, int paramInt2)
  {
    MetaioSDKJNI.IntVector_set(this.swigCPtr, this, paramInt1, paramInt2);
  }

  public long size()
  {
    return MetaioSDKJNI.IntVector_size(this.swigCPtr, this);
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.metaio.sdk.jni.IntVector
 * JD-Core Version:    0.6.2
 */