Package yapion.utils
Class YAPIONTreeIterator
- java.lang.Object
- 
- yapion.utils.YAPIONTreeIterator
 
- 
- All Implemented Interfaces:
- java.io.Closeable,- java.lang.AutoCloseable,- java.util.Iterator<YAPIONAnyType>
 
 public class YAPIONTreeIterator extends java.lang.Object implements java.util.Iterator<YAPIONAnyType>, java.io.Closeable 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classYAPIONTreeIterator.YAPIONTreeIteratorOption
 - 
Constructor SummaryConstructors Constructor Description YAPIONTreeIterator(YAPIONObject yapionObject)YAPIONTreeIterator(YAPIONObject yapionObject, YAPIONTreeIterator.YAPIONTreeIteratorOption option)
 - 
Method SummaryModifier and Type Method Description intavailable()intavailableDatas()intavailableValues()voidclose()booleanhasNext()YAPIONAnyTypenext()
 
- 
- 
- 
Constructor Detail- 
YAPIONTreeIteratorpublic YAPIONTreeIterator(YAPIONObject yapionObject) 
 - 
YAPIONTreeIteratorpublic YAPIONTreeIterator(YAPIONObject yapionObject, YAPIONTreeIterator.YAPIONTreeIteratorOption option) 
 
- 
 - 
Method Detail- 
hasNextpublic boolean hasNext() - Specified by:
- hasNextin interface- java.util.Iterator<YAPIONAnyType>
 
 - 
availablepublic int available() 
 - 
availableValuespublic int availableValues() 
 - 
availableDataspublic int availableDatas() 
 - 
nextpublic YAPIONAnyType next() - Specified by:
- nextin interface- java.util.Iterator<YAPIONAnyType>
 
 - 
closepublic void close() - Specified by:
- closein interface- java.lang.AutoCloseable
- Specified by:
- closein interface- java.io.Closeable
 
 
- 
 
-