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

D

DEFAULT_GROW_STEP - Static variable in class org.vostok.lang.PriorityList
Default growing step for the internal array when adding new element
DEFAULT_ITEM_RELOCATION_DEPRECIATION - Static variable in class org.vostok.lang.PriorityList
when a match is found outside the priority zone, the item must be relocated up. 1.0f mean directly up to the top, 0.0f mean no relocation at all !
DEFAULT_PRIORITY_ZONE - Static variable in class org.vostok.lang.PriorityList
if a matching glob is found into this percent of the array, it's known to be into the priority zone, therefore, no need of relocation . default 15%
DEFAULT_PRIORITY_ZONE_DEPRECIATION - Static variable in class org.vostok.lang.PriorityList
every time the array grow (actuallualy at every grow step), the area covered by the priority zone is depreciate.
DEFAULT_SIZE - Static variable in class org.vostok.lang.PriorityList
the initial size of the array

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