Class PathEndNode.PathMemSpec

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    PathEndNode

    public static class PathEndNode.PathMemSpec
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PathMemSpec​(long allLinkedTestMask, int smemCount)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long allLinkedTestMask()  
      int smemCount()  
      void update​(long allLinkedTestMask, int smemCount)  
      • Methods inherited from class java.lang.Object

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

      • PathMemSpec

        public PathMemSpec​(long allLinkedTestMask,
                           int smemCount)
    • Method Detail

      • update

        public void update​(long allLinkedTestMask,
                           int smemCount)
      • allLinkedTestMask

        public long allLinkedTestMask()
      • smemCount

        public int smemCount()