org.apache.poi.xdgf.usermodel.section
Class CombinedIterable<T>

java.lang.Object
  extended by org.apache.poi.xdgf.usermodel.section.CombinedIterable<T>
Type Parameters:
T -
All Implemented Interfaces:
java.lang.Iterable<T>

public class CombinedIterable<T>
extends java.lang.Object
implements java.lang.Iterable<T>

An iterator used to iterate over the base and master items


Constructor Summary
CombinedIterable(java.util.SortedMap<java.lang.Long,T> baseItems, java.util.SortedMap<java.lang.Long,T> masterItems)
           
 
Method Summary
 java.util.Iterator<T> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombinedIterable

public CombinedIterable(java.util.SortedMap<java.lang.Long,T> baseItems,
                        java.util.SortedMap<java.lang.Long,T> masterItems)
Method Detail

iterator

public java.util.Iterator<T> iterator()
Specified by:
iterator in interface java.lang.Iterable<T>


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.