org.apache.derby.impl.sql.compile
Class PredicateList.PredicateWrapperList
java.lang.Object
org.apache.derby.impl.sql.compile.PredicateList.PredicateWrapperList
- Enclosing class:
- PredicateList
private class PredicateList.PredicateWrapperList
- extends java.lang.Object
Another inner class which is basically a List of Predicate Wrappers.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pwList
private final java.util.ArrayList pwList
numPreds
int numPreds
numDuplicates
int numDuplicates
weight
int weight
PredicateList.PredicateWrapperList
PredicateList.PredicateWrapperList(int maxValue)
removeElement
void removeElement(Predicate p)
removeElementAt
void removeElementAt(int index)
elementAt
PredicateList.PredicateWrapper elementAt(int i)
insert
void insert(PredicateList.PredicateWrapper pw)
size
int size()
uniqueSize
int uniqueSize()
retainLeadingContiguous
void retainLeadingContiguous()
createLeadingUnique
private java.util.List createLeadingUnique()
setWeight
void setWeight(int weight)
getWeight
int getWeight()
Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.