org.jclouds.util
Class NullSafeCollections

java.lang.Object
  extended by org.jclouds.util.NullSafeCollections

public class NullSafeCollections
extends Object

Author:
Adrian Cole

Constructor Summary
NullSafeCollections()
           
 
Method Summary
static
<T> Set<T>
nullSafeSet(T in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullSafeCollections

public NullSafeCollections()
Method Detail

nullSafeSet

public static <T> Set<T> nullSafeSet(T in)


Copyright © 2009-2012 jclouds. All Rights Reserved.