Uses of Interface
nl.uu.cs.treewidth.graph.NeighborHashSetGraph.Convertor

Packages that use NeighborHashSetGraph.Convertor
nl.uu.cs.treewidth.graph   
 

Uses of NeighborHashSetGraph.Convertor in nl.uu.cs.treewidth.graph
 

Classes in nl.uu.cs.treewidth.graph that implement NeighborHashSetGraph.Convertor
static class NeighborHashSetGraph.Copier<CopiedData>
          Deprecated. Does NOT make a deep copy of the vertices' data.
static class NoData.NHSForget<OldData>
          Deprecated.  
 

Methods in nl.uu.cs.treewidth.graph with parameters of type NeighborHashSetGraph.Convertor
static
<OldData,NewData>
NeighborHashSetGraph<NewData>
NeighborHashSetGraph.copy(NeighborHashSetGraph<OldData> oldG, NeighborHashSetGraph.Convertor<OldData,NewData> dataConvertor)
          Deprecated.