com.codetaco.cli.impl.input.NodeOc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cli Show documentation
Show all versions of cli Show documentation
A command line parser for Java
package com.codetaco.cli.impl.input;
public class NodeOc {
public String key;
public int occurrance;
@Override
public String toString() {
return key;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy