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

org.qas.api.internal.util.key.UniqueKey Maven / Gradle / Ivy

The newest version!
package org.qas.api.internal.util.key;

/**
 * UniqueKey
 *
 * @author Dzung Nguyen
 * @version $Id UniqueKey 2014-03-27 13:59:30z dungvnguyen $
 * @since 1.0
 */
public abstract class UniqueKey implements Comparable {
  /**
   * @return the key as bytes array.
   */
  public abstract byte[] bytes();

  /**
   * @return the key size.
   */
  public abstract int size();

  @Override
  public abstract String toString();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy