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

com.lyncode.choiceprops.named.Zero Maven / Gradle / Ivy

The newest version!
package com.lyncode.choiceprops.named;

import com.lyncode.choiceprops.element.IContainable;
import com.lyncode.choiceprops.element.ListContainable;

public class Zero extends Named {

	@Override
	public IContainable containable() {
		return new ListContainable(0);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy