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

org.opalj.collection.immutable.LongLinkedSet.scala Maven / Gradle / Ivy

The newest version!
/* BSD 2-Clause License - see OPAL/LICENSE for details. */
package org.opalj.collection
package immutable

/**
 * A set of long values.
 *
 * @author Michael Eichberg
 */
trait LongLinkedSet extends LongSet {

    type ThisSet <: LongLinkedSet

    def forFirstN[U](n: Int)(f: Long ⇒ U): Unit

    def head: Long

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy