| Package | Description |
|---|---|
| io.gsonfire.gson | |
| io.gsonfire.util |
| Modifier and Type | Method and Description |
|---|---|
SimpleIterable<?> |
SimpleIterableTypeAdapter.read(com.google.gson.stream.JsonReader in) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleIterableTypeAdapter.write(com.google.gson.stream.JsonWriter out,
SimpleIterable<?> iterable) |
| Modifier and Type | Method and Description |
|---|---|
static <T> SimpleIterable<T> |
SimpleIterable.of(Iterable<T> iterable)
Creates a
SimpleIterable that iterates through the contents of the iterable passed as argument |
static <T> SimpleIterable<T> |
SimpleIterable.of(T... array)
Creates a
SimpleIterable that iterates through the contents of the array passed as argument |
Copyright © 2017. All rights reserved.