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

io.sirix.page.PageFragmentKeyImpl Maven / Gradle / Ivy

package io.sirix.page;

import io.sirix.page.interfaces.PageFragmentKey;

/**
 * The page fragment key implementation (simple immutable record/data class).
 *
 * @author Johannes Lichtenberger
 */
public record PageFragmentKeyImpl(int revision, long key) implements PageFragmentKey {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy