java.lang.Object
org.elasticsearch.common.util.iterable.Iterables
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Iterable<T> Flattens the two levelIterableinto a singleIterable.static <T> Tstatic <T> intstatic long 
- 
Constructor Details
- 
Iterables
public Iterables() 
 - 
 - 
Method Details
- 
flatten
Flattens the two levelIterableinto a singleIterable. Note that this pre-caches the values from the outerIterable, but not the values from the inner one. - 
get
 - 
indexOf
 - 
size
 
 -