xapi.collect.api.ClassTo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xapi-core-collect Show documentation
Show all versions of xapi-core-collect Show documentation
Core interfaces for our collections api.
package xapi.collect.api;
public interface ClassTo
extends ObjectTo, V>
{
static interface Many
extends ClassTo>, ObjectTo.Many, V>
{}
}