private static class PredicateList.PredicateWrapperList
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
(package private) int |
numDuplicates |
|
(package private) int |
numPreds |
|
private java.util.ArrayList<PredicateList.PredicateWrapper> |
pwList |
|
(package private) int |
weight |
Constructor | Description |
---|---|
PredicateWrapperList(int maxValue) |
Modifier and Type | Method | Description |
---|---|---|
private java.util.List<PredicateList.PredicateWrapper> |
createLeadingUnique() |
|
(package private) PredicateList.PredicateWrapper |
elementAt(int i) |
|
(package private) int |
getWeight() |
|
(package private) void |
insert(PredicateList.PredicateWrapper pw) |
|
(package private) void |
removeElement(Predicate p) |
|
(package private) void |
removeElementAt(int index) |
|
(package private) void |
retainLeadingContiguous() |
|
(package private) void |
setWeight(int weight) |
|
(package private) int |
size() |
|
(package private) int |
uniqueSize() |
private final java.util.ArrayList<PredicateList.PredicateWrapper> pwList
int numPreds
int numDuplicates
int weight
void removeElement(Predicate p)
void removeElementAt(int index)
PredicateList.PredicateWrapper elementAt(int i)
void insert(PredicateList.PredicateWrapper pw)
int size()
int uniqueSize()
void retainLeadingContiguous()
private java.util.List<PredicateList.PredicateWrapper> createLeadingUnique()
void setWeight(int weight)
int getWeight()
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.