Uses of Class
uk.ac.manchester.tornado.api.types.arrays.CharArray
Packages that use CharArray
-
Uses of CharArray in uk.ac.manchester.tornado.api.types.arrays
Methods in uk.ac.manchester.tornado.api.types.arrays that return CharArrayModifier and TypeMethodDescriptionstatic CharArraystatic CharArrayCharArray.fromArray(char[] values) Creates a new instance of theCharArrayclass from an on-heap char array.static CharArrayCharArray.fromCharBuffer(CharBuffer buffer) Creates a new instance of theCharArrayclass from aCharBuffer.static CharArrayCharArray.fromElements(char... values) Creates a new instance of theCharArrayclass from a set of char values.static CharArrayCharArray.fromSegment(MemorySegmentPREVIEW segment) static CharArrayCharArray.fromSegmentShallow(MemorySegmentPREVIEW segment) Creates a new instance of theCharArrayclass by wrapping an existingMemorySegmentPREVIEW without copying its contents.CharArray.slice(int offset, int length) Methods in uk.ac.manchester.tornado.api.types.arrays with parameters of type CharArrayModifier and TypeMethodDescriptionstatic CharArraystatic voidCharArray.initialize(CharArray array, char value) Factory method to initialize aCharArray.Constructors in uk.ac.manchester.tornado.api.types.arrays with parameters of type CharArray