A B C D E F G H I M O P R S T W

C

CharBuffer - Class in org.vostok.io
CharBuffer is an array of char than can grow
CharBuffer() - Constructor for class org.vostok.io.CharBuffer
create a new GrowablecharBuffer with a default growby of 1024
CharBuffer(int) - Constructor for class org.vostok.io.CharBuffer
create a new GrowablecharBuffer with a specific growing policy. use constant ou specify your own size (char). bigger growby is, faster the buffer is but bigger the memory use is too.
clear() - Method in class org.vostok.lang.PriorityList
erase all data from the list
concat(T[]...) - Static method in class org.vostok.io.Arrays
concat all arrays into a new one. didn't make copy of the inner Ts Note all arrays must be of the same type.
contains(Object) - Method in class org.vostok.lang.PriorityList
return true if the list contain the element o
containsAll(Collection<?>) - Method in class org.vostok.lang.PriorityList
method inherit from Collection.
copy() - Method in class org.vostok.io.ByteBuffer
return a newly allocated copy of the available data
copy() - Method in class org.vostok.io.CharBuffer
return a newly allocated copy of the available data

A B C D E F G H I M O P R S T W