final class org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet extends org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet
{
private final org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet forward;
void <init>(org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet)
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet v;
org.apache.drill.shaded.guava.com.google.common.collect.Ordering v, v;
java.util.Comparator v;
org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet;
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: java.util.Comparator comparator()>();
v = staticinvoke <org.apache.drill.shaded.guava.com.google.common.collect.Ordering: org.apache.drill.shaded.guava.com.google.common.collect.Ordering 'from'(java.util.Comparator)>(v);
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.Ordering: org.apache.drill.shaded.guava.com.google.common.collect.Ordering reverse()>();
specialinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: void <init>(java.util.Comparator)>(v);
v.<org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet forward> = v;
return;
}
public boolean contains(java.lang.Object)
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet v;
java.lang.Object v;
boolean v;
org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v = v.<org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: boolean contains(java.lang.Object)>(v);
return v;
}
public int size()
{
int v;
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet v;
org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet;
v = v.<org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: int size()>();
return v;
}
public org.apache.drill.shaded.guava.com.google.common.collect.UnmodifiableIterator iterator()
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet v;
org.apache.drill.shaded.guava.com.google.common.collect.UnmodifiableIterator v;
org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet;
v = v.<org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.UnmodifiableIterator descendingIterator()>();
return v;
}
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet headSetImpl(java.lang.Object, boolean)
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet v, v, v;
java.lang.Object v;
boolean v;
org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
v = v.<org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet tailSet(java.lang.Object,boolean)>(v, v);
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet descendingSet()>();
return v;
}
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet subSetImpl(java.lang.Object, boolean, java.lang.Object, boolean)
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet v, v, v;
java.lang.Object v, v;
boolean v, v;
org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
v = v.<org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet subSet(java.lang.Object,boolean,java.lang.Object,boolean)>(v, v, v, v);
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet descendingSet()>();
return v;
}
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet tailSetImpl(java.lang.Object, boolean)
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet v, v, v;
java.lang.Object v;
boolean v;
org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
v = v.<org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet headSet(java.lang.Object,boolean)>(v, v);
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet descendingSet()>();
return v;
}
public org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet descendingSet()
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet v;
org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet;
v = v.<org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet forward>;
return v;
}
public org.apache.drill.shaded.guava.com.google.common.collect.UnmodifiableIterator descendingIterator()
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet v;
org.apache.drill.shaded.guava.com.google.common.collect.UnmodifiableIterator v;
org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet;
v = v.<org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.UnmodifiableIterator iterator()>();
return v;
}
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet createDescendingSet()
{
java.lang.AssertionError v;
org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet;
v = new java.lang.AssertionError;
specialinvoke v.<java.lang.AssertionError: void <init>(java.lang.Object)>("should never be called");
throw v;
}
public java.lang.Object lower(java.lang.Object)
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet v;
java.lang.Object v, v;
org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v = v.<org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: java.lang.Object higher(java.lang.Object)>(v);
return v;
}
public java.lang.Object floor(java.lang.Object)
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet v;
java.lang.Object v, v;
org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v = v.<org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: java.lang.Object ceiling(java.lang.Object)>(v);
return v;
}
public java.lang.Object ceiling(java.lang.Object)
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet v;
java.lang.Object v, v;
org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v = v.<org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: java.lang.Object floor(java.lang.Object)>(v);
return v;
}
public java.lang.Object higher(java.lang.Object)
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet v;
java.lang.Object v, v;
org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v = v.<org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: java.lang.Object lower(java.lang.Object)>(v);
return v;
}
int indexOf(java.lang.Object)
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet v;
int v, v, v, v, v;
java.lang.Object v;
org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v = v.<org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: int indexOf(java.lang.Object)>(v);
v = (int) -1;
if v != v goto label;
return v;
label:
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet: int size()>();
v = v - 1;
v = v - v;
return v;
}
boolean isPartialView()
{
org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet v;
boolean v;
org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet;
v = v.<org.apache.drill.shaded.guava.com.google.common.collect.DescendingImmutableSortedSet: org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<org.apache.drill.shaded.guava.com.google.common.collect.ImmutableSortedSet: boolean isPartialView()>();
return v;
}
}