mu$m.java 1.62 KB
import java.util.Comparator;
import java.util.SortedSet;
import javax.annotation.Nullable;

class mu$m
  extends mu<K, V>.i
  implements SortedSet<V>
{
  mu$m(K paramK, @Nullable SortedSet<V> paramSortedSet, mu<K, V>.i parammu)
  {
    super(paramK, paramSortedSet, parammu, locali);
  }
  
  public Comparator<? super V> comparator()
  {
    return d().comparator();
  }
  
  SortedSet<V> d()
  {
    return (SortedSet)this.c;
  }
  
  public V first()
  {
    a();
    return (V)d().first();
  }
  
  public SortedSet<V> headSet(V paramV)
  {
    a();
    mu localmu = this.g;
    Object localObject = this.b;
    SortedSet localSortedSet = d().headSet(paramV);
    if (this.d == null) {}
    for (paramV = this;; paramV = this.d) {
      return new m(localmu, localObject, localSortedSet, paramV);
    }
  }
  
  public V last()
  {
    a();
    return (V)d().last();
  }
  
  public SortedSet<V> subSet(V paramV1, V paramV2)
  {
    a();
    mu localmu = this.g;
    Object localObject = this.b;
    paramV2 = d().subSet(paramV1, paramV2);
    if (this.d == null) {}
    for (paramV1 = this;; paramV1 = this.d) {
      return new m(localmu, localObject, paramV2, paramV1);
    }
  }
  
  public SortedSet<V> tailSet(V paramV)
  {
    a();
    mu localmu = this.g;
    Object localObject = this.b;
    SortedSet localSortedSet = d().tailSet(paramV);
    if (this.d == null) {}
    for (paramV = this;; paramV = this.d) {
      return new m(localmu, localObject, localSortedSet, paramV);
    }
  }
}


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