Class BpfMap.KeysIterator

  • All Implemented Interfaces:
    java.util.Iterator<byte[]>
    Enclosing class:
    BpfMap

    class BpfMap.KeysIterator
    extends java.lang.Object
    implements java.util.Iterator<byte[]>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) byte[] next  
      (package private) boolean nextChecked  
    • Constructor Summary

      Constructors 
      Constructor Description
      KeysIterator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext()  
      byte[] 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

      • next

        byte[] next
      • nextChecked

        boolean nextChecked
    • Constructor Detail

      • KeysIterator

        KeysIterator()
    • Method Detail

      • hasNext

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

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