Uses of Enum Class
jnr.constants.platform.freebsd.PosixFadvise
Packages that use PosixFadvise
-
Uses of PosixFadvise in jnr.constants.platform.freebsd
Fields in jnr.constants.platform.freebsd with type parameters of type PosixFadviseModifier and TypeFieldDescriptionstatic final Map<PosixFadvise,
String> PosixFadvise.StringTable.descriptions
Methods in jnr.constants.platform.freebsd that return PosixFadviseModifier and TypeMethodDescriptionstatic PosixFadvise
Returns the enum constant of this class with the specified name.static PosixFadvise[]
PosixFadvise.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in jnr.constants.platform.freebsd that return types with arguments of type PosixFadviseModifier and TypeMethodDescriptionstatic final Map<PosixFadvise,
String> PosixFadvise.StringTable.generateTable()