Class BpfMap.KeysIterator

java.lang.Object
one.nio.os.bpf.BpfMap.KeysIterator
All Implemented Interfaces:
Iterator<byte[]>
Enclosing class:
BpfMap

class BpfMap.KeysIterator extends Object implements Iterator<byte[]>
  • Field Details

    • next

      byte[] next
    • nextChecked

      boolean nextChecked
  • Constructor Details

    • KeysIterator

      KeysIterator()
  • Method Details

    • hasNext

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

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