public class GenericDescriptorList<E extends UniqueTupleDescriptor>
extends java.util.ArrayList<E>
Modifier and Type | Field and Description |
---|---|
private boolean |
scanned |
Constructor and Description |
---|
GenericDescriptorList() |
Modifier and Type | Method and Description |
---|---|
boolean |
getScanned()
Return whether or not the underlying system table has been scanned.
|
E |
getUniqueTupleDescriptor(UUID uuid)
Get the UniqueTupleDescriptor that matches the
input uuid.
|
void |
setScanned(boolean scanned)
Mark whether or not the underlying system table has
been scanned.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public void setScanned(boolean scanned)
scanned
- Whether or not the underlying system table has been scanned.public boolean getScanned()
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.