Package 

Class ListUtil

    • Method Summary

      Modifier and Type Method Description
      static <T> Array<byte> toByteArray(List<T> list)
      static <T> List<T> toList(Array<byte> data)
      static <T> boolean isEmpty(List<T> list)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait