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

com.yahoo.memory.WritableHandle Maven / Gradle / Ivy

There is a newer version: 0.12.2
Show newest version
/*
 * Copyright 2017, Yahoo! Inc. Licensed under the terms of the
 * Apache License 2.0. See LICENSE file at the project root for terms.
 */

package com.yahoo.memory;

/**
 * A handle for WritableMemory
 * @author Lee Rhodes
 */
public interface WritableHandle extends Handle {

  /**
   * Gets a WritableMemory
   * @return a WritableMemory
   */
  @Override
  WritableMemory get();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy