Class YsldEncodeHandler<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract void encode​(T next)  
      boolean hasNext()  
      Object next()  
      void remove()  
      protected void vendorOptions​(Map<String,​String> options)  
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface Iterator

        forEachRemaining
    • Constructor Detail

      • YsldEncodeHandler

        public YsldEncodeHandler()
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<T>
      • next

        public Object next()
        Specified by:
        next in interface Iterator<T>
      • encode

        protected abstract void encode​(T next)
      • remove

        public void remove()
        Specified by:
        remove in interface Iterator<T>
      • vendorOptions

        protected void vendorOptions​(Map<String,​String> options)