Uses of Enum Class
com.google.common.jimfs.AbstractWatchService.Key.State
-
Uses of AbstractWatchService.Key.State in com.google.common.jimfs
Fields in com.google.common.jimfs with type parameters of type AbstractWatchService.Key.StateModifier and TypeFieldDescriptionprivate final AtomicReference
<AbstractWatchService.Key.State> AbstractWatchService.Key.state
Methods in com.google.common.jimfs that return AbstractWatchService.Key.StateModifier and TypeMethodDescription(package private) AbstractWatchService.Key.State
AbstractWatchService.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.