Inner Classes
Note that the argument to filter() must be final.This is required by the anonymous inner class so that it can use an object from outside its scope.(注意,传向filter()的参数必须是final的。这在匿名内部类中是必需的,这...