public class org.apache.activemq.store.kahadb.disk.util.SequenceSet extends org.apache.activemq.store.kahadb.disk.util.LinkedNodeList implements java.lang.Iterable
{
public void <init>()
{
org.apache.activemq.store.kahadb.disk.util.SequenceSet v;
v := @this: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
specialinvoke v.<org.apache.activemq.store.kahadb.disk.util.LinkedNodeList: void <init>()>();
return;
}
public void add(org.apache.activemq.store.kahadb.disk.util.Sequence)
{
byte v;
org.apache.activemq.store.kahadb.disk.util.Sequence v;
org.apache.activemq.store.kahadb.disk.util.SequenceSet v;
long v, v, v;
v := @this: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v := @parameter: org.apache.activemq.store.kahadb.disk.util.Sequence;
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long first>;
label:
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long last>;
v = v + 1L;
v = v cmp v;
if v >= 0 goto label;
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: boolean add(long)>(v);
v = v + 1L;
goto label;
label:
return;
}
public void merge(org.apache.activemq.store.kahadb.disk.util.SequenceSet)
{
org.apache.activemq.store.kahadb.disk.util.LinkedNode v;
org.apache.activemq.store.kahadb.disk.util.SequenceSet v, v;
v := @this: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v := @parameter: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: org.apache.activemq.store.kahadb.disk.util.LinkedNode getHead()>();
label:
if v == null goto label;
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: void add(org.apache.activemq.store.kahadb.disk.util.Sequence)>(v);
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: org.apache.activemq.store.kahadb.disk.util.LinkedNode getNext()>();
goto label;
label:
return;
}
public void remove(org.apache.activemq.store.kahadb.disk.util.SequenceSet)
{
org.apache.activemq.store.kahadb.disk.util.LinkedNode v;
org.apache.activemq.store.kahadb.disk.util.SequenceSet v, v;
v := @this: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v := @parameter: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: org.apache.activemq.store.kahadb.disk.util.LinkedNode getHead()>();
label:
if v == null goto label;
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: void remove(org.apache.activemq.store.kahadb.disk.util.Sequence)>(v);
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: org.apache.activemq.store.kahadb.disk.util.LinkedNode getNext()>();
goto label;
label:
return;
}
public void remove(org.apache.activemq.store.kahadb.disk.util.Sequence)
{
byte v;
org.apache.activemq.store.kahadb.disk.util.Sequence v;
org.apache.activemq.store.kahadb.disk.util.SequenceSet v;
long v, v, v;
v := @this: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v := @parameter: org.apache.activemq.store.kahadb.disk.util.Sequence;
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long first>;
label:
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long last>;
v = v + 1L;
v = v cmp v;
if v >= 0 goto label;
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: boolean remove(long)>(v);
v = v + 1L;
goto label;
label:
return;
}
public boolean add(long)
{
org.apache.activemq.store.kahadb.disk.util.SequenceSet v;
long v, v, v, v;
byte v;
boolean v, v, v, v, v, v, v, v;
org.apache.activemq.store.kahadb.disk.util.Sequence v, v, v, v;
org.apache.activemq.store.kahadb.disk.util.LinkedNode v, v, v, v, v, v;
v := @this: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v := @parameter: long;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: boolean isEmpty()>();
if v == 0 goto label;
v = new org.apache.activemq.store.kahadb.disk.util.Sequence;
specialinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: void <init>(long)>(v);
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: void addFirst(org.apache.activemq.store.kahadb.disk.util.LinkedNode)>(v);
return 1;
label:
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: org.apache.activemq.store.kahadb.disk.util.LinkedNode getTail()>();
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: boolean isAdjacentToLast(long)>(v);
if v == 0 goto label;
v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long last> = v;
return 1;
label:
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: boolean isBiggerButNotAdjacentToLast(long)>(v);
if v == 0 goto label;
v = new org.apache.activemq.store.kahadb.disk.util.Sequence;
specialinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: void <init>(long)>(v);
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: void addLast(org.apache.activemq.store.kahadb.disk.util.LinkedNode)>(v);
return 1;
label:
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: org.apache.activemq.store.kahadb.disk.util.LinkedNode getHead()>();
label:
if v == null goto label;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: boolean isAdjacentToLast(long)>(v);
if v == 0 goto label;
v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long last> = v;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: org.apache.activemq.store.kahadb.disk.util.LinkedNode getNext()>();
if v == null goto label;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: org.apache.activemq.store.kahadb.disk.util.LinkedNode getNext()>();
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: boolean isAdjacentToFirst(long)>(v);
if v == 0 goto label;
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long last>;
v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long last> = v;
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: boolean unlink()>();
label:
return 1;
label:
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: boolean isAdjacentToFirst(long)>(v);
if v == 0 goto label;
v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long first> = v;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: org.apache.activemq.store.kahadb.disk.util.LinkedNode getPrevious()>();
if v == null goto label;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: org.apache.activemq.store.kahadb.disk.util.LinkedNode getPrevious()>();
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: boolean isAdjacentToLast(long)>(v);
if v == 0 goto label;
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long first>;
v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long first> = v;
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: boolean unlink()>();
label:
return 1;
label:
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long first>;
v = v cmp v;
if v >= 0 goto label;
v = new org.apache.activemq.store.kahadb.disk.util.Sequence;
specialinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: void <init>(long)>(v);
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: void linkBefore(org.apache.activemq.store.kahadb.disk.util.LinkedNode)>(v);
return 1;
label:
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: boolean contains(long)>(v);
if v == 0 goto label;
return 0;
label:
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: org.apache.activemq.store.kahadb.disk.util.LinkedNode getNext()>();
goto label;
label:
v = new org.apache.activemq.store.kahadb.disk.util.Sequence;
specialinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: void <init>(long)>(v);
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: void addLast(org.apache.activemq.store.kahadb.disk.util.LinkedNode)>(v);
return 1;
}
public boolean remove(long)
{
org.apache.activemq.store.kahadb.disk.util.SequenceSet v;
long v, v, v, v, v, v, v, v, v, v;
byte v, v, v;
boolean v;
org.apache.activemq.store.kahadb.disk.util.Sequence v, v;
org.apache.activemq.store.kahadb.disk.util.LinkedNode v;
v := @this: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v := @parameter: long;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: org.apache.activemq.store.kahadb.disk.util.LinkedNode getHead()>();
label:
if v == null goto label;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: boolean contains(long)>(v);
if v == 0 goto label;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long range()>();
v = v cmp 1L;
if v != 0 goto label;
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: boolean unlink()>();
return 1;
label:
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long getFirst()>();
v = v cmp v;
if v != 0 goto label;
v = v + 1L;
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: void setFirst(long)>(v);
return 1;
label:
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long getLast()>();
v = v cmp v;
if v != 0 goto label;
v = v - 1L;
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: void setLast(long)>(v);
return 1;
label:
v = new org.apache.activemq.store.kahadb.disk.util.Sequence;
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long first>;
v = v - 1L;
specialinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: void <init>(long,long)>(v, v);
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: void linkBefore(org.apache.activemq.store.kahadb.disk.util.LinkedNode)>(v);
v = new org.apache.activemq.store.kahadb.disk.util.Sequence;
v = v + 1L;
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long last>;
specialinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: void <init>(long,long)>(v, v);
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: void linkAfter(org.apache.activemq.store.kahadb.disk.util.LinkedNode)>(v);
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: boolean unlink()>();
return 1;
label:
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: org.apache.activemq.store.kahadb.disk.util.LinkedNode getNext()>();
goto label;
label:
return 0;
}
public long removeFirst()
{
org.apache.activemq.store.kahadb.disk.util.Sequence v;
org.apache.activemq.store.kahadb.disk.util.SequenceSet v;
long v;
java.util.NoSuchElementException v;
boolean v;
v := @this: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: boolean isEmpty()>();
if v == 0 goto label;
v = new java.util.NoSuchElementException;
specialinvoke v.<java.util.NoSuchElementException: void <init>()>();
throw v;
label:
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: org.apache.activemq.store.kahadb.disk.util.Sequence removeFirstSequence(long)>(1L);
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long first>;
return v;
}
public org.apache.activemq.store.kahadb.disk.util.Sequence removeLastSequence()
{
org.apache.activemq.store.kahadb.disk.util.LinkedNode v;
boolean v;
org.apache.activemq.store.kahadb.disk.util.SequenceSet v;
v := @this: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: boolean isEmpty()>();
if v == 0 goto label;
return null;
label:
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: org.apache.activemq.store.kahadb.disk.util.LinkedNode getTail()>();
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: boolean unlink()>();
return v;
}
public org.apache.activemq.store.kahadb.disk.util.Sequence removeFirstSequence(long)
{
org.apache.activemq.store.kahadb.disk.util.Sequence v;
org.apache.activemq.store.kahadb.disk.util.SequenceSet v;
long v, v, v, v, v, v, v, v, v;
byte v, v;
org.apache.activemq.store.kahadb.disk.util.LinkedNode v;
boolean v;
v := @this: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v := @parameter: long;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: boolean isEmpty()>();
if v == 0 goto label;
return null;
label:
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: org.apache.activemq.store.kahadb.disk.util.LinkedNode getHead()>();
label:
if v == null goto label;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long range()>();
v = v cmp v;
if v != 0 goto label;
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: boolean unlink()>();
return v;
label:
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long range()>();
v = v cmp v;
if v <= 0 goto label;
v = new org.apache.activemq.store.kahadb.disk.util.Sequence;
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long first>;
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long first>;
v = v + v;
v = v - 1L;
specialinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: void <init>(long,long)>(v, v);
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long first>;
v = v + v;
v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long first> = v;
return v;
label:
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: org.apache.activemq.store.kahadb.disk.util.LinkedNode getNext()>();
goto label;
label:
return null;
}
public java.util.List getMissing(long, long)
{
org.apache.activemq.store.kahadb.disk.util.SequenceSet v;
long v, v, v, v, v, v, v, v;
java.util.ArrayList v;
byte v, v, v, v, v;
boolean v, v;
org.apache.activemq.store.kahadb.disk.util.Sequence v, v, v, v;
java.lang.IllegalArgumentException v;
org.apache.activemq.store.kahadb.disk.util.LinkedNode v;
v := @this: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v := @parameter: long;
v := @parameter: long;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v = v cmp v;
if v <= 0 goto label;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>("First cannot be more than last");
throw v;
label:
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: boolean isEmpty()>();
if v == 0 goto label;
v = new org.apache.activemq.store.kahadb.disk.util.Sequence;
specialinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: void <init>(long,long)>(v, v);
virtualinvoke v.<java.util.ArrayList: boolean add(java.lang.Object)>(v);
return v;
label:
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: org.apache.activemq.store.kahadb.disk.util.LinkedNode getHead()>();
label:
if v == null goto label;
v = v cmp v;
if v > 0 goto label;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: boolean contains(long)>(v);
if v == 0 goto label;
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long last>;
v = v + 1L;
goto label;
label:
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long first>;
v = v cmp v;
if v >= 0 goto label;
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long first>;
v = v cmp v;
if v >= 0 goto label;
v = new org.apache.activemq.store.kahadb.disk.util.Sequence;
specialinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: void <init>(long,long)>(v, v);
virtualinvoke v.<java.util.ArrayList: boolean add(java.lang.Object)>(v);
return v;
label:
v = new org.apache.activemq.store.kahadb.disk.util.Sequence;
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long first>;
v = v - 1L;
specialinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: void <init>(long,long)>(v, v);
virtualinvoke v.<java.util.ArrayList: boolean add(java.lang.Object)>(v);
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long last>;
v = v + 1L;
label:
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: org.apache.activemq.store.kahadb.disk.util.LinkedNode getNext()>();
goto label;
label:
v = v cmp v;
if v > 0 goto label;
v = new org.apache.activemq.store.kahadb.disk.util.Sequence;
specialinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: void <init>(long,long)>(v, v);
virtualinvoke v.<java.util.ArrayList: boolean add(java.lang.Object)>(v);
label:
return v;
}
public java.util.List getReceived()
{
org.apache.activemq.store.kahadb.disk.util.Sequence v;
org.apache.activemq.store.kahadb.disk.util.SequenceSet v;
int v;
long v, v;
org.apache.activemq.store.kahadb.disk.util.LinkedNode v;
java.util.ArrayList v;
v := @this: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v = new java.util.ArrayList;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: int size()>();
specialinvoke v.<java.util.ArrayList: void <init>(int)>(v);
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: org.apache.activemq.store.kahadb.disk.util.LinkedNode getHead()>();
label:
if v == null goto label;
v = new org.apache.activemq.store.kahadb.disk.util.Sequence;
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long first>;
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long last>;
specialinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: void <init>(long,long)>(v, v);
virtualinvoke v.<java.util.ArrayList: boolean add(java.lang.Object)>(v);
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: org.apache.activemq.store.kahadb.disk.util.LinkedNode getNext()>();
goto label;
label:
return v;
}
public boolean contains(long)
{
org.apache.activemq.store.kahadb.disk.util.SequenceSet v;
long v;
org.apache.activemq.store.kahadb.disk.util.LinkedNode v;
boolean v, v;
v := @this: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v := @parameter: long;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: boolean isEmpty()>();
if v == 0 goto label;
return 0;
label:
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: org.apache.activemq.store.kahadb.disk.util.LinkedNode getHead()>();
label:
if v == null goto label;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: boolean contains(long)>(v);
if v == 0 goto label;
return 1;
label:
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: org.apache.activemq.store.kahadb.disk.util.LinkedNode getNext()>();
goto label;
label:
return 0;
}
public boolean contains(int, int)
{
org.apache.activemq.store.kahadb.disk.util.SequenceSet v;
long v, v, v;
byte v, v, v;
int v, v;
org.apache.activemq.store.kahadb.disk.util.LinkedNode v;
boolean v, v;
v := @this: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v := @parameter: int;
v := @parameter: int;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: boolean isEmpty()>();
if v == 0 goto label;
return 0;
label:
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: org.apache.activemq.store.kahadb.disk.util.LinkedNode getHead()>();
label:
if v == null goto label;
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long first>;
v = v cmp v;
if v > 0 goto label;
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long last>;
v = v cmp v;
if v > 0 goto label;
v = v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long last>;
v = v cmp v;
if v > 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
label:
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: org.apache.activemq.store.kahadb.disk.util.LinkedNode getNext()>();
goto label;
label:
return 0;
}
public org.apache.activemq.store.kahadb.disk.util.Sequence get(int)
{
org.apache.activemq.store.kahadb.disk.util.SequenceSet v;
int v;
org.apache.activemq.store.kahadb.disk.util.LinkedNode v;
boolean v, v;
v := @this: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v := @parameter: int;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: boolean isEmpty()>();
if v != 0 goto label;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: org.apache.activemq.store.kahadb.disk.util.LinkedNode getHead()>();
label:
if v == null goto label;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: boolean contains(long)>(v);
if v == 0 goto label;
return v;
label:
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: org.apache.activemq.store.kahadb.disk.util.LinkedNode getNext()>();
goto label;
label:
return null;
}
public long rangeSize()
{
org.apache.activemq.store.kahadb.disk.util.SequenceSet v;
long v, v;
org.apache.activemq.store.kahadb.disk.util.LinkedNode v;
v := @this: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v = 0L;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet: org.apache.activemq.store.kahadb.disk.util.LinkedNode getHead()>();
label:
if v == null goto label;
v = virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: long range()>();
v = v + v;
virtualinvoke v.<org.apache.activemq.store.kahadb.disk.util.Sequence: org.apache.activemq.store.kahadb.disk.util.LinkedNode getNext()>();
goto label;
label:
return v;
}
public java.util.Iterator iterator()
{
org.apache.activemq.store.kahadb.disk.util.SequenceSet$SequenceIterator v;
org.apache.activemq.store.kahadb.disk.util.SequenceSet v;
v := @this: org.apache.activemq.store.kahadb.disk.util.SequenceSet;
v = new org.apache.activemq.store.kahadb.disk.util.SequenceSet$SequenceIterator;
specialinvoke v.<org.apache.activemq.store.kahadb.disk.util.SequenceSet$SequenceIterator: void <init>(org.apache.activemq.store.kahadb.disk.util.SequenceSet)>(v);
return v;
}
}