Klasse IO

java.lang.Object
org.deidentifier.arx.metric.v2.IO

public class IO extends Object
This class implements serialization for maps
  • 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:
      ClassNotFoundException
      IOException
    • 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:
      ClassNotFoundException
      IOException
    • 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