Package org.deidentifier.arx.metric.v2
Klasse IO
java.lang.Object
org.deidentifier.arx.metric.v2.IO
This class implements serialization for maps
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic com.carrotsearch.hppc.LongObjectOpenHashMap<org.apache.commons.math3.fraction.BigFraction> Reads a LongObjectOpenHashMap of the type BigFraction from the stream.static com.carrotsearch.hppc.LongDoubleOpenHashMapReads a LongDoubleOpenHashMap from the stream.static voidwriteLongBigFractionOpenHashMap(ObjectOutputStream stream, com.carrotsearch.hppc.LongObjectOpenHashMap<org.apache.commons.math3.fraction.BigFraction> hashmap) Writes a LongObjectOpenHashMap of the type BigFraction to the stream.static voidwriteLongDoubleOpenHashMap(ObjectOutputStream stream, com.carrotsearch.hppc.LongDoubleOpenHashMap hashmap) Writes a LongDoubleOpenHashMap to the stream.
-
Konstruktordetails
-
IO
public IO()
-
-
Methodendetails
-
readLongDoubleOpenHashMap
public static com.carrotsearch.hppc.LongDoubleOpenHashMap readLongDoubleOpenHashMap(ObjectInputStream stream) throws ClassNotFoundException, IOException Reads a LongDoubleOpenHashMap from the stream.- Parameter:
stream-- Gibt zurück:
- Löst aus:
ClassNotFoundExceptionIOException
-
readLongBigFractionOpenHashMap
public static com.carrotsearch.hppc.LongObjectOpenHashMap<org.apache.commons.math3.fraction.BigFraction> readLongBigFractionOpenHashMap(ObjectInputStream stream) throws ClassNotFoundException, IOException Reads a LongObjectOpenHashMap of the type BigFraction from the stream.- Parameter:
stream-- Gibt zurück:
- Löst aus:
ClassNotFoundExceptionIOException
-
writeLongDoubleOpenHashMap
public static void writeLongDoubleOpenHashMap(ObjectOutputStream stream, com.carrotsearch.hppc.LongDoubleOpenHashMap hashmap) throws IOException Writes a LongDoubleOpenHashMap to the stream.- Parameter:
stream-hashmap-- Löst aus:
IOException
-
writeLongBigFractionOpenHashMap
public static void writeLongBigFractionOpenHashMap(ObjectOutputStream stream, com.carrotsearch.hppc.LongObjectOpenHashMap<org.apache.commons.math3.fraction.BigFraction> hashmap) throws IOException Writes a LongObjectOpenHashMap of the type BigFraction to the stream.- Parameter:
stream-hashmap-- Löst aus:
IOException
-