Mike W wrote:
> How about if a ReadableIntervalable ;-) interface was created?
> public class MyInterval extends BaseInterval implements ReadableIntervalable
> {
> 
>       public MyInterval (ReadableInstant start, ReadableInstant end) {
>               super(start, end);
>       }
> 
>       public ReadableInterval asReadableInterval() {
>               return this;
>       }
> }

I'm sorry but I don't see what this achieves! Why not just use 
ReadableInterval?

Stephen


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Joda-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/joda-interest

Reply via email to