Uses of Interface
org.aspectj.org.eclipse.jdt.internal.core.nd.db.IBTreeComparator
Packages that use IBTreeComparator
-
Uses of IBTreeComparator in org.aspectj.org.eclipse.jdt.internal.core.nd.db
Fields in org.aspectj.org.eclipse.jdt.internal.core.nd.db declared as IBTreeComparatorMethods in org.aspectj.org.eclipse.jdt.internal.core.nd.db with parameters of type IBTreeComparatorModifier and TypeMethodDescriptionstatic ITypeFactory<BTree>BTree.getFactory(int degree, IBTreeComparator cmp)static ITypeFactory<BTree>BTree.getFactory(IBTreeComparator cmp)Constructors in org.aspectj.org.eclipse.jdt.internal.core.nd.db with parameters of type IBTreeComparatorModifierConstructorDescriptionBTree(Nd nd, long rootPointer, int degree, IBTreeComparator cmp)Constructor.BTree(Nd nd, long rootPointer, IBTreeComparator cmp)