类 ByteArray.Iter

    • 字段详细资料

      • index

        protected int index
    • 构造器详细资料

      • Iter

        protected Iter()
    • 方法详细资料

      • hasNext

        public boolean hasNext()
        指定者:
        hasNext 在接口中 Iterator<byte[]>
      • next

        public byte[] next()
        指定者:
        next 在接口中 Iterator<byte[]>
      • remove

        public void remove()
        指定者:
        remove 在接口中 Iterator<byte[]>