Package 

Class Utils

  • All Implemented Interfaces:

    
    public class Utils
    
                        

    Internal use only.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static <T> T checkNotNull(T reference) Ensures that an object reference passed as a parameter to the calling method is not null.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • checkNotNull

         static <T> T checkNotNull(T reference)

        Ensures that an object reference passed as a parameter to the calling method is not null.

        Parameters:
        reference - an object reference