inet.ipaddr.format.util.AddressComponentSpliterator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ipaddress Show documentation
Show all versions of ipaddress Show documentation
Library for handling IP addresses, both IPv4 and IPv6
package inet.ipaddr.format.util;
import inet.ipaddr.format.AddressComponentRange;
/**
* AddressComponentSpliterator is an AddressComponentRangeSpliterator for address components where
* the type of the item producing the spliterator matches the type of the item traversed.
*
* @author seancfoley
*
* @param
*/
public interface AddressComponentSpliterator extends AddressComponentRangeSpliterator {
@Override
AddressComponentSpliterator trySplit();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy