au.edu.anu.portal.portlets.sakaiconnector.support
Class CollectionsSupport

java.lang.Object
  extended by au.edu.anu.portal.portlets.sakaiconnector.support.CollectionsSupport

public class CollectionsSupport
extends Object

Java.util.Collections utility class. Does a few miscellaneous tasks

Author:
Steve Swinsburg (steve.swinsburg@anu.edu.au)

Constructor Summary
CollectionsSupport()
           
 
Method Summary
static void printMap(Map<?,?> map)
          Print all key-value pairs of a map to stdout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionsSupport

public CollectionsSupport()
Method Detail

printMap

public static void printMap(Map<?,?> map)
Print all key-value pairs of a map to stdout

Parameters:
map -


Copyright © 2009-2012 Division of Information, Australian National University. All Rights Reserved.