Uses of 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.State Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<AbstractWatchService.Key.State>
AbstractWatchService.Key. state
Methods in com.google.common.jimfs that return AbstractWatchService.Key.State Modifier and Type Method Description (package private) AbstractWatchService.Key.State
AbstractWatchService.Key. state()
Gets the current state of this key, State.READY or SIGNALLED.static AbstractWatchService.Key.State
AbstractWatchService.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.
-