ical4j 有类型化包装吗?
Ical4j 看起来相当强大,但界面确实不直观。它为您提供了需要转换为其内部类型的无类型迭代器,并且所有日期都存储在它自己的 Date 实现中,而不是 joda 中。有没有人编写过更易用的包装器(或更新的库)?
Ical4j seems pretty robust, but the interface is really unintuitive. It gives you untyped iterators that you need to cast to it's internal types, and all the dates are stored in it's own Date implementation, rather than joda. Has anyone written a wrapper (or newer library) that is more pleasant to use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ical4j 将在 1.0 发布后获得对泛型和其他 Java 5+ 功能的支持。
这不一定能解决与 Java 日期/时间 API 相关的令人头疼的问题,但应该会让迭代变得更容易。
ical4j will gain support for generics and other Java 5+ features post-release 1.0.
This won't necessarily solve the headaches associated with the Java date/time API but should make it easier for iterating.