diplomacy
Class DiplSet

java.lang.Object
  |
  +--diplomacy.DiplSet

public class DiplSet
extends Object

Diese Klasse liefert Statische Hilfsmethoden im Umgang mit Sets


Constructor Summary
DiplSet()
           
 
Method Summary
static Set makeSingleSet(Object element)
          Erzeugt eine Set mit nur einem Element.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiplSet

public DiplSet()
Method Detail

makeSingleSet

public static Set makeSingleSet(Object element)

Erzeugt eine Set mit nur einem Element.