
org.infinispan.api.common.Flags Maven / Gradle / Ivy
package org.infinispan.api.common;
/**
* @since 14.0
**/
public interface Flags {
SELF add(F flag);
boolean contains(F flag);
SELF addAll(Flags flags);
int toInt();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy