| Package | Description |
|---|---|
| com.github.fge.uritemplate.vars.values |
| Modifier and Type | Method and Description |
|---|---|
ListValue.Builder |
ListValue.Builder.add(Object first,
Object... other)
Add a series of elements to this list
|
<T> ListValue.Builder |
ListValue.Builder.addAll(Iterable<T> iterable)
Add elements from an iterable (list, set, other)
|
static ListValue.Builder |
ListValue.newBuilder()
Create a new list value builder
|
Copyright © 2013. All Rights Reserved.