Uses of Enum
io.roastedroot.zerofs.AbstractWatchService.Key.State
-
Uses of AbstractWatchService.Key.State in io.roastedroot.zerofs
Fields in io.roastedroot.zerofs with type parameters of type AbstractWatchService.Key.StateModifier and TypeFieldDescriptionprivate final AtomicReference<AbstractWatchService.Key.State> AbstractWatchService.Key.stateMethods in io.roastedroot.zerofs that return AbstractWatchService.Key.StateModifier and TypeMethodDescription(package private) AbstractWatchService.Key.StateAbstractWatchService.Key.state()Gets the current state of this key, State.READY or SIGNALLED.Returns the enum constant of this type with the specified name.static AbstractWatchService.Key.State[]AbstractWatchService.Key.State.values()Returns an array containing the constants of this enum type, in the order they are declared.