Class CollectionUtil


  • public class CollectionUtil
    extends java.lang.Object
    INTERNAL API

    Utility methods for converting Java collections to Scala collections.

    • Constructor Summary

      Constructors 
      Constructor Description
      CollectionUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> scala.collection.immutable.Seq<T> toSeq​(java.lang.Iterable<T> jiterable)  
      static <T> scala.collection.immutable.Seq<T> toSeq​(java.util.List<T> jlist)  
      • Methods inherited from class java.lang.Object

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

      • CollectionUtil

        public CollectionUtil()
    • Method Detail

      • toSeq

        public static <T> scala.collection.immutable.Seq<T> toSeq​(java.util.List<T> jlist)
      • toSeq

        public static <T> scala.collection.immutable.Seq<T> toSeq​(java.lang.Iterable<T> jiterable)