| Modifier and Type | Method and Description |
|---|---|
IntPath.Builder |
add(int... values)
Add multiple ints to this builder.
|
IntPath.Builder |
add(int val)
Add an int to this builder.
|
IntPath |
build()
Create an IntPath from this builder.
|
IntPath.Builder |
copy()
Make a copy of this builder and its internal state.
|
IntPath.Builder |
prepend(int val)
Prepend an int to the head of this builder's result.
|
public IntPath.Builder copy()
public IntPath.Builder add(int val)
val - A valuepublic IntPath.Builder add(int... values)
values - An array of intspublic IntPath build()
public IntPath.Builder prepend(int val)
val - An intCopyright © 2010–2020 Mastfrog Technologies. All rights reserved.