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

org.bitbucket.gkutiel.at.NodeWithNoChildren Maven / Gradle / Ivy

There is a newer version: 3-RELEASE
Show newest version
package org.bitbucket.gkutiel.at;


public abstract class NodeWithNoChildren implements Node {

	@Override final public void add(final Node child) {
		throw new RuntimeException("can't add children to me");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy