Toggle navigation
JarYard
Browse
Search
About
Groups
de.topobyte
adt-graph
0.0.6
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
de
.
topobyte
.
adt
.
graph
.
factories
Interface SetFactory<T>
All Known Implementing Classes:
HashSetFactory
,
TreeSetFactory
public interface
SetFactory<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Set
<
T
>
create
()
Method Detail
create
Set
<
T
> create()