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

xapi.collect.api.HasPrefixed Maven / Gradle / Ivy

package xapi.collect.api;

public interface HasPrefixed {

  public Iterable findPrefixed(String name);
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy