![JAR search and dependency download from the Maven repository](/logo.png)
com.tailoredshapes.underbar.data.Heap Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ocho Show documentation
Show all versions of ocho Show documentation
Foundational functions inspired by Clojure and underscore.js
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