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

P

prepend(T[], T) - Static method in class org.vostok.io.Arrays
prepend "data" to the start of "obj"
prepend(T[], T[]) - Static method in class org.vostok.io.Arrays
prepend "data" to the start of "obj"
priorityDepreciation - Variable in class org.vostok.lang.PriorityList
 
PriorityList - Class in org.vostok.lang
A List that reorders its childs according to the frequence of access.
PriorityList() - Constructor for class org.vostok.lang.PriorityList
Create a new List, with default values
PriorityList(int, int, float, float, float) - Constructor for class org.vostok.lang.PriorityList
Create a new list
priorityZone - Variable in class org.vostok.lang.PriorityList
 
push(byte) - Method in class org.vostok.io.ByteBuffer
push a byte on top of the buffer, increase buffer size if require
push(byte[]) - Method in class org.vostok.io.ByteBuffer
push bytes on top of the buffer, increase buffer size if require
push(byte[], int) - Method in class org.vostok.io.ByteBuffer
push bytes - up to size - on top of the buffer, increase buffer size if require
push(InputStream, int) - Method in class org.vostok.io.ByteBuffer
append data from stream, up to length byet to the Byte Buffer
push(char) - Method in class org.vostok.io.CharBuffer
push a char on top of the buffer, increase buffer size if require
push(char[]) - Method in class org.vostok.io.CharBuffer
push chars on top of the buffer, increase buffer size if require
push(char[], int) - Method in class org.vostok.io.CharBuffer
push chars - up to length - on top of the buffer, increase buffer size if require

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