Uses of Interface
org.newsclub.net.unix.NamedIntegerBitmask.Constructor
Packages that use NamedIntegerBitmask.Constructor
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of NamedIntegerBitmask.Constructor in org.newsclub.net.unix
Methods in org.newsclub.net.unix with parameters of type NamedIntegerBitmask.ConstructorModifier and TypeMethodDescriptionprotected final TNamedIntegerBitmask.combineWith(T[] allFlags, T flagsNone, NamedIntegerBitmask.Constructor<@NonNull T> constr, T other) Combines two flags / flag sets (use this to implementNamedIntegerBitmask.combineWith(NamedIntegerBitmask)).protected static final <T extends NamedIntegerBitmask<T>>
TNamedIntegerBitmask.resolve(T[] allFlags, T flagsNone, NamedIntegerBitmask.Constructor<T> constr, int v) Returns aNamedIntegerBitmaskinstance given a flag value.protected static final <T extends NamedIntegerBitmask<T>>
TNamedIntegerBitmask.resolve(T[] allFlags, T flagsNone, NamedIntegerBitmask.Constructor<T> constr, @NonNull T[] setFlags) Returns aNamedIntegerBitmaskinstance given a series of flags.