由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Re: 和C++中STL对应的JAVA中的东东是甚来的?
相关主题
相关话题的讨论汇总
话题: c++话题: java话题: stl话题: talking话题: class
进入Java版参与讨论
1 (共1页)
m***a
发帖数: 198
1
If you are talking about Templates, not STL in C++, there
are a couple of 3rd party solutions in
Javahttp://www.cs.bell-labs.com/who/wadler/gj/ ). For an
easy implementaion you can just write your own
pre-processor(or use C++'s). Talking about advanced ones, it
should not be a problem since in Java we can access to much
more class info than in C++. (reflections, .TYPE, .CLASS
operators.. you know what I am talking about) So there are
more things you can play with.
There are also a lot of discu
1 (共1页)
进入Java版参与讨论
相关主题
相关话题的讨论汇总
话题: c++话题: java话题: stl话题: talking话题: class