Class Internals.DoubleBuffer

  • Enclosing interface:
    Internals

    public static final class Internals.DoubleBuffer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double[] data  
      (package private) int size  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void add​(double n)  
      (package private) void addAll​(Internals.DoubleBuffer buf)  
      (package private) double[] toArray()  
      • Methods inherited from class java.lang.Object

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

      • size

        int size
      • data

        double[] data
    • Constructor Detail

      • DoubleBuffer

        DoubleBuffer()
      • DoubleBuffer

        DoubleBuffer​(int size)