mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-24 04:07:09 +07:00
17 lines
272 B
Plaintext
17 lines
272 B
Plaintext
-Simple.java
|
|
-Simple
|
|
aaa():void
|
|
bbb():void
|
|
clone():Object
|
|
equals(Object):boolean
|
|
[fff():void]
|
|
finalize():void
|
|
getClass():Class<?>
|
|
hashCode():int
|
|
notify():void
|
|
notifyAll():void
|
|
toString():String
|
|
wait():void
|
|
wait(long):void
|
|
wait(long, int):void
|