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. stateMethods in com.google.common.jimfs 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.
-