![JAR search and dependency download from the Maven repository](/logo.png)
com.yahoo.memory.WritableHandle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of memory Show documentation
Show all versions of memory Show documentation
Memory provides high-performance native memory access.
/*
* 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