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 Summary
Nested Classes Modifier and Type Class Description static classYAPIONTreeIterator.YAPIONTreeIteratorOption
-
Constructor Summary
Constructors Constructor Description YAPIONTreeIterator(YAPIONObject yapionObject)YAPIONTreeIterator(YAPIONObject yapionObject, YAPIONTreeIterator.YAPIONTreeIteratorOption option)
-
Method Summary
Modifier and Type Method Description intavailable()intavailableDatas()intavailableValues()voidclose()booleanhasNext()YAPIONAnyTypenext()
-
-
-
Constructor Detail
-
YAPIONTreeIterator
public YAPIONTreeIterator(YAPIONObject yapionObject)
-
YAPIONTreeIterator
public YAPIONTreeIterator(YAPIONObject yapionObject, YAPIONTreeIterator.YAPIONTreeIteratorOption option)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<YAPIONAnyType>
-
available
public int available()
-
availableValues
public int availableValues()
-
availableDatas
public int availableDatas()
-
next
public YAPIONAnyType next()
- Specified by:
nextin interfacejava.util.Iterator<YAPIONAnyType>
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable
-
-