| Package | Description |
|---|---|
| com.mastfrog.graph | |
| com.mastfrog.graph.dynamic |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StringGraph |
| Modifier and Type | Method and Description |
|---|---|
ObjectGraph<T> |
ObjectGraph.omitting(Set<T> items)
Create a copy of this graph, omitting the passed set of
items.
|
default <T> ObjectGraph<T> |
IntGraph.toObjectGraph(List<T> items) |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicGraph<T>
Implements ObjectGraph over a snapshot which can be recomputed when updated -
useful for implementing dynamic graphs whose contents change occasionally but
rarely.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectGraph<T> |
DynamicGraph.omitting(Set<T> items) |
Copyright © 2010–2021 Mastfrog Technologies. All rights reserved.