Modifier and Type | Field and Description |
---|---|
private int |
looseIdx |
private java.util.Map.Entry<java.lang.String,Ref> |
next |
private int |
packedIdx |
private int |
resolvedIdx |
Constructor and Description |
---|
SetIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Map.Entry<java.lang.String,Ref> |
next() |
java.util.Map.Entry<java.lang.String,Ref> |
peek() |
void |
remove() |
private Ref |
resolveLoose(Ref l) |
private RefMap.Ent |
toEntry(Ref p) |
private int packedIdx
private int looseIdx
private int resolvedIdx
private java.util.Map.Entry<java.lang.String,Ref> next
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.util.Map.Entry<java.lang.String,Ref>>
public java.util.Map.Entry<java.lang.String,Ref> next()
next
in interface java.util.Iterator<java.util.Map.Entry<java.lang.String,Ref>>
public java.util.Map.Entry<java.lang.String,Ref> peek()
private RefMap.Ent toEntry(Ref p)
public void remove()
remove
in interface java.util.Iterator<java.util.Map.Entry<java.lang.String,Ref>>