Uses of Class
org.tinspin.index.qthypercube.QEntry
-
Packages that use QEntry Package Description org.tinspin.index.qthypercube -
-
Uses of QEntry in org.tinspin.index.qthypercube
Subclasses of QEntry in org.tinspin.index.qthypercube Modifier and Type Class Description classQEntryDist<T>Methods in org.tinspin.index.qthypercube that return QEntry Modifier and Type Method Description QEntry<T>QIterator0. next()QEntry<T>QIterator1. next()QEntry<T>QIterator2. next()Methods in org.tinspin.index.qthypercube with parameters of type QEntry Modifier and Type Method Description booleanQEntry. isExact(QEntry<T> e)Constructors in org.tinspin.index.qthypercube with parameters of type QEntry Constructor Description QEntryDist(QEntry<T> e, double dist)
-