org.jboss.weld.util.collections
Class HashSetSupplier<T>

java.lang.Object
  extended by org.jboss.weld.util.collections.HashSetSupplier<T>
All Implemented Interfaces:
com.google.common.base.Supplier<Set<T>>

public class HashSetSupplier<T>
extends Object
implements com.google.common.base.Supplier<Set<T>>


Method Summary
 Set<T> get()
           
static
<T> com.google.common.base.Supplier<Set<T>>
instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static <T> com.google.common.base.Supplier<Set<T>> instance()

get

public Set<T> get()
Specified by:
get in interface com.google.common.base.Supplier<Set<T>>


Copyright © 2013 Seam Framework. All Rights Reserved.