search

Home  >  Q&A  >  body text

java-ee - java编程思想15章 366页 关于泛型的问题?

PHPzPHPz2898 days ago529

reply all(3)I'll reply

  • PHPz

    PHPz2017-04-18 10:38:43

    If you look carefully at the import of the code in the book, there is a line that says import static ... - This can be used to import static elements of a class, including static methods.

    reply
    0
  • PHP中文网

    PHP中文网2017-04-18 10:38:43

    Pay attention to the importsentences

    import static net.mindview.util.Tuple.*;

    reply
    0
  • 迷茫

    迷茫2017-04-18 10:38:43

    Look at the second lineimport static net.mindview.util.Tuple.*

    reply
    0
  • Cancelreply