Uses of Interface
is.codion.tools.loadtest.randomizer.ItemRandomizer.RandomItem
Packages that use ItemRandomizer.RandomItem
-
Uses of ItemRandomizer.RandomItem in is.codion.tools.loadtest.randomizer
Methods in is.codion.tools.loadtest.randomizer that return ItemRandomizer.RandomItemModifier and TypeMethodDescriptionstatic <T> ItemRandomizer.RandomItem<T> ItemRandomizer.RandomItem.randomItem(T item, int weight) Instantiates a newItemRandomizer.RandomIteminstance.Methods in is.codion.tools.loadtest.randomizer that return types with arguments of type ItemRandomizer.RandomItemMethod parameters in is.codion.tools.loadtest.randomizer with type arguments of type ItemRandomizer.RandomItemModifier and TypeMethodDescriptionstatic <T> ItemRandomizer<T> ItemRandomizer.randomizer(Collection<ItemRandomizer.RandomItem<T>> items) Instantiates a newItemRandomizer.