namespace JungleDB { public interface NodeOperation { Command getCommand(); Either invoke (TreeNode _target); int getPosition(); string getKey(); byte[] getValue(); } public interface NodeOperation { Command getCommand(); Either invoke (TreeNode _target); int getPosition(); string getKey(); MultiAttributes getValue(); } }