nl.uva.vlet.util
Class SetUtil

java.lang.Object
  extended by nl.uva.vlet.util.SetUtil

public class SetUtil
extends java.lang.Object

Collection of often used methods for Set/List/Map/Hastable handling


Constructor Summary
SetUtil()
           
 
Method Summary
static java.lang.String[][] toArray(java.util.Hashtable<java.lang.String,java.lang.String> table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetUtil

public SetUtil()
Method Detail

toArray

public static java.lang.String[][] toArray(java.util.Hashtable<java.lang.String,java.lang.String> table)