eu.lucaventuri.collections.ClassifiedMap Maven / Gradle / Ivy
package eu.lucaventuri.collections;
import java.util.concurrent.ConcurrentHashMap;
import java.util.function.Function;
import java.util.function.Predicate;
/**
* This object contains a map grouped by class and a list; so it can be accessed in both ways.
* This object in intended to be used to filter messages based on their class and on some other attribute
*/
public class ClassifiedMap {
private final NodeLinkedList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy