Class ByteArray.Iter

    • Field Detail

      • index

        protected int index
    • Constructor Detail

      • Iter

        protected Iter()
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator<byte[]>
      • next

        public byte[] next()
        Specified by:
        next in interface Iterator<byte[]>
      • remove

        public void remove()
        Specified by:
        remove in interface Iterator<byte[]>