www.apache.org
apachede Jakarta里有一个Commons项目
里面有扩展的集合类型
http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.0/commons-collections-2.0.zip

解决方案 »

  1.   

    去这看看
    www-900.ibm.com/developerWorks/java/j-diag/part17/index_eng.shtml
      

  2.   

    to alphazhao:binary tree不是二进制数,是二叉数,也不是在数据库里,是在数据结构里的。
    在java中没有提供二叉树的具体数据结构,你好象要自己实现。
      

  3.   

    org.apache.xindice.core.filer.BTree
    你可以看看它的实现
    http://xml.apache.org/xindice/dist/xml-xindice-1.0.zip
      

  4.   

    javalearner() (  ) 
    JAVA中没法用指针,我怎么自己实现呀?
    我怎么改变指针位置呀??