Uses of Enum Class
jnr.constants.platform.linux.PosixFadvise
Packages that use PosixFadvise
-
Uses of PosixFadvise in jnr.constants.platform.linux
Fields in jnr.constants.platform.linux with type parameters of type PosixFadviseModifier and TypeFieldDescriptionstatic final Map<PosixFadvise,
String> PosixFadvise.StringTable.descriptions
Methods in jnr.constants.platform.linux 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.linux that return types with arguments of type PosixFadviseModifier and TypeMethodDescriptionstatic final Map<PosixFadvise,
String> PosixFadvise.StringTable.generateTable()