class com.google.common.collect.Sets$DescendingSet extends com.google.common.collect.ForwardingNavigableSet
{
private final java.util.NavigableSet forward;
void <init>(java.util.NavigableSet)
{
java.util.NavigableSet v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v := @parameter: java.util.NavigableSet;
specialinvoke v.<com.google.common.collect.ForwardingNavigableSet: void <init>()>();
v.<com.google.common.collect.Sets$DescendingSet: java.util.NavigableSet forward> = v;
return;
}
protected java.util.NavigableSet delegate()
{
java.util.NavigableSet v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v = v.<com.google.common.collect.Sets$DescendingSet: java.util.NavigableSet forward>;
return v;
}
public java.lang.Object lower(java.lang.Object)
{
java.lang.Object v, v;
java.util.NavigableSet v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v := @parameter: java.lang.Object;
v = v.<com.google.common.collect.Sets$DescendingSet: java.util.NavigableSet forward>;
v = interfaceinvoke v.<java.util.NavigableSet: java.lang.Object higher(java.lang.Object)>(v);
return v;
}
public java.lang.Object floor(java.lang.Object)
{
java.lang.Object v, v;
java.util.NavigableSet v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v := @parameter: java.lang.Object;
v = v.<com.google.common.collect.Sets$DescendingSet: java.util.NavigableSet forward>;
v = interfaceinvoke v.<java.util.NavigableSet: java.lang.Object ceiling(java.lang.Object)>(v);
return v;
}
public java.lang.Object ceiling(java.lang.Object)
{
java.lang.Object v, v;
java.util.NavigableSet v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v := @parameter: java.lang.Object;
v = v.<com.google.common.collect.Sets$DescendingSet: java.util.NavigableSet forward>;
v = interfaceinvoke v.<java.util.NavigableSet: java.lang.Object floor(java.lang.Object)>(v);
return v;
}
public java.lang.Object higher(java.lang.Object)
{
java.lang.Object v, v;
java.util.NavigableSet v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v := @parameter: java.lang.Object;
v = v.<com.google.common.collect.Sets$DescendingSet: java.util.NavigableSet forward>;
v = interfaceinvoke v.<java.util.NavigableSet: java.lang.Object lower(java.lang.Object)>(v);
return v;
}
public java.lang.Object pollFirst()
{
java.lang.Object v;
java.util.NavigableSet v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v = v.<com.google.common.collect.Sets$DescendingSet: java.util.NavigableSet forward>;
v = interfaceinvoke v.<java.util.NavigableSet: java.lang.Object pollLast()>();
return v;
}
public java.lang.Object pollLast()
{
java.lang.Object v;
java.util.NavigableSet v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v = v.<com.google.common.collect.Sets$DescendingSet: java.util.NavigableSet forward>;
v = interfaceinvoke v.<java.util.NavigableSet: java.lang.Object pollFirst()>();
return v;
}
public java.util.NavigableSet descendingSet()
{
java.util.NavigableSet v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v = v.<com.google.common.collect.Sets$DescendingSet: java.util.NavigableSet forward>;
return v;
}
public java.util.Iterator descendingIterator()
{
java.util.NavigableSet v;
java.util.Iterator v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v = v.<com.google.common.collect.Sets$DescendingSet: java.util.NavigableSet forward>;
v = interfaceinvoke v.<java.util.NavigableSet: java.util.Iterator iterator()>();
return v;
}
public java.util.NavigableSet subSet(java.lang.Object, boolean, java.lang.Object, boolean)
{
java.util.NavigableSet v, v, v;
com.google.common.collect.Sets$DescendingSet v;
java.lang.Object v, v;
boolean v, v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
v = v.<com.google.common.collect.Sets$DescendingSet: java.util.NavigableSet forward>;
v = interfaceinvoke v.<java.util.NavigableSet: java.util.NavigableSet subSet(java.lang.Object,boolean,java.lang.Object,boolean)>(v, v, v, v);
v = interfaceinvoke v.<java.util.NavigableSet: java.util.NavigableSet descendingSet()>();
return v;
}
public java.util.SortedSet subSet(java.lang.Object, java.lang.Object)
{
java.util.SortedSet v;
java.lang.Object v, v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.Object;
v = virtualinvoke v.<com.google.common.collect.Sets$DescendingSet: java.util.SortedSet standardSubSet(java.lang.Object,java.lang.Object)>(v, v);
return v;
}
public java.util.NavigableSet headSet(java.lang.Object, boolean)
{
java.lang.Object v;
java.util.NavigableSet v, v, v;
com.google.common.collect.Sets$DescendingSet v;
boolean v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
v = v.<com.google.common.collect.Sets$DescendingSet: java.util.NavigableSet forward>;
v = interfaceinvoke v.<java.util.NavigableSet: java.util.NavigableSet tailSet(java.lang.Object,boolean)>(v, v);
v = interfaceinvoke v.<java.util.NavigableSet: java.util.NavigableSet descendingSet()>();
return v;
}
public java.util.SortedSet headSet(java.lang.Object)
{
java.lang.Object v;
java.util.SortedSet v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v := @parameter: java.lang.Object;
v = virtualinvoke v.<com.google.common.collect.Sets$DescendingSet: java.util.SortedSet standardHeadSet(java.lang.Object)>(v);
return v;
}
public java.util.NavigableSet tailSet(java.lang.Object, boolean)
{
java.lang.Object v;
java.util.NavigableSet v, v, v;
com.google.common.collect.Sets$DescendingSet v;
boolean v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
v = v.<com.google.common.collect.Sets$DescendingSet: java.util.NavigableSet forward>;
v = interfaceinvoke v.<java.util.NavigableSet: java.util.NavigableSet headSet(java.lang.Object,boolean)>(v, v);
v = interfaceinvoke v.<java.util.NavigableSet: java.util.NavigableSet descendingSet()>();
return v;
}
public java.util.SortedSet tailSet(java.lang.Object)
{
java.lang.Object v;
java.util.SortedSet v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v := @parameter: java.lang.Object;
v = virtualinvoke v.<com.google.common.collect.Sets$DescendingSet: java.util.SortedSet standardTailSet(java.lang.Object)>(v);
return v;
}
public java.util.Comparator comparator()
{
com.google.common.collect.Ordering v, v, v;
java.util.NavigableSet v;
java.util.Comparator v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v = v.<com.google.common.collect.Sets$DescendingSet: java.util.NavigableSet forward>;
v = interfaceinvoke v.<java.util.NavigableSet: java.util.Comparator comparator()>();
if v != null goto label;
v = staticinvoke <com.google.common.collect.Ordering: com.google.common.collect.Ordering natural()>();
v = virtualinvoke v.<com.google.common.collect.Ordering: com.google.common.collect.Ordering reverse()>();
return v;
label:
v = staticinvoke <com.google.common.collect.Sets$DescendingSet: com.google.common.collect.Ordering reverse(java.util.Comparator)>(v);
return v;
}
private static com.google.common.collect.Ordering reverse(java.util.Comparator)
{
com.google.common.collect.Ordering v, v;
java.util.Comparator v;
v := @parameter: java.util.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()>();
return v;
}
public java.lang.Object first()
{
java.lang.Object v;
java.util.NavigableSet v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v = v.<com.google.common.collect.Sets$DescendingSet: java.util.NavigableSet forward>;
v = interfaceinvoke v.<java.util.NavigableSet: java.lang.Object last()>();
return v;
}
public java.lang.Object last()
{
java.lang.Object v;
java.util.NavigableSet v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v = v.<com.google.common.collect.Sets$DescendingSet: java.util.NavigableSet forward>;
v = interfaceinvoke v.<java.util.NavigableSet: java.lang.Object first()>();
return v;
}
public java.util.Iterator iterator()
{
java.util.NavigableSet v;
java.util.Iterator v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v = v.<com.google.common.collect.Sets$DescendingSet: java.util.NavigableSet forward>;
v = interfaceinvoke v.<java.util.NavigableSet: java.util.Iterator descendingIterator()>();
return v;
}
public java.lang.Object[] toArray()
{
java.lang.Object[] v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v = virtualinvoke v.<com.google.common.collect.Sets$DescendingSet: java.lang.Object[] standardToArray()>();
return v;
}
public java.lang.Object[] toArray(java.lang.Object[])
{
java.lang.Object[] v, v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v := @parameter: java.lang.Object[];
v = virtualinvoke v.<com.google.common.collect.Sets$DescendingSet: java.lang.Object[] standardToArray(java.lang.Object[])>(v);
return v;
}
public java.lang.String toString()
{
java.lang.String v;
com.google.common.collect.Sets$DescendingSet v;
v := @this: com.google.common.collect.Sets$DescendingSet;
v = virtualinvoke v.<com.google.common.collect.Sets$DescendingSet: java.lang.String standardToString()>();
return v;
}
}