Interface DataContainer

    • Method Detail

      • implementedInterface

        @NonNull Class<? extends DataContainer> implementedInterface()
        Return the interface implemented by this object. This method differs from Object.getClass() in that it returns the interface contract, not a concrete implementation class.
        Returns:
        Implemented contract