package com.metaio.sdk.jni;

public class StdStringVector
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public StdStringVector()
  {
    this(MetaioSDKJNI.new_StdStringVector__SWIG_0(), true);
  }

  public StdStringVector(long paramLong)
  {
    this(MetaioSDKJNI.new_StdStringVector__SWIG_1(paramLong), true);
  }

  protected StdStringVector(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  protected static long getCPtr(StdStringVector paramStdStringVector)
  {
    if (paramStdStringVector == null)
      return 0L;
    return paramStdStringVector.swigCPtr;
  }

  public void add(String paramString)
  {
    MetaioSDKJNI.StdStringVector_add(this.swigCPtr, this, paramString);
  }

  public long capacity()
  {
    return MetaioSDKJNI.StdStringVector_capacity(this.swigCPtr, this);
  }

  public void clear()
  {
    MetaioSDKJNI.StdStringVector_clear(this.swigCPtr, this);
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_StdStringVector(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public String get(int paramInt)
  {
    return MetaioSDKJNI.StdStringVector_get(this.swigCPtr, this, paramInt);
  }

  public boolean isEmpty()
  {
    return MetaioSDKJNI.StdStringVector_isEmpty(this.swigCPtr, this);
  }

  public void reserve(long paramLong)
  {
    MetaioSDKJNI.StdStringVector_reserve(this.swigCPtr, this, paramLong);
  }

  public void set(int paramInt, String paramString)
  {
    MetaioSDKJNI.StdStringVector_set(this.swigCPtr, this, paramInt, paramString);
  }

  public long size()
  {
    return MetaioSDKJNI.StdStringVector_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.StdStringVector
 * JD-Core Version:    0.6.2
 */