Module org.newsclub.net.unix
Package org.newsclub.net.unix
Interface NamedIntegerBitmask.Constructor<T extends NamedIntegerBitmask<T>>
- Type Parameters:
T
- This type.
- Enclosing class:
NamedIntegerBitmask<T extends NamedIntegerBitmask<T>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
protected static interface NamedIntegerBitmask.Constructor<T extends NamedIntegerBitmask<T>>
Creates a new instance.
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(@Nullable String name, int flags) Creates a new instance.
-
Method Details
-
newInstance
-