helix.graph.model.impl
Class AbstractGSetFactory<E extends GraphElement>

java.lang.Object
  extended by helix.graph.model.impl.AbstractGSetFactory<E>
All Implemented Interfaces:
GSetFactory<E>
Direct Known Subclasses:
MemGSetFactory

public abstract class AbstractGSetFactory<E extends GraphElement>
extends Object
implements GSetFactory<E>


Constructor Summary
AbstractGSetFactory()
           
 
Method Summary
 GSet<E> make(Iterable<E> elements)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface helix.graph.model.GSetFactory
make, makeSuper
 

Constructor Detail

AbstractGSetFactory

public AbstractGSetFactory()
Method Detail

make

public GSet<E> make(Iterable<E> elements)
Specified by:
make in interface GSetFactory<E extends GraphElement>