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

com.tailoredshapes.underbar.data.Heap Maven / Gradle / Ivy

There is a newer version: 0.1.2
Show newest version
package com.tailoredshapes.underbar.data;

public class Heap {
    public T value;

    public Heap(T value) {
        this.value = value;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy