Uses of Class
org.teavm.classlib.java.nio.TShortBuffer
Packages that use TShortBuffer
-
Uses of TShortBuffer in org.teavm.classlib.java.nio
Methods in org.teavm.classlib.java.nio that return TShortBufferModifier and TypeMethodDescriptionstatic TShortBufferTShortBuffer.allocate(int capacity) abstract TShortBufferTShortBuffer.asReadOnlyBuffer()abstract TShortBufferTByteBuffer.asShortBuffer()final TShortBufferTShortBuffer.clear()abstract TShortBufferTShortBuffer.compact()abstract TShortBufferTShortBuffer.duplicate()final TShortBufferTShortBuffer.flip()TShortBuffer.get(short[] dst) TShortBuffer.get(short[] dst, int offset, int length) TShortBuffer.limit(int newLimit) final TShortBufferTShortBuffer.mark()TShortBuffer.position(int newPosition) abstract TShortBufferTShortBuffer.put(int index, short b) abstract TShortBufferTShortBuffer.put(short b) final TShortBufferTShortBuffer.put(short[] src) TShortBuffer.put(short[] src, int offset, int length) TShortBuffer.put(TShortBuffer src) final TShortBufferTShortBuffer.reset()final TShortBufferTShortBuffer.rewind()abstract TShortBufferTShortBuffer.slice()static TShortBufferTShortBuffer.wrap(short[] array) static TShortBufferTShortBuffer.wrap(short[] array, int offset, int length) Methods in org.teavm.classlib.java.nio with parameters of type TShortBufferModifier and TypeMethodDescriptionintTShortBuffer.compareTo(TShortBuffer other) TShortBuffer.put(TShortBuffer src)