Class Internals.ShortBuffer

  • Enclosing interface:
    Internals

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

      Fields 
      Modifier and Type Field Description
      (package private) short[] data  
      (package private) 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.ShortBuffer buf)  
      (package private) void addUnsafe​(int n)  
      (package private) short[] 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

        short[] data
    • Constructor Detail

      • ShortBuffer

        ShortBuffer()
      • ShortBuffer

        ShortBuffer​(int size)
    • Method Detail

      • add

        void add​(int n)
      • addUnsafe

        void addUnsafe​(int n)
      • toArray

        short[] toArray()