| java.lang.Object com.jofti.tree.TreeOperationAdapter com.jofti.tree.NameSpaceTreeOperationAdapter
NameSpaceTreeOperationAdapter | public class NameSpaceTreeOperationAdapter extends TreeOperationAdapter (Code) | | The class that the TreeIndex delegates to for operations involving NameSpace caches.
author: Steve Woodcock (steve@jofti.com) |
Method Summary | |
public boolean | contains(Comparable key, BTree tree, ClassIntrospector parser) | public Collection | getAllValuesForDimension(BTree tree, ClassIntrospector parser) | public Map | getAllValuesForKey(Comparable key, BTree tree, ClassIntrospector parser) | public void | insert(Comparable key, Object value, BTree tree, ClassIntrospector parser) | public void | remove(Comparable key, Object value, BTree tree, ClassIntrospector parser) | public void | removeByKey(Comparable value, BTree tree, ClassIntrospector parser) |
NameSpaceTreeOperationAdapter | public NameSpaceTreeOperationAdapter()(Code) | | |
Methods inherited from com.jofti.tree.TreeOperationAdapter | public boolean contains(Comparable key, BTree tree, ClassIntrospector parser) throws JoftiException(Code)(Java Doc) public Map getAllValuesForKey(Comparable key, BTree tree, ClassIntrospector parser) throws JoftiException(Code)(Java Doc) public Map getAllValuesForTree(BTree tree, ClassIntrospector parser) throws JoftiException(Code)(Java Doc) public Collection getAttribsByKey(Comparable value, BTree tree, ClassIntrospector parser) throws JoftiException(Code)(Java Doc) public void insert(Comparable key, Object value, BTree tree, ClassIntrospector parser) throws IllegalArgumentException, JoftiException(Code)(Java Doc) public void insertEntry(Comparable key, Object value, BTree tree, ClassIntrospector parser) throws IllegalArgumentException, JoftiException(Code)(Java Doc) public void remove(Comparable key, Object value, BTree tree, ClassIntrospector parser) throws IllegalArgumentException, JoftiException(Code)(Java Doc) public void removeByKey(Comparable value, BTree tree, ClassIntrospector parser) throws JoftiException(Code)(Java Doc) public void removeEntries(Comparable value, BTree tree, ClassIntrospector parser) throws JoftiException(Code)(Java Doc) public void removeIndexedValues(Object key, List added, BTree tree)(Code)(Java Doc) public void removeIndexedValuesByKey(List added, BTree tree, ClassIntrospector parser)(Code)(Java Doc) protected void treeInsert(Comparable key, BTree tree, Map attributes, List addedObjects) throws IllegalArgumentException, JoftiException(Code)(Java Doc) protected void treeRemove(Comparable key, Object value, BTree tree, ClassIntrospector parser) throws IllegalArgumentException, JoftiException(Code)(Java Doc)
|
|
|