Interface InterfaceWithExecutableCode


public interface InterfaceWithExecutableCode
The Interface InterfaceWithExecutableCode.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final SecureRandom
    The n.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Do something.
  • Field Details

    • RANDOM

      static final SecureRandom RANDOM
      The n.
    • N

      static final int N
  • Method Details

    • doSomething

      void doSomething()
      Do something.