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
java.util.Vector pwList
numPreds
int numPreds
numDuplicates
int numDuplicates
weight
int weight
PredicateList.PredicateWrapperList
PredicateList.PredicateWrapperList(int maxValue)
removeElement
void removeElement(PredicateList.PredicateWrapper pw)
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
java.util.Vector createLeadingUnique()
setWeight
void setWeight(int weight)
getWeight
int getWeight()
Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.