Class Initializer

java.lang.Object
org.orekit.files.ccsds.utils.Initializer

public final class Initializer extends Object
Utility class used to initialize static fields.
Since:
14.0
  • Method Details

    • emptyListIfNull

      public static <T> List<T> emptyListIfNull(List<T> input)
      Return an empty list if the input is null.
      Type Parameters:
      T - type of the list
      Parameters:
      input - input list
      Returns:
      an empty list if the input is null, the input otherwise