ImmutableConflictGraph |
ImmutableConflictGraph.Builder.build() |
|
static ImmutableConflictGraph |
ImmutableConflictGraph.copyOf(ConflictGraph instance) |
|
static ImmutableConflictGraph |
ImmutableConflictGraph.of(Iterable<? extends Region> regions) |
Construct a new immutable ConflictGraph instance.
|
static ImmutableConflictGraph |
ImmutableConflictGraph.of(List<Region> regions) |
Construct a new immutable ConflictGraph instance.
|
ImmutableConflictGraph |
ImmutableConflictGraph.withRegions(Iterable<? extends Region> elements) |
Copy the current immutable object with elements that replace the content of regions.
|
ImmutableConflictGraph |
ImmutableConflictGraph.withRegions(Region... elements) |
Copy the current immutable object with elements that replace the content of regions.
|