public class IntegerVertexFactory extends Object implements VertexFactory<Integer>
Constructor and Description |
---|
IntegerVertexFactory()
Constructs a new IntegerVertexFactory.
|
IntegerVertexFactory(int counter)
Constructs a new IntegerVertexFactory.
|
public IntegerVertexFactory()
public IntegerVertexFactory(int counter)
counter
- Starting value of the first vertex returned.public Integer createVertex()
VertexFactory
createVertex
in interface VertexFactory<Integer>
Copyright © 2017. All rights reserved.