Class Longs

java.lang.Object
de.bsvrz.dav.daf.util.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

    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 Details

    • Longs

      public Longs()
      Deprecated.
  • Method Details

    • 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.