Class Longs


  • @Deprecated
    public final class Longs
    extends java.lang.Object
    Deprecated.
    Stattdessen kann com.google.common.primitives.Longs benutzt werden
    Hilfsklasse zur Unwandlong von Long-Arrays in Long-Collections und umgekehrt.
    • Constructor Summary

      Constructors 
      Constructor Description
      Longs()
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static long[] asArray​(java.util.Collection<java.lang.Long> longs)
      Deprecated.
       
      static java.util.List<java.lang.Long> asList​(long[] longs)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • Longs

        public Longs()
        Deprecated.
    • Method Detail

      • asList

        public static java.util.List<java.lang.Long> asList​(long[] longs)
        Deprecated.
      • asArray

        public static long[] asArray​(java.util.Collection<java.lang.Long> longs)
        Deprecated.