Interface Scholar<K>

All Known Implementing Classes:
ScholarImpl

public interface Scholar<K>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    learn(String subject)
     
  • Method Details

    • learn

      void learn(String subject)