Class PcapAddressIterator

java.lang.Object
pcap.api.internal.util.PcapAddressIterator
All Implemented Interfaces:
java.util.Iterator<Address>

@Inclubating
public class PcapAddressIterator
extends java.lang.Object
implements java.util.Iterator<Address>
Address iterator.
Author:
Ardika Rommy Sanjaya
  • Constructor Summary

    Constructors 
    Constructor Description
    PcapAddressIterator​(Address pcapAddress)  
  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    Address 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
  • Constructor Details

  • Method Details

    • hasNext

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

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