Package yapion.utils

Class 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
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<YAPIONAnyType>
      • available

        public int available()
      • availableValues

        public int availableValues()
      • availableDatas

        public int availableDatas()
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
      • main

        public static void main​(java.lang.String[] args)