Documentation of 'jhplot.io.HFileMap' Java class.
HFileMap
jhplot.io

Class HFileMap<K1,K2>

  • Type Parameters:
    String -
    Object -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>


    public class HFileMap<K1,K2>
    extends java.util.HashMap<java.lang.String,java.lang.Object>
    implements java.io.Serializable
    Hash map for internal repsentation of data inside HFile. Used by HFile.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K,V>
    • Constructor Summary

      Constructors 
      Constructor and Description
      HFileMap() 
      HFileMap(int version) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void doc()
      Show online documentation.
      int getVersion()
      Get file version.
      void setVersion(int version)
      Set file version.
      • Methods inherited from class java.util.HashMap

        clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
      • Methods inherited from class java.util.AbstractMap

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        equals, hashCode
    • Constructor Detail

      • HFileMap

        public HFileMap()
      • HFileMap

        public HFileMap(int version)
    • Method Detail

      • getVersion

        public int getVersion()
        Get file version.
        Returns:
      • setVersion

        public void setVersion(int version)
        Set file version.
        Parameters:
        version -
      • doc

        public void doc()
        Show online documentation.

DMelt 3.0 © DataMelt by jWork.ORG