Uses of Interface
org.newsclub.net.unix.NamedIntegerBitmask.Constructor
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of NamedIntegerBitmask.Constructor in org.newsclub.net.unix
Modifier and TypeMethodDescriptionprotected final T
NamedIntegerBitmask.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 aNamedIntegerBitmask
instance 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 aNamedIntegerBitmask
instance given a series of flags.