private class DiskHashtable.ElementEnum
extends java.lang.Object
implements java.util.Enumeration
Modifier and Type | Field and Description |
---|---|
private boolean |
hasMore |
private RowLocation |
rowloc |
private ScanController |
scan |
Constructor and Description |
---|
DiskHashtable.ElementEnum() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
java.lang.Object |
nextElement() |
private ScanController scan
private boolean hasMore
private RowLocation rowloc
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.