public class FastJsonIterable<T>
extends java.lang.Object
implements java.lang.Iterable<T>
Workaround for https://github.com/alibaba/fastjson/issues/478
| Constructor and Description |
|---|
FastJsonIterable(java.lang.Iterable<T> iterable) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
iterator() |
Copyright © 2014–2017 ActFramework. All rights reserved.