Uses of Class
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.State Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<AbstractWatchService.Key.State>AbstractWatchService.Key. stateMethods in io.roastedroot.zerofs that return AbstractWatchService.Key.State Modifier and Type Method Description (package private) AbstractWatchService.Key.StateAbstractWatchService.Key. state()Gets the current state of this key, State.READY or SIGNALLED.static AbstractWatchService.Key.StateAbstractWatchService.Key.State. valueOf(java.lang.String name)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.
-