Package org.orekit.files.ccsds.utils
Class Initializer
java.lang.Object
org.orekit.files.ccsds.utils.Initializer
Utility class used to initialize static fields.
- Since:
- 14.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> List<T> emptyListIfNull(List<T> input) Return an empty list if the input is null.
-
Method Details
-
emptyListIfNull
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
-