Class BpfObj.IdsIterator

  • All Implemented Interfaces:
    java.util.Iterator<java.lang.Integer>
    Enclosing class:
    BpfObj

    static class BpfObj.IdsIterator
    extends java.lang.Object
    implements java.util.Iterator<java.lang.Integer>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int next  
      (package private) boolean nextChecked  
      (package private) int type  
    • Constructor Summary

      Constructors 
      Constructor Description
      IdsIterator​(int type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      java.lang.Integer next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, remove
    • Field Detail

      • type

        final int type
      • next

        int next
      • nextChecked

        boolean nextChecked
    • Constructor Detail

      • IdsIterator

        IdsIterator​(int type)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<java.lang.Integer>
      • next

        public java.lang.Integer next()
        Specified by:
        next in interface java.util.Iterator<java.lang.Integer>