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 TypeClassDescriptionclassclassclassclassclass -
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> EPZArrayUtil.pickRandom(E[] objects, RandInterface randInterface) static <E> EPZArrayUtil.pickRandom(Iterable<E> iterable, RandInterface randInterface) static <E> EPZArrayUtil.pickRandom(Collection<E> collection, RandInterface randInterface) static <E> EPZArrayUtil.pickRandom(List<E> list, RandInterface randInterface)