mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-27 22:09:57 +07:00
17 lines
286 B
Plaintext
17 lines
286 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
|