Package org.cache2k.core
Class IntegerTo16BitFloatingPoint
- java.lang.Object
-
- org.cache2k.core.IntegerTo16BitFloatingPoint
-
public class IntegerTo16BitFloatingPoint extends Object
Converts an unsigned long value to a 16 bit floating point number and back. Used to store a compact representation of the calculated weight in the cache entry.- Author:
- Jens Wilke
-
-
Constructor Summary
Constructors Constructor Description IntegerTo16BitFloatingPoint()
-