Class ReadOnlyHugeDoubleToLongArrayWrapper

  • All Implemented Interfaces:
    org.neo4j.gds.core.utils.paged.ReadOnlyHugeLongArray

    public class ReadOnlyHugeDoubleToLongArrayWrapper
    extends java.lang.Object
    implements org.neo4j.gds.core.utils.paged.ReadOnlyHugeLongArray
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long get​(long index)  
      long size()  
      • Methods inherited from class java.lang.Object

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

      • get

        public long get​(long index)
        Specified by:
        get in interface org.neo4j.gds.core.utils.paged.ReadOnlyHugeLongArray
      • size

        public long size()
        Specified by:
        size in interface org.neo4j.gds.core.utils.paged.ReadOnlyHugeLongArray