Class YsldEncodeHandler<T>

    • Constructor Detail

      • YsldEncodeHandler

        public YsldEncodeHandler()
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext 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)