public abstract class Formatter extends Object
ringa_lee
new
package java.util; public final class Formatter extends Object implements Closeable, Flushable {}
package java.util.logging; public abstract class Formatter extends Object {}
After implementing the interface, new is the generated anonymous class: Such as: new interface(){
....
}
This can be
new
new
的这个是不能
This cannot benew
new
🎜 rrreeeAfter implementing the interface, new is the generated anonymous class:
Such as:
new interface(){
}