| Package | Description |
|---|---|
| com.mastfrog.graph |
| Modifier and Type | Method and Description |
|---|---|
IntPath.Builder |
IntPath.Builder.add(int... values)
Add multiple ints to this builder.
|
IntPath.Builder |
IntPath.Builder.add(int val)
Add an int to this builder.
|
static IntPath.Builder |
IntPath.builder()
Create a builder for int paths.
|
static IntPath.Builder |
IntPath.builder(int first)
Create a builder for int paths.
|
IntPath.Builder |
IntPath.Builder.copy()
Make a copy of this builder and its internal state.
|
IntPath.Builder |
IntPath.Builder.prepend(int val)
Prepend an int to the head of this builder's result.
|
IntPath.Builder |
IntPath.toBuilder()
Create a builder initialized from this path.
|
Copyright © 2010–2021 Mastfrog Technologies. All rights reserved.