|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfluffy.Base
public class Base
Field Summary | |
---|---|
int |
both
|
int |
onlyBase
|
Constructor Summary | |
---|---|
Base()
|
|
Base(int i)
|
Method Summary | |
---|---|
static void |
both()
|
void |
bothNonStatic()
|
void |
m()
|
static void |
onlyBase()
|
void |
onlyBaseNonStatic()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int onlyBase
public int both
Constructor Detail |
---|
public Base()
public Base(int i)
Method Detail |
---|
public static void onlyBase()
public static void both()
public void onlyBaseNonStatic()
public void bothNonStatic()
public void m() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |