final class com.google.common.collect.DescendingImmutableSortedSet extends com.google.common.collect.ImmutableSortedSet
{
private final com.google.common.collect.ImmutableSortedSet forward;
void <init>(com.google.common.collect.ImmutableSortedSet)
{
com.google.common.collect.ImmutableSortedSet v;
com.google.common.collect.DescendingImmutableSortedSet v;
com.google.common.collect.Ordering v, v;
java.util.Comparator v;
v := @this: com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: com.google.common.collect.ImmutableSortedSet;
v = virtualinvoke v.<com.google.common.collect.ImmutableSortedSet: java.util.Comparator comparator()>();
v = staticinvoke <com.google.common.collect.Ordering: com.google.common.collect.Ordering 'from'(java.util.Comparator)>(v);
v = virtualinvoke v.<com.google.common.collect.Ordering: com.google.common.collect.Ordering reverse()>();
specialinvoke v.<com.google.common.collect.ImmutableSortedSet: void <init>(java.util.Comparator)>(v);
v.<com.google.common.collect.DescendingImmutableSortedSet: com.google.common.collect.ImmutableSortedSet forward> = v;
return;
}
public boolean contains(java.lang.Object)
{
com.google.common.collect.ImmutableSortedSet v;
com.google.common.collect.DescendingImmutableSortedSet v;
java.lang.Object v;
boolean v;
v := @this: com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v = v.<com.google.common.collect.DescendingImmutableSortedSet: com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<com.google.common.collect.ImmutableSortedSet: boolean contains(java.lang.Object)>(v);
return v;
}
public int size()
{
com.google.common.collect.ImmutableSortedSet v;
int v;
com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: com.google.common.collect.DescendingImmutableSortedSet;
v = v.<com.google.common.collect.DescendingImmutableSortedSet: com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<com.google.common.collect.ImmutableSortedSet: int size()>();
return v;
}
public com.google.common.collect.UnmodifiableIterator iterator()
{
com.google.common.collect.ImmutableSortedSet v;
com.google.common.collect.DescendingImmutableSortedSet v;
com.google.common.collect.UnmodifiableIterator v;
v := @this: com.google.common.collect.DescendingImmutableSortedSet;
v = v.<com.google.common.collect.DescendingImmutableSortedSet: com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<com.google.common.collect.ImmutableSortedSet: com.google.common.collect.UnmodifiableIterator descendingIterator()>();
return v;
}
com.google.common.collect.ImmutableSortedSet headSetImpl(java.lang.Object, boolean)
{
com.google.common.collect.ImmutableSortedSet v, v, v;
com.google.common.collect.DescendingImmutableSortedSet v;
java.lang.Object v;
boolean v;
v := @this: com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
v = v.<com.google.common.collect.DescendingImmutableSortedSet: com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<com.google.common.collect.ImmutableSortedSet: com.google.common.collect.ImmutableSortedSet tailSet(java.lang.Object,boolean)>(v, v);
v = virtualinvoke v.<com.google.common.collect.ImmutableSortedSet: com.google.common.collect.ImmutableSortedSet descendingSet()>();
return v;
}
com.google.common.collect.ImmutableSortedSet subSetImpl(java.lang.Object, boolean, java.lang.Object, boolean)
{
com.google.common.collect.ImmutableSortedSet v, v, v;
com.google.common.collect.DescendingImmutableSortedSet v;
java.lang.Object v, v;
boolean v, v;
v := @this: com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
v = v.<com.google.common.collect.DescendingImmutableSortedSet: com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<com.google.common.collect.ImmutableSortedSet: com.google.common.collect.ImmutableSortedSet subSet(java.lang.Object,boolean,java.lang.Object,boolean)>(v, v, v, v);
v = virtualinvoke v.<com.google.common.collect.ImmutableSortedSet: com.google.common.collect.ImmutableSortedSet descendingSet()>();
return v;
}
com.google.common.collect.ImmutableSortedSet tailSetImpl(java.lang.Object, boolean)
{
com.google.common.collect.ImmutableSortedSet v, v, v;
com.google.common.collect.DescendingImmutableSortedSet v;
java.lang.Object v;
boolean v;
v := @this: com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
v = v.<com.google.common.collect.DescendingImmutableSortedSet: com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<com.google.common.collect.ImmutableSortedSet: com.google.common.collect.ImmutableSortedSet headSet(java.lang.Object,boolean)>(v, v);
v = virtualinvoke v.<com.google.common.collect.ImmutableSortedSet: com.google.common.collect.ImmutableSortedSet descendingSet()>();
return v;
}
public com.google.common.collect.ImmutableSortedSet descendingSet()
{
com.google.common.collect.ImmutableSortedSet v;
com.google.common.collect.DescendingImmutableSortedSet v;
v := @this: com.google.common.collect.DescendingImmutableSortedSet;
v = v.<com.google.common.collect.DescendingImmutableSortedSet: com.google.common.collect.ImmutableSortedSet forward>;
return v;
}
public com.google.common.collect.UnmodifiableIterator descendingIterator()
{
com.google.common.collect.ImmutableSortedSet v;
com.google.common.collect.DescendingImmutableSortedSet v;
com.google.common.collect.UnmodifiableIterator v;
v := @this: com.google.common.collect.DescendingImmutableSortedSet;
v = v.<com.google.common.collect.DescendingImmutableSortedSet: com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<com.google.common.collect.ImmutableSortedSet: com.google.common.collect.UnmodifiableIterator iterator()>();
return v;
}
com.google.common.collect.ImmutableSortedSet createDescendingSet()
{
com.google.common.collect.DescendingImmutableSortedSet v;
java.lang.AssertionError v;
v := @this: 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)
{
com.google.common.collect.ImmutableSortedSet v;
com.google.common.collect.DescendingImmutableSortedSet v;
java.lang.Object v, v;
v := @this: com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v = v.<com.google.common.collect.DescendingImmutableSortedSet: com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<com.google.common.collect.ImmutableSortedSet: java.lang.Object higher(java.lang.Object)>(v);
return v;
}
public java.lang.Object floor(java.lang.Object)
{
com.google.common.collect.ImmutableSortedSet v;
com.google.common.collect.DescendingImmutableSortedSet v;
java.lang.Object v, v;
v := @this: com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v = v.<com.google.common.collect.DescendingImmutableSortedSet: com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<com.google.common.collect.ImmutableSortedSet: java.lang.Object ceiling(java.lang.Object)>(v);
return v;
}
public java.lang.Object ceiling(java.lang.Object)
{
com.google.common.collect.ImmutableSortedSet v;
com.google.common.collect.DescendingImmutableSortedSet v;
java.lang.Object v, v;
v := @this: com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v = v.<com.google.common.collect.DescendingImmutableSortedSet: com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<com.google.common.collect.ImmutableSortedSet: java.lang.Object floor(java.lang.Object)>(v);
return v;
}
public java.lang.Object higher(java.lang.Object)
{
com.google.common.collect.ImmutableSortedSet v;
com.google.common.collect.DescendingImmutableSortedSet v;
java.lang.Object v, v;
v := @this: com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v = v.<com.google.common.collect.DescendingImmutableSortedSet: com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<com.google.common.collect.ImmutableSortedSet: java.lang.Object lower(java.lang.Object)>(v);
return v;
}
int indexOf(java.lang.Object)
{
com.google.common.collect.ImmutableSortedSet v;
com.google.common.collect.DescendingImmutableSortedSet v;
int v, v, v, v, v;
java.lang.Object v;
v := @this: com.google.common.collect.DescendingImmutableSortedSet;
v := @parameter: java.lang.Object;
v = v.<com.google.common.collect.DescendingImmutableSortedSet: com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<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.<com.google.common.collect.DescendingImmutableSortedSet: int size()>();
v = v - 1;
v = v - v;
return v;
}
boolean isPartialView()
{
com.google.common.collect.ImmutableSortedSet v;
com.google.common.collect.DescendingImmutableSortedSet v;
boolean v;
v := @this: com.google.common.collect.DescendingImmutableSortedSet;
v = v.<com.google.common.collect.DescendingImmutableSortedSet: com.google.common.collect.ImmutableSortedSet forward>;
v = virtualinvoke v.<com.google.common.collect.ImmutableSortedSet: boolean isPartialView()>();
return v;
}
}