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

A

add(Entry) - Method in class org.vostok.lang.PriorityList
add new entry to the list.
add(String) - Method in class org.vostok.lang.PriorityList
add an Entry where key == obj convenience method same as add(new Entry(key,key))
addAll(Collection<? extends Entry>) - Method in class org.vostok.lang.PriorityList
add all Entry from c.
append(T[], T) - Static method in class org.vostok.io.Arrays
append "data" to the end of "obj" this is an optimized version ( a little faster than java.util.Arrays.copyOf too)
append(T[], T[]) - Static method in class org.vostok.io.Arrays
append "data" to the end of "obj" Note all elements must be of the same class
array - Variable in class org.vostok.lang.PriorityList
internal array of data, ordered : first = most used
Arrays - Class in org.vostok.io
A collection of static method to perform actions on arrays
Arrays() - Constructor for class org.vostok.io.Arrays
 

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