⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 observable.java

📁 Generics and the greatly expanded collection libraries have tremendously increased the power of Ja
💻 JAVA
字号:
package java.util;/* stub */class StubException extends UnsupportedOperationException {}public class Observable<Oble extends Observable<Oble,Ober,Arg>,	 	        Ober extends Observer<Oble,Ober,Arg>,		        Arg>{    public void addObserver(Ober o)    { throw new StubException(); }    protected void clearChanged()      { throw new StubException(); }    public int countObservers()        { throw new StubException(); }    public void deleteObserver(Ober o) { throw new StubException(); }    public boolean hasChanged()        { throw new StubException(); }    public void notifyObservers()      { throw new StubException(); }    public void notifyObservers(Arg a) { throw new StubException(); }    protected void setChanged()        { throw new StubException(); }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -