keyongtech


  keyongtech > java > 11/2007

 #1  
11-23-07, 09:50 PM
Daniel Pitts
I've written a new blog post about the almost-useful feature of Type
Intersection. I'd like to get some feedback on it, thanks.
<http://virtualinfinity.net/wordpress/java/esoteric-java-features/2007/11/23/type-intersection/>

All feedback welcome, constructive criticism appreciated, as well as a
discussion of the subject matter :-)

Thanks,
Daniel.
 #2  
11-23-07, 10:05 PM
Daniel Dyer
On Fri, 23 Nov 2007 21:50:15 -0000, Daniel Pitts
<newsgroup.spamfilter> wrote:

> I've written a new blog post about the almost-useful feature of Type
> Intersection. I'd like to get some feedback on it, thanks.
> <http://virtualinfinity.net/wordpress/java/esoteric-java-features/2007/11/23/type-intersection/>
>
> All feedback welcome, constructive criticism appreciated, as well as a
> discussion of the subject matter :-)
>
> Thanks,
> Daniel.


We had a discussion here about this (specifically the casting aspect) a
while back. May be of interest:

<http://groups.google.com/group/comp.lang.java.programmer/browse_frm/thread/54eaee99a1773639/1422929302b259d6>

Dan.
 #3  
11-23-07, 10:24 PM
Daniel Pitts
Daniel Dyer wrote:
> On Fri, 23 Nov 2007 21:50:15 -0000, Daniel Pitts
> <newsgroup.spamfilter> wrote:
>> We had a discussion here about this (specifically the casting aspect) a

> while back. May be of interest:
>
> <http://groups.google.com/group/comp.lang.java.programmer/browse_frm/thread/54eaee99a1773639/1422929302b259d6>
>> Dan.

>

There has been a few discussions here. Which is one of the reasons I've
written about it. Do you know if Sun has any open requests to implement it?
Similar Threads
Java type-casting -- Q3

On 26 Sep, 00:45, markspace <nos> wrote: > ... The code you wrote made my eyes bleed ... OK, Mark, since I dont want to risk anyones physical wellbeing :) I'll re-phrase the...

Generics Type Intersection

[..] Daniel Pitts did an essay on Java generics type intersection. It is no longer at this URL. It is available anywhere else?

ray/triangle intersection in java

I wrote this function that should return 1 if a ray intersects a triangle and 0 if not, but it doesn't seem to work quite right. I did some ray-tracing with it, and a...

How do I fix: "Incompatible type for constructor. Can't convert java.io.InputStream to java.io.Reader."

Hi, First, let me state "I am not a Java programmer.", but I need to write a Java stored procedure for use in an Oracle database instance. The code fragment I am having...

Does java has data type for hex value?

In C, I can use unsigned char to define hex value. Plz see below: unsigned char c = 0x01; Does java has this data type or something similar? I have a reason that I need to...


All times are GMT. The time now is 12:03 PM. | Privacy Policy