Example usage for org.apache.commons.collections15 Factory interface-usage

List of usage examples for org.apache.commons.collections15 Factory interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections15 Factory interface-usage.

Usage

From source file sk.stuba.fiit.kvasnicka.topologyvisual.graph.utils.TopologyVertexFactory.java

/**
 * Factory to create new vertices
 *
 * @author Igor Kvasnicka
 */
public class TopologyVertexFactory implements Factory<TopologyVertex> {