Uses of Interface
zombie.core.random.RandInterface
Packages that use RandInterface
-
Uses of RandInterface in zombie.core.random
Classes in zombie.core.random that implement RandInterfaceModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of RandInterface in zombie.erosion
Fields in zombie.erosion declared as RandInterface -
Uses of RandInterface in zombie.util.list
Methods in zombie.util.list with parameters of type RandInterfaceModifier and TypeMethodDescriptionstatic <E> E
PZArrayUtil.pickRandom
(E[] object, RandInterface randInterface) static <E> E
PZArrayUtil.pickRandom
(Iterable<E> iterable, RandInterface randInterface) static <E> E
PZArrayUtil.pickRandom
(Collection<E> collection, RandInterface randInterface) static <E> E
PZArrayUtil.pickRandom
(List<E> list, RandInterface randInterface)