gpa
Class Zahl

java.lang.Object
  |
  +--gpa.Zahl

public final class Zahl
extends java.lang.Object


Constructor Summary
Zahl()
           
 
Method Summary
static int inkrement(int wert)
          kleine Hilfsmethode, die negative Zahlen um eins verringert und positive Zahlen um eins erhöht
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Zahl

public Zahl()
Method Detail

inkrement

public static int inkrement(int wert)
kleine Hilfsmethode, die negative Zahlen um eins verringert und positive Zahlen um eins erhöht


main

public static void main(java.lang.String[] args)