java.io.Serializable
, java.lang.Cloneable
, java.lang.Iterable<E>
, java.util.Collection<E>
, java.util.List<E>
, java.util.RandomAccess
TriggerDescriptorList
public class GenericDescriptorList<E extends UniqueTupleDescriptor>
extends java.util.ArrayList<E>
Modifier and Type | Field | Description |
---|---|---|
private boolean |
scanned |
Constructor | Description |
---|---|
GenericDescriptorList() |
Modifier and Type | Method | 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.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.