test
Class Example.foo

java.lang.Object
  extended by test.Example.foo
Enclosing class:
Example

public static class Example.foo
extends java.lang.Object


Field Summary
 int a
           
 long b
           
 byte[] c
           
 byte c5
           
 long prev
           
static int SIZEOF
           
 
Constructor Summary
Example.foo()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SIZEOF

public static int SIZEOF

a

public int a

b

public long b

c

public byte[] c

c5

public byte c5

prev

public long prev
Constructor Detail

Example.foo

public Example.foo()
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.