com.exsoinn.util.epf.MutableContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of element-path-finder Show documentation
Show all versions of element-path-finder Show documentation
Adapter to search disparate data formats
The newest version!
package com.exsoinn.util.epf;
/**
* Created by QuijadaJ on 5/24/2017.
*/
public interface MutableContext extends Context {
void addMember(String pName, Context pContext);
void addEntryToArray(Context pEntry);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy