Class OkkamCollections


  • public class OkkamCollections
    extends Object
    • Method Detail

      • toList

        public static <T> List<T> toList​(Collection<T> coll)
        Return a list from a collection.
        Type Parameters:
        T - The collection type
        Parameters:
        coll - The input collection
        Returns:
        The collection as a list