union « float « Java Data Type Q&A





1. How do I do a union in Java (or how can I get/set individual bits in a float)?    stackoverflow.com

I have to admit in all my work with Java, I've never come across the need for a Java union (like the C union, not the SQL one) and I cannot ...