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

water.util.KeyedVoid Maven / Gradle / Ivy

package water.util;

import water.Keyed;

/**
 * Keyed type to represent empty result type (aka null pointer).
 */
final public class KeyedVoid extends Keyed {

  @Override
  protected long checksum_impl() {
    return 43;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy