Class NullMemory

    • Constructor Detail

      • NullMemory

        public NullMemory()
    • Method Detail

      • isNull

        public boolean isNull()
        Description copied from interface: Memory
        Checks if the memory area is NULL.
        Specified by:
        isNull in interface Memory
        Returns:
        true if the memory area is invalid.
      • isDirect

        public final boolean isDirect()
        Description copied from interface: Memory
        Checks if the memory area is a native memory pointer.
        Specified by:
        isDirect in interface Memory
        Returns:
        true if the memory area is a native pointer.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object