com.github.krukow.clj_ds.EditableCollection Maven / Gradle / Ivy
package com.github.krukow.clj_ds;
/**
* A {@link PersistentCollection} implementing this interface indicates that it
* can produce a {@link TransientCollection} for efficient modifications.
*/
public interface EditableCollection {
TransientCollection asTransient();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy