Class DUniformList<T>

    • Constructor Detail

      • DUniformList

        public DUniformList()
    • Method Detail

      • getRandomElement

        public T getRandomElement()
        Description copied from interface: RElementIfc
        Returns an element randomly selected from the list
        Specified by:
        getRandomElement in interface RElementIfc<T>
        Specified by:
        getRandomElement in class RList<T>
        Returns:
        a randomly selected element from the list
      • main

        public static void main​(java.lang.String[] args)