public class GraphVisitorFIFO<T> extends AbstractGraphVisitorFI<T>
Constructor and Description |
---|
GraphVisitorFIFO(T first,
BinaryProcedure<T,GraphVisitor<T>> callee) |
public GraphVisitorFIFO(T first, BinaryProcedure<T,GraphVisitor<T>> callee)
Copyright © 2011-2021. All Rights Reserved.