Class Module9

  • All Implemented Interfaces:
    Module

    public class Module9
    extends java.lang.Object
    implements Module
    Created by headius on 10/18/17.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Module module  
    • Constructor Summary

      Constructors 
      Constructor Description
      Module9​(java.lang.Module module)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isOpen​(java.lang.String pn)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • module

        private final java.lang.Module module
    • Constructor Detail

      • Module9

        public Module9​(java.lang.Module module)
    • Method Detail

      • isOpen

        public boolean isOpen​(java.lang.String pn)
        Specified by:
        isOpen in interface Module