Symbol: BtreeVector
usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java
1019
BtreeVector bvec = (BtreeVector)ttable.get(key);
usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java
1029
BtreeVector bvec = (BtreeVector)ttable.get(typeKey);
usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java
1277
BtreeVector attrSort = new BtreeVector(); // Btree of attributes.
usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java
1361
BtreeVector ageOutQueue = new BtreeVector();
usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java
2021
BtreeVector bvec = regRecs.attrSort;
usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java
2282
BtreeVector bvec = regRecs.attrSort;
usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java
2358
BtreeVector bvec = regRecs.attrSort;
usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java
2395
BtreeVector bvec = regRec.attrSort;
usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java
2614
BtreeVector bvec =
usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java
2615
(BtreeVector)ttable.get(typeKey);
usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java
2639
ret.put(INTEGER_TYPE, new BtreeVector());
usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java
2640
ret.put(ATTRIBUTE_STRING_TYPE, new BtreeVector());
usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java
2641
ret.put(BOOLEAN_TYPE, new BtreeVector());
usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java
2642
ret.put(OPAQUE_TYPE, new BtreeVector());
usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java
2650
addRecordToAttrSort(BtreeVector table,
usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java
918
private BtreeVector attrLevelNot; // Used for universal negation.
usr/src/lib/libslp/javalib/com/sun/slp/ServiceStoreInMemory.java
923
BtreeVector btv,