Class Internals.IntBuffer

  • Enclosing interface:
    Internals

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

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

      Constructors 
      Constructor Description
      IntBuffer()  
      IntBuffer​(int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void add​(int n)  
      (package private) void addAll​(Internals.IntBuffer buf)  
      (package private) int[] 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

        int[] data
    • Constructor Detail

      • IntBuffer

        IntBuffer()
      • IntBuffer

        IntBuffer​(int size)