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

I

initialPriorityZone - Variable in class org.vostok.lang.PriorityList
 
initialSize - Variable in class org.vostok.lang.PriorityList
 
inject(T[], int, T[]) - Static method in class org.vostok.io.Arrays
inject "data" into "obj", at the index "index".
inject(T[], int, T, int) - Static method in class org.vostok.io.Arrays
Inject into "obj" at index "index" as much as "length" from "data", If length=1 you should concider inject(T[] obj, int index, T data),instead Note all elements must be of the same class Be aware that beside for index, the method doesn't check for valid arguments
inject(T[], int, T) - Static method in class org.vostok.io.Arrays
inject "data" into "obj" at index "index" Similar to others inject method, this one is optimized for injection of a single element Note all elements must be of the same class
INSANE - Static variable in class org.vostok.io.ByteBuffer
 
INSANE - Static variable in class org.vostok.io.CharBuffer
 
isEmpty() - Method in class org.vostok.lang.PriorityList
return true if the list is empty
itemDepreciation - Variable in class org.vostok.lang.PriorityList
 
iterator() - Method in class org.vostok.lang.PriorityList
return a new iterator on the list's elements

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