All Downloads are FREE. Search and download functionalities are using the official Maven repository.

inet.ipaddr.format.util.AddressComponentSpliterator Maven / Gradle / Ivy

There is a newer version: 5.5.1
Show newest version
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