Class BpfObj.IdsIterator

java.lang.Object
one.nio.os.bpf.BpfObj.IdsIterator
All Implemented Interfaces:
Iterator<Integer>
Enclosing class:
BpfObj

static class BpfObj.IdsIterator extends Object implements Iterator<Integer>
  • Field Details

    • type

      final int type
    • next

      int next
    • nextChecked

      boolean nextChecked
  • Constructor Details

    • IdsIterator

      IdsIterator(int type)
  • Method Details