Class Graph6Sparse6Importer.Consumers

  • Enclosing class:
    Graph6Sparse6Importer<V,​E>

    private class Graph6Sparse6Importer.Consumers
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.function.Consumer<Pair<java.lang.Integer,​java.lang.Integer>> edgeConsumer  
      private Graph<V,​E> graph  
      private java.util.Map<java.lang.Integer,​V> map  
      java.util.function.Consumer<java.lang.Integer> vertexConsumer  
    • Constructor Summary

      Constructors 
      Constructor Description
      Consumers​(Graph<V,​E> graph)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • graph

        private Graph<V,​E> graph
      • map

        private java.util.Map<java.lang.Integer,​V> map
      • vertexConsumer

        public final java.util.function.Consumer<java.lang.Integer> vertexConsumer
      • edgeConsumer

        public final java.util.function.Consumer<Pair<java.lang.Integer,​java.lang.Integer>> edgeConsumer
    • Constructor Detail

      • Consumers

        public Consumers​(Graph<V,​E> graph)