package com.metaio.sdk.jni;

public class UnsignedIntVector
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public UnsignedIntVector()
  {
    this(MetaioSDKJNI.new_UnsignedIntVector__SWIG_0(), true);
  }

  public UnsignedIntVector(long paramLong)
  {
    this(MetaioSDKJNI.new_UnsignedIntVector__SWIG_1(paramLong), true);
  }

  protected UnsignedIntVector(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  protected static long getCPtr(UnsignedIntVector paramUnsignedIntVector)
  {
    if (paramUnsignedIntVector == null)
      return 0L;
    return paramUnsignedIntVector.swigCPtr;
  }

  public void add(long paramLong)
  {
    MetaioSDKJNI.UnsignedIntVector_add(this.swigCPtr, this, paramLong);
  }

  public long capacity()
  {
    return MetaioSDKJNI.UnsignedIntVector_capacity(this.swigCPtr, this);
  }

  public void clear()
  {
    MetaioSDKJNI.UnsignedIntVector_clear(this.swigCPtr, this);
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_UnsignedIntVector(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public long get(int paramInt)
  {
    return MetaioSDKJNI.UnsignedIntVector_get(this.swigCPtr, this, paramInt);
  }

  public boolean isEmpty()
  {
    return MetaioSDKJNI.UnsignedIntVector_isEmpty(this.swigCPtr, this);
  }

  public void reserve(long paramLong)
  {
    MetaioSDKJNI.UnsignedIntVector_reserve(this.swigCPtr, this, paramLong);
  }

  public void set(int paramInt, long paramLong)
  {
    MetaioSDKJNI.UnsignedIntVector_set(this.swigCPtr, this, paramInt, paramLong);
  }

  public long size()
  {
    return MetaioSDKJNI.UnsignedIntVector_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.UnsignedIntVector
 * JD-Core Version:    0.6.2
 */