public class IO
extends java.lang.Object
Constructor and Description |
---|
IO() |
Modifier and Type | Method and Description |
---|---|
static com.carrotsearch.hppc.LongObjectOpenHashMap<org.apache.commons.math3.fraction.BigFraction> |
readLongBigFractionOpenHashMap(java.io.ObjectInputStream stream)
Reads a LongObjectOpenHashMap of the type BigFraction from the stream.
|
static com.carrotsearch.hppc.LongDoubleOpenHashMap |
readLongDoubleOpenHashMap(java.io.ObjectInputStream stream)
Reads a LongDoubleOpenHashMap from the stream.
|
static void |
writeLongBigFractionOpenHashMap(java.io.ObjectOutputStream stream,
com.carrotsearch.hppc.LongObjectOpenHashMap<org.apache.commons.math3.fraction.BigFraction> hashmap)
Writes a LongObjectOpenHashMap of the type BigFraction to the stream.
|
static void |
writeLongDoubleOpenHashMap(java.io.ObjectOutputStream stream,
com.carrotsearch.hppc.LongDoubleOpenHashMap hashmap)
Writes a LongDoubleOpenHashMap to the stream.
|
public static com.carrotsearch.hppc.LongDoubleOpenHashMap readLongDoubleOpenHashMap(java.io.ObjectInputStream stream) throws java.lang.ClassNotFoundException, java.io.IOException
stream
- java.lang.ClassNotFoundException
java.io.IOException
public static com.carrotsearch.hppc.LongObjectOpenHashMap<org.apache.commons.math3.fraction.BigFraction> readLongBigFractionOpenHashMap(java.io.ObjectInputStream stream) throws java.lang.ClassNotFoundException, java.io.IOException
stream
- java.lang.ClassNotFoundException
java.io.IOException
public static void writeLongDoubleOpenHashMap(java.io.ObjectOutputStream stream, com.carrotsearch.hppc.LongDoubleOpenHashMap hashmap) throws java.io.IOException
stream
- hashmap
- java.io.IOException
public static void writeLongBigFractionOpenHashMap(java.io.ObjectOutputStream stream, com.carrotsearch.hppc.LongObjectOpenHashMap<org.apache.commons.math3.fraction.BigFraction> hashmap) throws java.io.IOException
stream
- hashmap
- java.io.IOException