java-ee - java编程思想15章 366页 关于泛型的问题?
PHPz
PHPz 2017-04-18 10:36:43
0
3
522
PHPz
PHPz

学习是最好的投资!

reply all(3)
PHPzhong

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.

洪涛

Pay attention to the importsentences

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

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template