Class MergeableManifest.OrderAwareAttributes

  • All Implemented Interfaces:
    java.lang.Cloneable, java.util.Map<java.lang.Object,​java.lang.Object>
    Enclosing class:
    MergeableManifest

    public class MergeableManifest.OrderAwareAttributes
    extends java.util.jar.Attributes
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.jar.Attributes

        java.util.jar.Attributes.Name
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Field Summary

      • Fields inherited from class java.util.jar.Attributes

        map
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void myWrite​(java.io.DataOutputStream out)  
      void myWriteMain​(java.io.DataOutputStream out)  
      java.lang.Object put​(java.lang.Object name, java.lang.Object value)  
      • Methods inherited from class java.util.jar.Attributes

        clear, clone, containsKey, containsValue, entrySet, equals, get, getValue, getValue, hashCode, isEmpty, keySet, putAll, putValue, remove, size, values
      • Methods inherited from class java.lang.Object

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

        compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
    • Constructor Detail

      • OrderAwareAttributes

        public OrderAwareAttributes()
    • Method Detail

      • put

        public java.lang.Object put​(java.lang.Object name,
                                    java.lang.Object value)
        Specified by:
        put in interface java.util.Map<java.lang.Object,​java.lang.Object>
        Overrides:
        put in class java.util.jar.Attributes
      • myWriteMain

        public void myWriteMain​(java.io.DataOutputStream out)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • myWrite

        public void myWrite​(java.io.DataOutputStream out)
                     throws java.io.IOException
        Throws:
        java.io.IOException