Uses of Enum Class
com.google.common.jimfs.AbstractWatchService.Key.State
-
Uses of AbstractWatchService.Key.State in com.google.common.jimfs
Subclasses with type arguments of type AbstractWatchService.Key.State in com.google.common.jimfsFields in com.google.common.jimfs with type parameters of type AbstractWatchService.Key.StateModifier and TypeFieldDescriptionprivate final AtomicReference<AbstractWatchService.Key.State> AbstractWatchService.Key.stateMethods in com.google.common.jimfs 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 class with the specified name.static AbstractWatchService.Key.State[]AbstractWatchService.Key.State.values()Returns an array containing the constants of this enum class, in the order they are declared.