lehrbuch.multi
Class WarteschlangeL.Knoten<Element>

java.lang.Object
  extended by lehrbuch.multi.WarteschlangeL.Knoten<Element>
Enclosing class:
WarteschlangeL<Element>

protected static class WarteschlangeL.Knoten<Element>
extends java.lang.Object


Field Summary
protected  Element wert
           
 
Method Summary
 Element getWert()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wert

protected Element wert
Method Detail

getWert

public Element getWert()