ed$c.java 1.97 KB
import java.util.Collection;
import java.util.Iterator;
import java.util.Set;

final class ed$c
  implements Set<K>
{
  ed$c(ed paramed) {}
  
  public final boolean add(K paramK)
  {
    throw new UnsupportedOperationException();
  }
  
  public final boolean addAll(Collection<? extends K> paramCollection)
  {
    throw new UnsupportedOperationException();
  }
  
  public final void clear()
  {
    this.a.c();
  }
  
  public final boolean contains(Object paramObject)
  {
    return this.a.a(paramObject) >= 0;
  }
  
  public final boolean containsAll(Collection<?> paramCollection)
  {
    return ed.a(this.a.b(), paramCollection);
  }
  
  public final boolean equals(Object paramObject)
  {
    return ed.a(this, paramObject);
  }
  
  public final int hashCode()
  {
    int i = this.a.a() - 1;
    int j = 0;
    if (i >= 0)
    {
      Object localObject = this.a.a(i, 0);
      if (localObject == null) {}
      for (int k = 0;; k = localObject.hashCode())
      {
        j += k;
        i -= 1;
        break;
      }
    }
    return j;
  }
  
  public final boolean isEmpty()
  {
    return this.a.a() == 0;
  }
  
  public final Iterator<K> iterator()
  {
    return new ed.a(this.a, 0);
  }
  
  public final boolean remove(Object paramObject)
  {
    int i = this.a.a(paramObject);
    if (i >= 0)
    {
      this.a.a(i);
      return true;
    }
    return false;
  }
  
  public final boolean removeAll(Collection<?> paramCollection)
  {
    return ed.b(this.a.b(), paramCollection);
  }
  
  public final boolean retainAll(Collection<?> paramCollection)
  {
    return ed.c(this.a.b(), paramCollection);
  }
  
  public final int size()
  {
    return this.a.a();
  }
  
  public final Object[] toArray()
  {
    return this.a.b(0);
  }
  
  public final <T> T[] toArray(T[] paramArrayOfT)
  {
    return this.a.a(paramArrayOfT, 0);
  }
}


/* Location:              /home/merong/decompile/hackery-dex2jar.jar!/ed$c.class
 * Java compiler version: 6 (50.0)
 * JD-Core Version:       0.7.1
 */