Package main

Class MainHelper


  • public class MainHelper
    extends java.lang.Object
    Class MainHelper is an auxiliary class with methods called by the main.Main class.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <E> java.util.List<E> toList​(java.util.concurrent.atomic.AtomicReferenceArray<E> ara)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toList

        public static <E> java.util.List<E> toList​(java.util.concurrent.atomic.AtomicReferenceArray<E> ara)