Class Eins

java.lang.Object
  |
  +--Eins

public class Eins
extends java.lang.Object


Field Summary
(package private)  int a
           
(package private)  char b
           
(package private)  boolean c
           
(package private)  java.lang.String s
           
 
Constructor Summary
Eins()
           
 
Method Summary
static void Methode()
           
private  int Methode2()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

int a

b

char b

c

boolean c

s

java.lang.String s
Constructor Detail

Eins

public Eins()
Method Detail

Methode

public static void Methode()

Methode2

private int Methode2()