private abstract class Storage.AbstractIter extends java.lang.Object implements java.util.Iterator<T>
Modifier and Type | Field and Description |
---|---|
protected int |
slot |
Modifier | Constructor and Description |
---|---|
private |
AbstractIter() |
Modifier and Type | Method and Description |
---|---|
protected void |
align(T[] data) |
protected boolean |
doHasNext(T[] data) |