class com.google.common.collect.SortedMultisets$NavigableElementSet extends com.google.common.collect.SortedMultisets$ElementSet implements java.util.NavigableSet
{
void <init>(com.google.common.collect.SortedMultiset)
{
com.google.common.collect.SortedMultiset v;
com.google.common.collect.SortedMultisets$NavigableElementSet v;
v := @this: com.google.common.collect.SortedMultisets$NavigableElementSet;
v := @parameter: com.google.common.collect.SortedMultiset;
specialinvoke v.<com.google.common.collect.SortedMultisets$ElementSet: void <init>(com.google.common.collect.SortedMultiset)>(v);
return;
}
public java.lang.Object lower(java.lang.Object)
{
com.google.common.collect.SortedMultiset v, v;
com.google.common.collect.BoundType v;
java.lang.Object v, v;
com.google.common.collect.SortedMultisets$NavigableElementSet v;
com.google.common.collect.Multiset$Entry v;
v := @this: com.google.common.collect.SortedMultisets$NavigableElementSet;
v := @parameter: java.lang.Object;
v = virtualinvoke v.<com.google.common.collect.SortedMultisets$NavigableElementSet: com.google.common.collect.SortedMultiset multiset()>();
v = <com.google.common.collect.BoundType: com.google.common.collect.BoundType OPEN>;
v = interfaceinvoke v.<com.google.common.collect.SortedMultiset: com.google.common.collect.SortedMultiset headMultiset(java.lang.Object,com.google.common.collect.BoundType)>(v, v);
v = interfaceinvoke v.<com.google.common.collect.SortedMultiset: com.google.common.collect.Multiset$Entry lastEntry()>();
v = staticinvoke <com.google.common.collect.SortedMultisets: java.lang.Object getElementOrNull(com.google.common.collect.Multiset$Entry)>(v);
return v;
}
public java.lang.Object floor(java.lang.Object)
{
com.google.common.collect.SortedMultiset v, v;
com.google.common.collect.BoundType v;
java.lang.Object v, v;
com.google.common.collect.SortedMultisets$NavigableElementSet v;
com.google.common.collect.Multiset$Entry v;
v := @this: com.google.common.collect.SortedMultisets$NavigableElementSet;
v := @parameter: java.lang.Object;
v = virtualinvoke v.<com.google.common.collect.SortedMultisets$NavigableElementSet: com.google.common.collect.SortedMultiset multiset()>();
v = <com.google.common.collect.BoundType: com.google.common.collect.BoundType CLOSED>;
v = interfaceinvoke v.<com.google.common.collect.SortedMultiset: com.google.common.collect.SortedMultiset headMultiset(java.lang.Object,com.google.common.collect.BoundType)>(v, v);
v = interfaceinvoke v.<com.google.common.collect.SortedMultiset: com.google.common.collect.Multiset$Entry lastEntry()>();
v = staticinvoke <com.google.common.collect.SortedMultisets: java.lang.Object getElementOrNull(com.google.common.collect.Multiset$Entry)>(v);
return v;
}
public java.lang.Object ceiling(java.lang.Object)
{
com.google.common.collect.SortedMultiset v, v;
com.google.common.collect.BoundType v;
java.lang.Object v, v;
com.google.common.collect.SortedMultisets$NavigableElementSet v;
com.google.common.collect.Multiset$Entry v;
v := @this: com.google.common.collect.SortedMultisets$NavigableElementSet;
v := @parameter: java.lang.Object;
v = virtualinvoke v.<com.google.common.collect.SortedMultisets$NavigableElementSet: com.google.common.collect.SortedMultiset multiset()>();
v = <com.google.common.collect.BoundType: com.google.common.collect.BoundType CLOSED>;
v = interfaceinvoke v.<com.google.common.collect.SortedMultiset: com.google.common.collect.SortedMultiset tailMultiset(java.lang.Object,com.google.common.collect.BoundType)>(v, v);
v = interfaceinvoke v.<com.google.common.collect.SortedMultiset: com.google.common.collect.Multiset$Entry firstEntry()>();
v = staticinvoke <com.google.common.collect.SortedMultisets: java.lang.Object getElementOrNull(com.google.common.collect.Multiset$Entry)>(v);
return v;
}
public java.lang.Object higher(java.lang.Object)
{
com.google.common.collect.SortedMultiset v, v;
com.google.common.collect.BoundType v;
java.lang.Object v, v;
com.google.common.collect.SortedMultisets$NavigableElementSet v;
com.google.common.collect.Multiset$Entry v;
v := @this: com.google.common.collect.SortedMultisets$NavigableElementSet;
v := @parameter: java.lang.Object;
v = virtualinvoke v.<com.google.common.collect.SortedMultisets$NavigableElementSet: com.google.common.collect.SortedMultiset multiset()>();
v = <com.google.common.collect.BoundType: com.google.common.collect.BoundType OPEN>;
v = interfaceinvoke v.<com.google.common.collect.SortedMultiset: com.google.common.collect.SortedMultiset tailMultiset(java.lang.Object,com.google.common.collect.BoundType)>(v, v);
v = interfaceinvoke v.<com.google.common.collect.SortedMultiset: com.google.common.collect.Multiset$Entry firstEntry()>();
v = staticinvoke <com.google.common.collect.SortedMultisets: java.lang.Object getElementOrNull(com.google.common.collect.Multiset$Entry)>(v);
return v;
}
public java.util.NavigableSet descendingSet()
{
com.google.common.collect.SortedMultiset v, v;
com.google.common.collect.SortedMultisets$NavigableElementSet v, v;
v := @this: com.google.common.collect.SortedMultisets$NavigableElementSet;
v = new com.google.common.collect.SortedMultisets$NavigableElementSet;
v = virtualinvoke v.<com.google.common.collect.SortedMultisets$NavigableElementSet: com.google.common.collect.SortedMultiset multiset()>();
v = interfaceinvoke v.<com.google.common.collect.SortedMultiset: com.google.common.collect.SortedMultiset descendingMultiset()>();
specialinvoke v.<com.google.common.collect.SortedMultisets$NavigableElementSet: void <init>(com.google.common.collect.SortedMultiset)>(v);
return v;
}
public java.util.Iterator descendingIterator()
{
java.util.NavigableSet v;
com.google.common.collect.SortedMultisets$NavigableElementSet v;
java.util.Iterator v;
v := @this: com.google.common.collect.SortedMultisets$NavigableElementSet;
v = virtualinvoke v.<com.google.common.collect.SortedMultisets$NavigableElementSet: java.util.NavigableSet descendingSet()>();
v = interfaceinvoke v.<java.util.NavigableSet: java.util.Iterator iterator()>();
return v;
}
public java.lang.Object pollFirst()
{
com.google.common.collect.SortedMultiset v;
java.lang.Object v;
com.google.common.collect.SortedMultisets$NavigableElementSet v;
com.google.common.collect.Multiset$Entry v;
v := @this: com.google.common.collect.SortedMultisets$NavigableElementSet;
v = virtualinvoke v.<com.google.common.collect.SortedMultisets$NavigableElementSet: com.google.common.collect.SortedMultiset multiset()>();
v = interfaceinvoke v.<com.google.common.collect.SortedMultiset: com.google.common.collect.Multiset$Entry pollFirstEntry()>();
v = staticinvoke <com.google.common.collect.SortedMultisets: java.lang.Object getElementOrNull(com.google.common.collect.Multiset$Entry)>(v);
return v;
}
public java.lang.Object pollLast()
{
com.google.common.collect.SortedMultiset v;
java.lang.Object v;
com.google.common.collect.SortedMultisets$NavigableElementSet v;
com.google.common.collect.Multiset$Entry v;
v := @this: com.google.common.collect.SortedMultisets$NavigableElementSet;
v = virtualinvoke v.<com.google.common.collect.SortedMultisets$NavigableElementSet: com.google.common.collect.SortedMultiset multiset()>();
v = interfaceinvoke v.<com.google.common.collect.SortedMultiset: com.google.common.collect.Multiset$Entry pollLastEntry()>();
v = staticinvoke <com.google.common.collect.SortedMultisets: java.lang.Object getElementOrNull(com.google.common.collect.Multiset$Entry)>(v);
return v;
}
public java.util.NavigableSet subSet(java.lang.Object, boolean, java.lang.Object, boolean)
{
com.google.common.collect.SortedMultiset v, v;
com.google.common.collect.BoundType v, v;
java.lang.Object v, v;
com.google.common.collect.SortedMultisets$NavigableElementSet v, v;
boolean v, v;
v := @this: com.google.common.collect.SortedMultisets$NavigableElementSet;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
v = new com.google.common.collect.SortedMultisets$NavigableElementSet;
v = virtualinvoke v.<com.google.common.collect.SortedMultisets$NavigableElementSet: com.google.common.collect.SortedMultiset multiset()>();
v = staticinvoke <com.google.common.collect.BoundType: com.google.common.collect.BoundType forBoolean(boolean)>(v);
v = staticinvoke <com.google.common.collect.BoundType: com.google.common.collect.BoundType forBoolean(boolean)>(v);
v = interfaceinvoke v.<com.google.common.collect.SortedMultiset: com.google.common.collect.SortedMultiset subMultiset(java.lang.Object,com.google.common.collect.BoundType,java.lang.Object,com.google.common.collect.BoundType)>(v, v, v, v);
specialinvoke v.<com.google.common.collect.SortedMultisets$NavigableElementSet: void <init>(com.google.common.collect.SortedMultiset)>(v);
return v;
}
public java.util.NavigableSet headSet(java.lang.Object, boolean)
{
com.google.common.collect.SortedMultiset v, v;
com.google.common.collect.BoundType v;
java.lang.Object v;
com.google.common.collect.SortedMultisets$NavigableElementSet v, v;
boolean v;
v := @this: com.google.common.collect.SortedMultisets$NavigableElementSet;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
v = new com.google.common.collect.SortedMultisets$NavigableElementSet;
v = virtualinvoke v.<com.google.common.collect.SortedMultisets$NavigableElementSet: com.google.common.collect.SortedMultiset multiset()>();
v = staticinvoke <com.google.common.collect.BoundType: com.google.common.collect.BoundType forBoolean(boolean)>(v);
v = interfaceinvoke v.<com.google.common.collect.SortedMultiset: com.google.common.collect.SortedMultiset headMultiset(java.lang.Object,com.google.common.collect.BoundType)>(v, v);
specialinvoke v.<com.google.common.collect.SortedMultisets$NavigableElementSet: void <init>(com.google.common.collect.SortedMultiset)>(v);
return v;
}
public java.util.NavigableSet tailSet(java.lang.Object, boolean)
{
com.google.common.collect.SortedMultiset v, v;
com.google.common.collect.BoundType v;
java.lang.Object v;
com.google.common.collect.SortedMultisets$NavigableElementSet v, v;
boolean v;
v := @this: com.google.common.collect.SortedMultisets$NavigableElementSet;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
v = new com.google.common.collect.SortedMultisets$NavigableElementSet;
v = virtualinvoke v.<com.google.common.collect.SortedMultisets$NavigableElementSet: com.google.common.collect.SortedMultiset multiset()>();
v = staticinvoke <com.google.common.collect.BoundType: com.google.common.collect.BoundType forBoolean(boolean)>(v);
v = interfaceinvoke v.<com.google.common.collect.SortedMultiset: com.google.common.collect.SortedMultiset tailMultiset(java.lang.Object,com.google.common.collect.BoundType)>(v, v);
specialinvoke v.<com.google.common.collect.SortedMultisets$NavigableElementSet: void <init>(com.google.common.collect.SortedMultiset)>(v);
return v;
}
}