V
- the type of the values of the mappublic interface IsomorphismMap<V> extends java.util.Map<Graph,V>
Map
is
the return type of the keySet()
method; this interface specializes
the return type to a IsomorphismSet
.Modifier and Type | Method and Description |
---|---|
IsomorphismSet |
keySet()
Returns a view on the keys of this IsomorphismMap.
|
IsomorphismSet keySet()