- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Dictionary d =
new Hashtable()
Bundle bundle;bundle.getHeaders()
new Properties()
- Smart code suggestions by Codota
}
/** * Checks whether this instance is more general that the given one, i.e., it is a valid type of datasets that are * also valid under the given type. * * @param that the other instance * @return whether this instance is a super type of {@code that} instance */ public boolean isSupertypeOf(DataSetType that) { return this.dataUnitType.toBasicDataUnitType().isSupertypeOf(that.dataUnitType.toBasicDataUnitType()); }
inputType.getDataUnitType().toBasicDataUnitType(), outputType.getDataUnitType().toBasicDataUnitType()